-
Feature Request
-
Resolution: Done
-
Major
-
None
-
7.63.0.Final
-
None
As part of our DRools DMN integration, we are using the org.kie:kie-spring artifact in our project. This depends on Spring Framework 5.2.9.RELEASE (https://search.maven.org/artifact/org.kie/kie-spring/7.63.0.Final/bundle). Can you please update these dependencies to Spring Framework 5.3.x to have compatibility with the latest SpringBoot versions (2.6.x), which depend on Spring Framework 5.3.x.
Here is a snippet of our dependency tree. We still use an older version, but 7.63.0.Final is also dependent on 5.2.x Spring Framework.
+--- org.kie:kie-spring -> 7.54.0.Final | +--- org.jbpm:jbpm-flow:7.54.0.Final ... | +--- org.springframework:spring-tx:5.2.9.RELEASE -> 5.2.8.RELEASE | | +--- org.springframework:spring-beans:5.2.8.RELEASE (*) | | \--- org.springframework:spring-core:5.2.8.RELEASE (*)... | +--- org.springframework:spring-core:5.2.9.RELEASE -> 5.2.8.RELEASE (*) | +--- org.springframework:spring-beans:5.2.9.RELEASE -> 5.2.8.RELEASE (*) | +--- org.springframework:spring-context:5.2.9.RELEASE -> 5.2.8.RELEASE (*) ...
- is related to
-
RHPAM-4111 Certify Spring Boot 2.4.x
- Closed