spring-batch-lightmin
spring-batch-lightmin copied to clipboard
Spring boot update to 2.6.x
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