Closed iCesofT closed 4 years ago
Thanks for the input. We will adapt this as soon as we go to 2.3.x.
We (Spain) are going to migrate to 2.3.5 but we don't need that library. Are cloud specific libraries necessary for you?
Yes, the cloud libraries are needed for us as we deploy on Cloudfoundry.
Anyway, we take this into the next release 2.0.2.
On your code, you are using this dependency https://github.com/DP-3T/dp3t-sdk-backend/blob/288d099b9ed3e752c382a273289668a466fe5aeb/dpppt-backend-sdk/dpppt-backend-sdk-ws/pom.xml#L35
(and the code that uses it: https://github.com/DP-3T/dp3t-sdk-backend/blob/develop/dpppt-backend-sdk/dpppt-backend-sdk-ws/src/main/java/org/dpppt/backend/sdk/ws/config/WSCloudBaseConfig.java)
But as you can see, it is deprecated (https://github.com/spring-projects/spring-boot/issues/17877), and you are not able to upgrade to Spring Boot 2.3.X because of this.