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

Add support for reflection access filter #1905

Merged

Commits on Jun 4, 2021

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

Commits on Feb 4, 2022

  1. Copy the full SHA
    153380f View commit details
    Browse the repository at this point in the history
  2. Improve documentation

    Marcono1234 committed Feb 4, 2022
    Copy the full SHA
    1dbca2b View commit details
    Browse the repository at this point in the history
  3. Fix compilation errors

    Marcono1234 committed Feb 4, 2022
    Copy the full SHA
    37e1ea8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9eb5fa2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bb42ff9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    988c68c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    dd2ba4e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5298957 View commit details
    Browse the repository at this point in the history
  9. Improve documentation

    Marcono1234 committed Feb 4, 2022
    Copy the full SHA
    870496e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Improve handling for IllegalAccessException

    For Java < 9, AccessibleObject.canAccess is not available and therefore checks
    might pass even if object is not accessible, causing IllegalAccessException
    later.
    Marcono1234 committed Feb 5, 2022
    Copy the full SHA
    837b21f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into marcono1234…

    …/reflection-access-filter
    Marcono1234 committed Feb 5, 2022
    Copy the full SHA
    f4e0ecd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8acf2a9 View commit details
    Browse the repository at this point in the history