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

Fixes #5475 Scan for updated ASM version #5479

Merged
merged 3 commits into from Oct 20, 2020

Commits on Oct 20, 2020

  1. Fixes #5475 Scan for updated ASM version

    Scan for the highest known ASM version so we can always run on latest JVM if the ASM jar is updated.
    gregw committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    fa71397 View commit details
    Browse the repository at this point in the history
  2. Issue #5475 - Changing ASM API version lookup to use Reflection again…

    …st ASM Opcodes.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a3e3632 View commit details
    Browse the repository at this point in the history
  3. Issue #5475 - Adding debug log output for asmVersion detect

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7155066 View commit details
    Browse the repository at this point in the history