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 update to 2.6.x #62

Open
kevinzogg opened this issue Jan 10, 2022 · 0 comments
Open

Spring boot update to 2.6.x #62

kevinzogg opened this issue Jan 10, 2022 · 0 comments

Comments

@kevinzogg
Copy link

Hi

While updating libraries in our project, I came across an issue. Spring has deprecated ManagementServerProperties.Servlet.getContextPath() in 2.4.0 and finally removed the method completely with 2.6.0:

https://docs.spring.io/spring-boot/docs/2.5.0/api/org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerProperties.Servlet.html

Unfortunately this is used in spring-batch-lightmin. Therefore, we can not update beyond 2.5.x right now. I propose to either switch to the new methods, or simply update to a newer spring boot version as well. I'll create a pull request for the latter in a few.

Best regards
Kevin

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

No branches or pull requests

1 participant