lhotari opened a new pull request, #24767: URL: https://github.com/apache/pulsar/pull/24767
### Motivation Java 25 LTS has been released. There's already support for starting a build with Java 25, but the build fails. <img width="357" height="272" alt="image" src="https://github.com/user-attachments/assets/52a65d7b-97dd-4fd2-ad27-2931099693db" /> The build fails with unknown JVM option in `MAVEN_OPTS`. There's also another issue since the Gradle Develocity Maven extension version doesn't support Java 25. [Apache's Develocity server](https://develocity.apache.org/scans?search.rootProjectNames=pulsar) is used for Pulsar build analytics. ### Modifications - add `-XX:+IgnoreUnrecognizedVMOptions` to `MAVEN_OPTS` - upgrade Gradle Develocity Maven extension dependencies ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
