tomaswolf / gerrit-gitblit-plugin

Integrates standard GitBlit (currently 1.7.1) as a repository viewer in Gerrit
Apache License 2.0
22 stars 5 forks source link

add lucene 6.6.5 to dependencies and fix compile errors #31

Closed chbi closed 5 years ago

chbi commented 5 years ago

Lucene search did not work because of missing classes. It seems that it had been compiled against an old lucene version.

Added the same lucene version to the maven dependencies (6.6.5) as used in Gerrit and fixed some compile errors.

tomaswolf commented 5 years ago

Indeed the build somehow used the Lucene from Gitblit (old 4.x version) instead of the 6.6.5 from the Gerrit API.

Thanks a lot for catching and fixing this; merged & published as release 2.16.171.1