porcelli opened a new issue, #2225: URL: https://github.com/apache/incubator-kie-issues/issues/2225
## Summary The Hibernate version in kogito-apps is currently misaligned with the version managed by the Quarkus BOM, which can cause compatibility issues. ## Problem kogito-apps declares a Hibernate version that differs from the version provided by Quarkus dependency management. This misalignment can lead to: - Runtime conflicts - Unexpected behavior - Maintenance overhead when upgrading Quarkus ## Proposed Solution Upgrade Hibernate version to match the version managed by the Quarkus BOM to ensure compatibility. -- 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]
