You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This page captures the dependency upgrade situation in the Policy Framework during the London development

Version in Policy FrameworkCurrent Versionlatest Version
org.glassfish.jaxb:jaxb-runtime:2.3.8org.glassfish.jaxb:jaxb-runtime:4.0.2Needs Jakarta types/annotations
org.hibernate:hibernate-core:5.6.15.Finalorg.hibernate:hibernate-core:6.1.7.FinalNeeds Spring 6
jakarta.validation:jakarta.validation-api:2.0.2jakarta.validation:jakarta.validation-api:3.0.2
javax.xml.bind:jaxb-api:2.3.1jakarta.xml.bind:jakarta.xml.bind-api:4.0.0Last update to javax was in 2018
javax.servlet:javax.servlet-api:4.0.1jakarta.servlet:jakarta.servlet-api:6.0.0Last update to javax was in 2018
javax.ws.rs:javax.ws.rs-api:2.1.1jakarta.ws.rs:jakarta.ws.rs-api:3.1.0Last update to javax was in 2018
org.glassfish.jersey.core:jersey-server:2.38org.glassfish.jersey.core:jersey-server:3.1.1Also other Jersey dependencies, needs Jakarta types/annotations
org.eclipse.jetty:jetty-http:10.0.13org.eclipse.jetty:jetty-http:11.0.13Also other Jetty dependencies, needs Jakarta types/annotations, no longer supports Swagger servlet, downgrade from oparent in Policy Framework
ch.qos.logback:logback-core:1.2.11ch.qos.logback:logback-core:1.4.5Needs Springboot 3, downgraded from oparent in Policy Framework
org.slf4j:slf4j-api:1.7.36org.slf4j:slf4j-api:2.0.6Needs Springboot 3
org.springframework:spring-core:5.3.25org.springframework:spring-core:6.0.4Also other Spring dependencies, needs Java 17, downgraded from oparent in Policy Framework
org.springframework.security:spring-security-test:5.8.1org.springframework.security:spring-security-test:6.0.1Needs Spring 6
org.springframework.boot:spring-boot-starter-web:2.7.8org.springframework.boot:spring-boot-starter-web:3.0.2Also other Springboot dependencies
org.apache.tomcat.embed:tomcat-embed-core:9.0.71org.apache.tomcat.embed:tomcat-embed-core:10.1.5Needs Spring 6 and Springboot 3, downgraded from oparent in Policy Framework

Issues

  • The main issue is the move from javax. to jakarta. for all the REST annotations and types. This causes widespread but trivial code changes in most components.
  • The removal of the Swagger servlet is not an issue from a functional point of view because we ahve switched to an OpenAPI first approach in London. However, there are some minor code changed in policy/common endpoints and in components that use policy/common endpoints to remove this functionality
  • We can't step the version of the logging dependencies because the new version of those dependencies does not work with Springboot 2
  • The new versions of hibernate and tomcat do not work with Spring 5 and Springboot 2
  • The main blocker is policy/xacml-pdp and the javax XML bind libraries. The com.att.research:xacml-pdp dependency uses javax XML binding. If this dependency was updated, then all the other work for updating can be done in the Policy Framework.
  • No labels