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

fix (jkube-kit-spring-boot) : Directly read layers.idx file to get layers information #3236

Merged
merged 1 commit into from
Jul 19, 2024

Commits on Jul 18, 2024

  1. fix (jkube-kit-spring-boot) : Directly read layers.idx file to get la…

    …yers information
    
    Till now we were executing layertools list command to extract layer
    related information for Spring Boot Layered jar. This has started
    causing problems in Spring Boot 3.3.x where we're getting additional
    deprecation warning that's breaking behavior of SpringBootGenerator.
    Additionally, layertools command has become deprecated in Spring Boot 3.3.x
    
    Instead of relying on layertools command, directly read layers.idx file
    present in layered jar to extract list of layers.
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    474683e View commit details
    Browse the repository at this point in the history