adoroszlai commented on PR #1493: URL: https://github.com/apache/ratis/pull/1493#issuecomment-4877311863
Thanks a lot @OneSizeFitsQuorum for testing it. > The main jar is unaffected because it is built from `target/classes`, where the empty directory is never materialized. It is affected, but only in the 3.2.2 release artifact, we cannot reproduce it. ```bash $ curl -LOSs https://repo1.maven.org/maven2/org/apache/ratis/ratis-proto/3.2.2/ratis-proto-3.2.2.jar $ unzip -t ratis-proto-3.2.2.jar | grep ': annotations' testing: annotations/ OK ``` -- 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]
