We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On your code, you are using this dependency
dp3t-sdk-backend/dpppt-backend-sdk/dpppt-backend-sdk-ws/pom.xml
Line 35 in 288d099
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cloud-connectors</artifactId> </dependency>
(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 (spring-projects/spring-boot#17877), and you are not able to upgrade to Spring Boot 2.3.X because of this.
The text was updated successfully, but these errors were encountered:
Thanks for the input. We will adapt this as soon as we go to 2.3.x.
Sorry, something went wrong.
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.
See #280
Successfully merging a pull request may close this issue.
On your code, you are using this dependency
dp3t-sdk-backend/dpppt-backend-sdk/dpppt-backend-sdk-ws/pom.xml
Line 35 in 288d099
(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 (spring-projects/spring-boot#17877), and you are not able to upgrade to Spring Boot 2.3.X because of this.
The text was updated successfully, but these errors were encountered: