-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java-storage dependency cleanup #1046
base: master
Are you sure you want to change the base?
Conversation
/gcbrun |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1046 +/- ##
============================================
+ Coverage 82.75% 82.77% +0.02%
Complexity 1803 1803
============================================
Files 104 104
Lines 8164 8164
Branches 1002 1002
============================================
+ Hits 6756 6758 +2
+ Misses 1006 1004 -2
Partials 402 402
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pom.xml
Outdated
<google.auth.version>1.14.0</google.auth.version> | ||
<google.auto-value.version>1.10.1</google.auto-value.version> | ||
<google.cloud-core.verion>2.9.0</google.cloud-core.verion> | ||
<google.cloud-storage.bom.version>2.25.0</google.cloud-storage.bom.version> | ||
<!-- Library bom for Java-Storage --> | ||
<google.cloud-storage.library.bom.version>26.21.0</google.cloud-storage.library.bom.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Libraries-bom will apply to all cloud clients, gax, guava, grpc, http client, etc.
I'd probably remove storage from the property name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
Is this still going to happen? @arunkumarchacko this is expected to reduce complexity of dependency management in Dataproc. |
ping on this @singhravidutt |
No description provided.