uschindler commented on PR #15843: URL: https://github.com/apache/lucene/pull/15843#issuecomment-4097248921
In general this can only be applied to main branch (11.0), backporting to Lucene 10 is possible, but needs a bit more adaptions: We need to add class `java.lang.Module` to the stub apijar for compilation because the `isNativeAccessEnabled()` enabled method is preview only, but luckily available in Java 21 and unmodified later. I can take care of this, I forgot to add this earlier (I had it on my "brain-only-TODO-list" but forgot about it). Can you add this to the 10.x changes list in this PR already. I will take care of the backport and add modifications to the "preview" compilation in Java 21. I will open a PR for that after we merged this. -- 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]
