-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support Spring Boot 3.4 #4657
Comments
This might be related #4753 |
FindingsSpring Boot 3.4.0 release notesThe official release notes are published here. RestClient and RestTemplateWe use the RestTemplate for testing in Camunda Run. The changes highlighted in the release notes impact how redirects are handled. Without any further configuration, the underlying HttpClient will follow redirects from HTTP to HTTPS. This broke one test that tests HTTP(S) configurations in Camunda Run. Another change in the RestTemplate's underlying HttpClient caused a different error message to be returned when sending an HTTP request to an HTTPS endpoint for Camunda Run. The error message needed to be updated in the test. The new error message is backward compatible (works as well for Spring Boot 3.3.x). Removal of deprecationsSpring Boot 3.4.0 removes classes marked as deprecated in 3.3.x (source). This had no effect on our code. Startup issuesThe |
I reverted the commit to master (69958d3) due to test failures.
|
Acceptance Criteria (Required on creation)
Hints
Is planned to be released November 21, 2024.
Links
Breakdown
Pull Requests
Dev2QA handover
The text was updated successfully, but these errors were encountered: