ChinchuAjith commented on code in PR #6748:
URL:
https://github.com/apache/incubator-kie-drools/pull/6748#discussion_r3371739733
##########
kie-parent/pom.xml:
##########
@@ -1596,6 +1604,77 @@
<artifactId>jetty-jakarta-servlet-api</artifactId>
<version>${version.org.eclipse.jetty.jakarta.servlet.api}</version>
</dependency>
+ <!-- Explicit Jetty 12.0.33 dependency management to prevent version
conflicts -->
Review Comment:
@yesamer The BOM itself is fine, but wiremock-jetty12:3.13.2 is pulling in
conflicting Jetty versions (12.1.7 core and 12.0.30 EE10). This mismatch caused
a NoSuchMethodError at runtime, so explicit dependency management was needed to
force everything to align consistently to 12.0.33. I’m also double‑checking by
removing the explicit versions to see if the BOM alone resolves it
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]