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

Replace static util class with JarDetails #24

Merged

Commits on Sep 28, 2023

  1. Replace static util class with JarDetails

    This class is able to be more optimized by using random access file classes depending on if the jar is embedded within another archive file (eg spring boot, war, ear, etc).
    tylerbenson committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3d549c9 View commit details
    Browse the repository at this point in the history
  2. Code review changes

    tylerbenson committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    100dc45 View commit details
    Browse the repository at this point in the history