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 #9044

Closed

Commits on Aug 1, 2023

  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.
    
    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 Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b940028 View commit details
    Browse the repository at this point in the history