uschindler commented on PR #12188:
URL: https://github.com/apache/lucene/pull/12188#issuecomment-1460099066

   FYI,
   I also checked this on the branch_9x with Java 11. It works the same way, 
the only issue is that the apijar files need to contain also signatures of 
`java.util.Objects`, because `checkIndex()` with `long` arguments is missing in 
Java 11, so to actually compile with long indexes we need that class in the 
module patch, too. But the compiler complains easy, so it was easy to fix.
   
   So I think this is ready to go into main and 9.x. I will merge this till end 
of week.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to