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

Emit package events #9301

Merged
merged 14 commits into from
Oct 11, 2023
Merged

Emit package events #9301

merged 14 commits into from
Oct 11, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    c577ad5 View commit details
    Browse the repository at this point in the history
  2. Add crude test

    jack-berg committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    27ff754 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    e84f22a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    cf7cf55 View commit details
    Browse the repository at this point in the history
  2. skip all directories

    jack-berg committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b90cd2c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    a559225 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add checksum algorithm

    jack-berg committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5bc8b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    e88e464 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    cb10d6c View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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
  4. Merge pull request #24 from tylerbenson/emit-package-events

    Replace static util class with JarDetails
    jack-berg committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ceaea0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c055060 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    779e071 View commit details
    Browse the repository at this point in the history