Re: [PR] Support Java 21 in Builder.JavaVersion [karaf]

2024-01-26 Thread via GitHub
rovarga merged PR #1824: URL: https://github.com/apache/karaf/pull/1824 -- 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: commits-unsubscr...@karaf.apache

Re: [PR] Support Java 21 in Builder.JavaVersion [karaf]

2024-01-26 Thread via GitHub
rovarga commented on PR #1824: URL: https://github.com/apache/karaf/pull/1824#issuecomment-1912815341 This should fix this splat observed with maven.compiler.release=21: ``` [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.4.5:assembly (process-resources

[PR] Support Java 21 in Builder.JavaVersion [karaf]

2024-01-26 Thread via GitHub
rovarga opened a new pull request, #1824: URL: https://github.com/apache/karaf/pull/1824 We have jre-21 defined in jre.properties, but the Builder would not recognize them. Update the enumeration and eliminate manuall-maintained ordinal, deferring to Enum.compareTo() instead. Sig

Re: [PR] Support Java 21 in Builder.JavaVersion [karaf]

2023-12-19 Thread via GitHub
jbonofre merged PR #1810: URL: https://github.com/apache/karaf/pull/1810 -- 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: commits-unsubscr...@karaf.apach

[PR] Support Java 21 in Builder.JavaVersion [karaf]

2023-12-16 Thread via GitHub
rovarga opened a new pull request, #1810: URL: https://github.com/apache/karaf/pull/1810 We have jre-21 defined in jre.properties, but the Builder would not recognize them. Update the enumeration and eliminate manuall-maintained ordinal, deferring to Enum.compareTo() instead. Sig