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.176
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.179
Choose a head ref
  • 17 commits
  • 34 files changed
  • 3 contributors

Commits on Sep 17, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    dcd7ece View commit details
    Browse the repository at this point in the history
  2. Fix previous commit

    lukehutch committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a138641 View commit details
    Browse the repository at this point in the history
  3. Reset version number

    lukehutch committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e5422fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8841196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    455a40a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Fixes #888: ClasspathElementZip.getClasspathElementURI() returns inco…

    …rrect URIs under Windows.
    
    * Use file:/// for absolute paths and file: for relative paths.
    * Added "Test" suffix to unit tests that were being skipped by Surefire.
    cowwoc committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    68b3a53 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. [QuarkusClassLoaderHandler] Check for both elements and split eleme…

    …nt fields to accomdate Quarkus 3.15.x and earlier and 3.16.x and later.
    
    Fixes #391.
    michael-simons committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e1ca34d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5cc65 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge pull request #893 from michael-simons/issue/391

    [QuarkusClassLoaderHandler] Check for both `elements` and split element fields to accomdate Quarkus 3.15.x and earlier and 3.16.x and later.
    lukehutch authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9e18854 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Polish QuarkusClassLoaderHandler and FastPathResolver.

    This is a follow up on issue #891 and the preceding PR #893 and brings two changes:
    
    * The `QuarkusClassLoaderHandler` is a bit more explicit now about how the elements returned from the class loader are treated
    * The `FastPathResolver` can be simplified using only one pattern
    michael-simons committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    515a24c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #894 from michael-simons/quarkus316andhigher

    Polish `QuarkusClassLoaderHandler` and `FastPathResolver`.
    lukehutch authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e7bb9f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    37e0dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef4eb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #889 from cowwoc/issue-888

    Fixes #888: ClasspathElementZip.getClasspathElementURI() returns inco…
    lukehutch authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4ba432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31ee39f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6bb8ab View commit details
    Browse the repository at this point in the history
Loading