dlmarion opened a new pull request, #5527: URL: https://github.com/apache/accumulo/pull/5527
I'm going to close this PR, but wanted to capture what I did to generate the list of API changes in https://github.com/apache/accumulo-website/pull/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. ``` mvn clean verify -DskipTests -DskipITs -DskipQA -Papi-diff 2>/tmp/api cat /tmp/api | sort -u > /tmp/api-sorted vi /tmp/api-sorted, remove line starting with npx, fix table header ``` 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
