You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: