Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect breaking changes on pull requests v2.0 #12974

Merged

Commits on Mar 28, 2024

  1. Detect breaking changes on pull requests

    Adds a gradle task and github action to check for breaking changes made
    to the APIs in server by running comparison against most resent snapshot
    build on sonotype maven repository.
    
    Only classes with @publicapi are checked for breaking changes.
    
    Uses japicmp to perform the comparison against the jar files, learn
    more https://siom79.github.io/japicmp/
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6ce041e View commit details
    Browse the repository at this point in the history