OyvindLGjesdal commented on issue #2533:
URL: https://github.com/apache/jena/issues/2533#issuecomment-2425900260
> Apache Lucene has in the past been "2 major versions" and actually more.
>
> I haven't checked - does 10.0.0 actual break anything?
It fails during compilation, when trying to build with java 17.
It complains about wrong version:
>
/Users/oyvindlgjesdal/.m2/repository/org/apache/lucene/lucene-core/10.0.0/lucene-core-10.0.0.jar(/org/apache/lucene/store/Directory.class)
class file has wrong version 65.0, should be 61.0
[build-errors.txt](https://github.com/user-attachments/files/17457123/build-errors.txt)
It looks like the upgrade works with no test-failures, when using java 21
during build.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]