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

Spring Boot 3 compatibility #606

Open
Undergrounder opened this issue Mar 26, 2024 · 0 comments
Open

Spring Boot 3 compatibility #606

Undergrounder opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Undergrounder
Copy link

Is your feature request related to a problem? Please describe.
Spring boot 2.x, the version used in the examples, is out of Open Source Support (OSS) and for that reason, is an invalid option for implementing a productive extension using the CommerceTools SDK.
We have tried using Spring Boot 3.2.4, but the validation contraints are ignored. The CommerceTools SDK uses currently javax.* annotations instead of the new jakarta.* ones, but Spring 3.x expects the jakarta.* annotations. A change to use additionally the javax.* constraints doesn't seem to be possible.
More issues may appear, as we are just starting to implement the extension.

Describe the solution you'd like
A new SDK version is released that is compatible with Spring Boot 3.2.4. The examples in the SDK are updated and using the new Spring Boot version.

Describe alternatives you've considered
Not using the CommerceTools Java SDK or not using Spring Boot.

Additional context
image
https://spring.io/projects/spring-boot#support

@Undergrounder Undergrounder added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant