Skip to content

Fork library to org.wikimedia.search

Ebernhardson requested to merge work/ebernhardson/migrate-spark3 into master

The github project was last updated in 2017, this project seems abandoned. The implementation though still seems to work as well today as it did when written. As part of the search platform migration to spark3 we need to bring this dependency forward into spark 3 as well. Fork the library into wikimedia gitlab so we can make the minor updates necessary for spark 3 support.

  • To avoid any conflicts update the groupId in the pom.xml to our own group and retain the authors name in the artifactId.
  • Setup maven-release-plugin to support releasing to archiva.
  • Increment minor version and attach -SNAPSHOT to support release plugin workflow.

Merge request reports