Revapi is an API checker for the masses. It makes sure you don't cause headaches to your users when they upgrade to a new version of your stuff
Questions tagged [revapi]
5 questions
2
votes
0 answers
Revapi Doesn't Work With Space In Java Path
I just started to evaluate Revapi and (since I plan on using it in all our projects if all goes well) I put it into a general Maven pom project and added some integration tests to see if it works:
…

Stefan S.
- 3,950
- 5
- 25
- 77
0
votes
1 answer
How do I reset revapi / maven to avoid issues given a previous version?
I am on say 0.0.21-SNAPSHOT I just started using RevAPI and when I do it mentions there have been breaking changes. I can silence it like...
breaking
breaking
breaking
…

JGleason
- 3,067
- 6
- 20
- 54
0
votes
1 answer
Specifying a single class to check
Is it possible to use revapi's maven plugin to check against a single class?
From what I've seen in the docs, and from what I've already tried, it seems it's only possible to check agains a GAV artifact.
Is there anyway to accomplish this?
Thanks

halfwarp
- 1,780
- 5
- 24
- 41
0
votes
1 answer
Is it possible to use revapi maven plugin to do check against a SNAPSHOT version?
I'm currently setting up revapi-maven-plugin for a project, using latest version (0.7.0), and we want to check on our jenkins that no regression appears in our API during development.
Then for my process I don't want to check the regression between…

Simon Urli
- 449
- 1
- 5
- 12
0
votes
1 answer
Revapi continually fails upon configuration phase
I've been experimenting with revapi to detect when public interface updates occur. However, I'm unable to get the command-line script to run as it continually fails upon setup:
13:26:36.956 [main] DEBUG o.e.a.i.i.DefaultDependencyCollector -…

Jason Huntley
- 3,827
- 2
- 20
- 27