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: Guardsquare/proguard-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.0
Choose a base ref
...
head repository: Guardsquare/proguard-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.2
Choose a head ref
  • 18 commits
  • 61 files changed
  • 9 contributors

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    91602ad View commit details
    Browse the repository at this point in the history
  2. This diff adds class constants and signatures for easier handling to …

    …prepare for reflection patterns in the reflection analyzer.
    jannesbraet-guardsquare authored and rubenpieters committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    3ffb533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c88b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aadee70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69c215f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c92424d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ad043e View commit details
    Browse the repository at this point in the history
  8. Support Kotlin 2.3 (#160)

    Support Kotlin 2.3
    rubenpieters authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    43523cb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

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

Commits on Feb 26, 2026

  1. Support java 26

    piazzesiNiccolo-GS committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    8997301 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    9becda9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc3841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ee355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edabeae View commit details
    Browse the repository at this point in the history
  5. Update kotest to 6.1.4, address API changes

    - The SpecFilter we used to filter tests based on Java Version is removed, I replaced with a SpecExtension that achieves the same without reflection.
    - @AutoScan doesn't exist, we must register extensions explicitly.
    - Kotest now requires java 11 so the gradle configuration was updated to compile to 8 on base, but on 11 for tests.
    - Update the Matcher for the new API.
    piazzesiNiccolo-GS committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    edac56f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

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

Commits on Mar 17, 2026

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