lhotari opened a new pull request, #25155: URL: https://github.com/apache/pulsar/pull/25155
### Motivation The Jetty 12 upgrade PR #25100 patches ZooKeeper by upgrading from Jetty 9 to Jetty 12. This patching uses a shaded jar without really shading packages, but just replacing a single package. This solution breaks IntelliJ build since the pom.xml is missing required definitions for IntelliJ Maven integration with shaded jars. When the IntelliJ build is broken, it's not possible to run all tests in the IntelliJ UI. ### Modifications - add definitions to pom.xml required for IntelliJ Maven integration ### 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]
