Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: classgraph/classgraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: classgraph-4.8.174
Choose a base ref
...
head repository: classgraph/classgraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: classgraph-4.8.175
Choose a head ref
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 18, 2024

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

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    984a262 View commit details
    Browse the repository at this point in the history
  2. Catch NoClassDefFoundError when loading methods, improve docs

    Those happen if the method returns an unknown type
    freya022 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1017bac View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Merge pull request #879 from freya022/load-method-constructor-exception

    Catch `NoClassDefFoundError` when loading methods
    lukehutch authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    746e134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2765b View commit details
    Browse the repository at this point in the history
  3. Improve previous commit

    lukehutch committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    24402f9 View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    Fix Java versions
    lukehutch authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    86f35bf View commit details
    Browse the repository at this point in the history
  5. Update ci.yml

    lukehutch authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ae6552f View commit details
    Browse the repository at this point in the history
  6. Update ci.yml

    JDK 20+ doesn't support source level 7
    lukehutch authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    70d206c View commit details
    Browse the repository at this point in the history
  7. Fix warning

    lukehutch committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    087abf0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #878 from freya022/annotation-info-cache

    Store annotation getters of ClassInfo and MethodInfo
    lukehutch authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    00cb918 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add back catch from #879

    lukehutch committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8aeefba View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    47605ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6883138 View commit details
    Browse the repository at this point in the history
Loading