Hi everyone,
Just a quick-heads up that you'll see some changes in master today that
change how you may do your normal development. Check out RATIS-316 for
the full story, but let me try to summarize here:
* "Thirdparty" (e.g. protobuf, grpc, netty) dependencies are no long in
ratis-proto-shaded
* ratis-proto-shaded is now just ratis-proto, only containing generated code
* There is a new repository
https://github.com/apache/incubator-ratis-thirdparty which is solely
devoted to containing the aforementioned thirdparty dependencies.
* I've deployed a SNAPSHOT build of that to Nexus -- will be working on
a release
* The imports have changed slightly for pb-generated code and our
packaged thirdparty code. This should all be reflected in BUILDING.md
Please reach out if you have any confusion! This should be the last
annoying build-related change from me for a while ;)
- Josh