nrknithin opened a new pull request, #7099:
URL: https://github.com/apache/incubator-kie/pull/7099

   ## What
   
   Pin `version.org.jboss.resteasy` to `6.2.18.Final` in 
`kogito-quarkus/bom/pom.xml`.
   
   ## Why
   
   `quarkus-bom:3.33.3.2` manages RESTEasy `6.2.18.Final`, while `kie-parent` 
pins
   `6.2.12.Final` (the version `quarkus-bom:3.27.5.1` shipped). After the 
Quarkus 3.33
   upgrade that pin silently downgrades RESTEasy on the Quarkus side.
   
   `kie-parent` declares `resteasy-client`, `resteasy-jackson2-provider` and
   `resteasy-multipart-provider`, which are shared with the Spring Boot tree, 
so the
   override is scoped to the Quarkus BOM instead of bumping `kie-parent`. Same 
pattern
   as the existing `mongodb-driver-sync` and `smallrye-open-api` alignment pins.
   
   ## Verification
   
   Effective POMs:
   
   | BOM | `version.org.jboss.resteasy` | managed artifacts |
   |---|---|---|
   | `kogito-quarkus-bom` | 6.2.18.Final | all 34 at 6.2.18.Final |
   | `kogito-springboot-bom` | 6.2.12.Final | unchanged |
   
   Matches `quarkus-bom:3.33.3.2` exactly; Spring Boot resolution is unaffected.
   


-- 
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]

Reply via email to