SemyonSinchenko commented on issue #662: URL: https://github.com/apache/incubator-graphar/issues/662#issuecomment-2692255500
> Is it means that we generate the proto-code once and save them, so we no longer need protobuf related dependencies when releasing? Yes. All the needed classes will be packed into the assembly and renamed by pattern. But it will happens after the compilation and we are still needing the protobuf-maven and protoc to generate the code during the release. Release: 1. Code generation by protoc 2. Compilation 3. Assembly + renaming -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
