Re: JDK 21 EA builds 22 & Sequenced Collections Heads-up

2023-05-15 Thread Uwe Schindler
Hi David, about sequences collections: No compile failures with Apache Lucene on Java 21 (but we use --release 17, so the API changes should not matter at all). Uwe Am 15.05.2023 um 18:15 schrieb Uwe Schindler: Hi David, I will update our Jenkins server to use the latest JDK 21 version

Re: Running 10.0 build with a custom lucene 9.5

2023-05-15 Thread Michael Sokolov
random guess - does it have something to do with modules? On Mon, May 15, 2023 at 11:14 AM Gus Heck wrote: > > I hadn't seen that one. Thanks, I'll look at it. It already looks a bit > confusing though since it seems to have options for pointing to a repo, but I > appear to be pulling the jars

Re: JDK 21 EA builds 22 & Sequenced Collections Heads-up

2023-05-15 Thread Uwe Schindler
Hi David, I will update our Jenkins server to use the latest JDK 21 version for testing this. I will also add a new PR to Lucene for adding JDK 21 support of Panama Foreign 3rd Preview (it is too bad that it is still preview - are there any chances to have this officially in the LTS 21

Re: Running 10.0 build with a custom lucene 9.5

2023-05-15 Thread Gus Heck
I hadn't seen that one. Thanks, I'll look at it. It already looks a bit confusing though since it seems to have options for pointing to a repo, but I appear to be pulling the jars successfully from .m2/repository already... (except then they don't work, so successful means I see them in the

JDK 21 EA builds 22 & Sequenced Collections Heads-up

2023-05-15 Thread David Delabassee
Welcome to the latest OpenJDK Quality Outreach update! The schedule for JDK 21 is now known [1] with Rampdown Phase One (RDP1) phase set for June 8th and General Availability (GA) set for September 19th. As we are getting closer to RDP1, we are gradually getting a better view on the JDK 21

Re: Running 10.0 build with a custom lucene 9.5

2023-05-15 Thread Houston Putman
Gus, I haven't done this myself, but are you using the instructions provided in Solr's "gradle/lucene-dev/lucene-dev-repo-composite.gradle"? It looks like you need to specify the development lucene version differently than other dependencies... - Houston On Sat, May 13, 2023 at 10:14 AM Michael