Re: lucene/core/src/java24

2025-07-09 Thread Michael Sokolov
uot; does not work > >> with a later JDK like 25 (as it is not part of backwards compatibility) > >> and the APIs may suddenly change in later Java versions. Therefore the > >> compilation is done using a stub: > >> https://github.com/apache/lucene/tree/main/lu

Re: lucene/core/src/java24

2025-07-09 Thread Uwe Schindler
de (should happen hopefully soon after Java 25) we need a separate sourceset anyways. Uwe Am 08.07.2025 um 16:58 schrieb Michael Sokolov: I'm curious why we have lucene/core/src/java24 directory/module on main branch instead of moving these classes to lucene/core/src/java, now that JDK24 is

Re: lucene/core/src/java24

2025-07-08 Thread Michael Sokolov
t; > Uwe > > Am 08.07.2025 um 16:58 schrieb Michael Sokolov: > > I'm curious why we have lucene/core/src/java24 directory/module on main > branch instead of moving these classes to lucene/core/src/java, now that > JDK24 is mandatory. > > --

Re: lucene/core/src/java24

2025-07-08 Thread Uwe Schindler
gt;> >>> In addition when Panama Vector enters Preview mode (should happen hopefully >>> soon after Java 25) we need a separate sourceset anyways. >>> >>> Uwe >>> >>> Am 08.07.2025 um 16:58 schrieb Michael Sokolov: &g

Re: lucene/core/src/java24

2025-07-08 Thread Uwe Schindler
he/lucene/tree/main/lucene/core/src/generated/jdk >> >> In addition when Panama Vector enters Preview mode (should happen hopefully >> soon after Java 25) we need a separate sourceset anyways. >> >> Uwe >> >> Am 08.07.2025 um 16:58 schrieb Michael Soko

Re: lucene/core/src/java24

2025-07-08 Thread Robert Muir
mode (should happen hopefully > soon after Java 25) we need a separate sourceset anyways. > > Uwe > > Am 08.07.2025 um 16:58 schrieb Michael Sokolov: > > I'm curious why we have lucene/core/src/java24 directory/module on main > branch instead of moving these classes to lucene/

Re: lucene/core/src/java24

2025-07-08 Thread Uwe Schindler
ucene/tree/main/lucene/core/src/generated/jdk In addition when Panama Vector enters Preview mode (should happen hopefully soon after Java 25) we need a separate sourceset anyways. Uwe Am 08.07.2025 um 16:58 schrieb Michael Sokolov: I'm curious why we have lucene/core/src/java24 directory/

lucene/core/src/java24

2025-07-08 Thread Michael Sokolov
I'm curious why we have lucene/core/src/java24 directory/module on main branch instead of moving these classes to lucene/core/src/java, now that JDK24 is mandatory.