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.152
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.153
Choose a head ref
  • 18 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 10, 2022

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

Commits on Dec 13, 2022

  1. Bump slf4j-api from 2.0.5 to 2.0.6

    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.5 to 2.0.6.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    14f1260 View commit details
    Browse the repository at this point in the history
  2. Bump slf4j-jdk14 from 2.0.5 to 2.0.6

    Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j) from 2.0.5 to 2.0.6.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8efca4b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge pull request #738 from classgraph/dependabot/maven/org.slf4j-sl…

    …f4j-jdk14-2.0.6
    
    Bump slf4j-jdk14 from 2.0.5 to 2.0.6
    lukehutch authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    66d3a30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #737 from classgraph/dependabot/maven/org.slf4j-sl…

    …f4j-api-2.0.6
    
    Bump slf4j-api from 2.0.5 to 2.0.6
    lukehutch authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    04c2474 View commit details
    Browse the repository at this point in the history
  3. Test for #735

    lukehutch committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    139171f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1310809 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add ClassInfo#getSourceFile

    freya022 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a0c2b41 View commit details
    Browse the repository at this point in the history
  2. Specify nullability

    freya022 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    66f0ed9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Add getTypeAnnotationInfo to TypeParameter and TypeArgument

    Fixes #741
    
    Exposes missing API for accessing parsed annotations on type parameters
    and wildcard type arguments.
    platosha committed Dec 20, 2022
    1 Configuration menu
    Copy the full SHA
    90ef1d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    f16cba0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #742 from platosha/feature/missing-annotation-api

    Add `getTypeAnnotationInfo` to `TypeParameter` and `TypeArgument`
    lukehutch authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f36aa2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #740 from freya022/feature/class-source-file

    Add `ClassInfo#getSourceFile`
    lukehutch authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8698281 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    lukehutch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e9bbb17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42d99e9 View commit details
    Browse the repository at this point in the history
  6. Source > Cleanup

    lukehutch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    93a8164 View commit details
    Browse the repository at this point in the history
  7. Fix unit test failure

    lukehutch committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c006655 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6317d9e View commit details
    Browse the repository at this point in the history
Loading