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

Feature request: support validating against past versions #140

Open
ZacSweers opened this issue May 29, 2023 · 0 comments
Open

Feature request: support validating against past versions #140

ZacSweers opened this issue May 29, 2023 · 0 comments
Labels

Comments

@ZacSweers
Copy link

ZacSweers commented May 29, 2023

Currently, when new APIs are introduced, developers must manually review the changes and ensure they are binary compatible (because it's just a regenerated .api file). This is an error-prone process and we were burned by this in KotlinPoet recently where we accidentally missed a breaking API change amongst a number of other (expected) changes. One helpful feature of the japicmp gradle plugin is the ability to point to a baseline artifact to validate against. It would be great if this project could offer something similar, either via pointing at artifacts (ideally) or other ways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants