Skip to content
New issue

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

Deprecate spring-boot-starter-cloud-connectors in favour of Java CFEnv #272

Closed
iCesofT opened this issue Nov 2, 2020 · 4 comments · Fixed by #280
Closed

Deprecate spring-boot-starter-cloud-connectors in favour of Java CFEnv #272

iCesofT opened this issue Nov 2, 2020 · 4 comments · Fixed by #280

Comments

@iCesofT
Copy link
Contributor

iCesofT commented Nov 2, 2020

On your code, you are using this dependency

		<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.

@martinalig
Copy link
Contributor

Thanks for the input. We will adapt this as soon as we go to 2.3.x.

@iCesofT
Copy link
Contributor Author

iCesofT commented Nov 4, 2020

We (Spain) are going to migrate to 2.3.5 but we don't need that library. Are cloud specific libraries necessary for you?

@martinalig
Copy link
Contributor

Yes, the cloud libraries are needed for us as we deploy on Cloudfoundry.

Anyway, we take this into the next release 2.0.2.

@martinalig
Copy link
Contributor

See #280

@martinalig martinalig linked a pull request Nov 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants