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.9
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.10
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Apr 3, 2025

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

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    258ef18 View commit details
    Browse the repository at this point in the history
  2. Update config for publishing to Maven Central:

    - Add fake Javadoc files with readme.txt referring to docs.zip file
    - New staging URL (it also requires to send a "close" command at end, not yet implemented)
    - Snapshots not working yet, it fails to upload maven-metadata.xml because server sends error 400
    uschindler committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    7fa157b View commit details
    Browse the repository at this point in the history
  3. Add new versions of commons-io. I've looked quickly at the changes bu…

    …t no significant new methods appeared, I think. (#270)
    dweiss authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    65f5c41 View commit details
    Browse the repository at this point in the history
  4. Add JDK25 signatures (#272)

    Co-authored-by: Kaival Parikh <kaivalp2000@gmail.com>
    Co-authored-by: Uwe Schindler <uwe@thetaphi.de>
    3 people authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    53aa89f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Automatically downgrade/fallback bundled signatures to next lower ver…

    …sion if missing (#274)
    
    * Add a set with all bundled Signatures and also check against it instead of searching classpath
    
    * Use NavigableSet to find closest matching version by using a custom comparator
    
    * Change logic to also normalize the bundled-sig name (use canonic name) and cleanup api
    
    * make compatible to java 7
    
    * add test
    
    * add antunit test for commons-io version downgrade or equivalence
    
    * add documentation about bundled signatures
    uschindler authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    cf99ebe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    3cafacd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c08e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c463108 View commit details
    Browse the repository at this point in the history
Loading