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: policeman-tools/forbidden-apis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8
Choose a base ref
...
head repository: policeman-tools/forbidden-apis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9
Choose a head ref
  • 15 commits
  • 25 files changed
  • 3 contributors

Commits on Oct 7, 2024

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

Commits on Jan 4, 2025

  1. Explicitly enable extension functions with the XSLT factory (#255)

    This is necessary to make Ant build work when triggered from within
    Eclipse with JDK9+.
    A similar issue was reported in
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=520437
    
    This closes #254
    kwin authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    1a775da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6019f14 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Update ASM to version 9.8 for support of Java 25 bytecode; add signat…

    …ures and build support for Java 24 GA
    uschindler committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    86729a1 View commit details
    Browse the repository at this point in the history
  2. Generate jdk-internal signature only till Java 23, later versions nee…

    …d to be administered manually (or removed when unsafe is gone)
    uschindler committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    b5b68fb View commit details
    Browse the repository at this point in the history
  3. print cli parse error message to let user know what is missing (#258)

    I merged this and will fix build (forbidden apis due to System.out usage) in a followup commit.
    maxandersen authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    7c32e88 View commit details
    Browse the repository at this point in the history
  4. Followup for #258: Fix forbiddenapis and only print error message if …

    …there are actually arguments given.
    uschindler committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6f6ada3 View commit details
    Browse the repository at this point in the history
  5. Allow to set severity per signature (#253)

    This closes #252 and #219
    kwin authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    9b4c93f View commit details
    Browse the repository at this point in the history
  6. Fixes for #253:

    - Java 7 compatibility
    - Clean up imports / indent
    uschindler committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    2a91113 View commit details
    Browse the repository at this point in the history
  7. Add signatures for commons-io 2.18.0

    This closes #260
    uschindler committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    14c003f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. support .jar file to be scanned in cli (#259)

    * support .jar file to be scanned in cli
    
    * Rewrite JAR/ZIP file parsing
    
    * Fix detection of jar/zip and make the matcher use SelectorUtils#matchPath (like DirectoryScanner)
    
    * formatting
    
    * Add test
    
    ---------
    
    Co-authored-by: Uwe Schindler <[email protected]>
    maxandersen and uschindler authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    9520c27 View commit details
    Browse the repository at this point in the history
  2. Fix typos in Javadocs

    uschindler committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    d7f276f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    12bfbaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ba392 View commit details
    Browse the repository at this point in the history
  3. Release forbiddenapis 3.9

    uschindler committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    c74283c View commit details
    Browse the repository at this point in the history
Loading