You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rick Hillegas <ri...@oracle.com> on 2014/05/05 15:53:17 UTC

heads-up: the Lucene jar files have been renamed

My last checking (derby-590-28-renameLuceneJars.diff, 1592527) changed 
the names of the Lucene jar files. I have removed the version 
identifiers from the names of the jar files. Hopefully, this one-time 
disruption will make it easier in the future to upgrade the version of 
Lucene which is checked into the Derby source tree. Here are the changes:

tools/java/lucene-analyzers-common-4.5.0.jar -> 
tools/java/lucene-analyzers-common.jar
tools/java/lucene-queryparser-4.5.0.jar -> tools/java/lucene-queryparser.jar
tools/java/lucene-core-4.5.0.jar tools/java/lucene-core.jar

Test harnesses need to be updated to put the new jar file names on the 
classpath.

Apologies for the disruption,
-Rick