Re: [I] build support: java 24 [lucene]

2025-04-29 Thread via GitHub
dweiss closed issue #14379: build support: java 24 URL: https://github.com/apache/lucene/issues/14379 -- 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: is

Re: [I] build support: java 24 [lucene]

2025-04-22 Thread via GitHub
dweiss commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2821991038 I've bumped minJava to 24 on #14533. -- 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 t

Re: [I] build support: java 24 [lucene]

2025-04-04 Thread via GitHub
rmuir commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740946896 maybe this one will fix it long-term and this is the last time we have to go thru it? unfortunately it just went live in java 24 so it doesn't help us now: https://openjdk.org/jeps/48

Re: [I] build support: java 24 [lucene]

2025-03-26 Thread via GitHub
ChrisHegarty commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2755090319 Argh! sorry, I caused this issue by upgrading to JDK 23. Maybe that was a mistake, for this reason (a non-LTS can disappear before the tools catch up with the newly released ma

Re: [I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
dweiss commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740968727 Really nice indeed! Sadly, I think it'll take just about a million years before it propagates through all the layers until it can hit gradle (but I'd love to be proven wrong). ;) -

Re: [I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
dweiss commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740943620 They do tons of weird stuff these days that require bytecode manipulation and touching everything upon loading. I don't think there is a way around other than wait for that issue to

Re: [I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
dweiss commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740939418 https://github.com/gradle/gradle/issues/32290 -- 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 t

Re: [I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
rmuir commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740938412 I tried allowing 24 and gradle only failed in the usual way (incompatible classfile): we have to wait for them to issue a gradle release that "supports 24" so they can parse the class

Re: [I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
dweiss commented on issue #14379: URL: https://github.com/apache/lucene/issues/14379#issuecomment-2740930456 > build currently requires 23 exactly This is terrible. I'll take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] build support: java 24 [lucene]

2025-03-20 Thread via GitHub
rmuir opened a new issue, #14379: URL: https://github.com/apache/lucene/issues/14379 ### Description java 23 has disappeared and has been replaced with java 24. the build currently requires 23 exactly, which creates a hurdle for users, since it is difficult to get: does not ex