You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/04/14 22:16:04 UTC

[GitHub] [incubator-heron] nicknezis opened a new pull request #3510: Upgrading Bazel to 3.0.0

nicknezis opened a new pull request #3510: Upgrading Bazel to 3.0.0
URL: https://github.com/apache/incubator-heron/pull/3510
 
 
   Update the Bazel build scripts to use this new capability: https://github.com/bazelbuild/rules_jvm_external
   
   The goal would be to better manage the project's dependencies and not have to manually update the various transitive dependencies. This tool will use a dependency's pom.xml to dynamically generate the Bazel targets for each of the dependencies.
   
   This approach started with the buildozer migration which did a lot of formatting cleanup, but ultimately didn't work. After the buildozer cleanup, I had to manually update the WORKSPACE and BUILD files to use the new maven_install feature.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-heron] nicknezis merged pull request #3510: Upgrading Bazel to 3.0.0

Posted by GitBox <gi...@apache.org>.
nicknezis merged pull request #3510: Upgrading Bazel to 3.0.0
URL: https://github.com/apache/incubator-heron/pull/3510
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services