Use revapi to generate list of API changes #5527
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm going to close this PR, but wanted to capture what I did to generate the list of API changes in apache/accumulo-website#461. With the changes in this branch I ran a Maven
build sending the output a file. Then I sorted that file and manually fixed it up, then copied it over to the
website branch I was working in.
I found that running the plugin produced inconsistent results, either producing 123, 147, or 1628 lines of output. It seems like there is an issue filtering the files with the regex. 1628 included a bunch of files outside the public api definition. The difference between 123 and 147 were some files in the minicluster module. I took the 147 line file and copied that over to the website branch.