Skip to content

Spring boot update to 2.6.x #62

Description

@kevinzogg

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions