Skip to content

Update core dependencies - #6115

Merged
chingor13 merged 15 commits into
googleapis:masterfrom
chingor13:update-deps2
Aug 22, 2019
Merged

Update core dependencies#6115
chingor13 merged 15 commits into
googleapis:masterfrom
chingor13:update-deps2

Conversation

@chingor13

@chingor13chingor13 commented Aug 21, 2019

Copy link
Copy Markdown
Contributor
  • update gax to 1.48.0
  • update google-auth-library to 0.17.0
  • update grpc to 1.23.0
  • ensure guava versions at 28.0-android
  • update protobuf to 3.9.1
  • update opencensus to 0.23.0
    • in opencensus 0.22.0, the runningSpanStore defaulted to not storing spans, so we need to configure the store to actually keeps some spans for testing
  • update auto-value to 1.6.6

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 21, 2019
@chingor13chingor13 mentioned this pull request Aug 21, 2019
@kolea2kolea2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2019
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2019
@chingor13
chingor13 requested a review from kolea2August 21, 2019 19:00
@codecov

codecovBot commented Aug 21, 2019

Copy link
Copy Markdown

Codecov Report

Merging #6115 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #6115 +/- ##
============================================
+ Coverage 47.38% 47.38% +<.01% - Complexity 27182 27197 +15 
============================================
Files 2523 2523 Lines 274600 274600 Branches 31383 31378 -5 ============================================
+ Hits 130124 130125 +1 + Misses 134863 134862 -1 
Partials 9613 9613
Impacted FilesCoverage ΔComplexity Δ
...ain/java/com/google/cloud/pubsub/v1/Publisher.java89.45% <0%> (+0.34%)40% <0%> (ø)⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3909ebd...93931eb. Read the comment docs.

@chingor13

Copy link
Copy Markdown
ContributorAuthor

I cannot figure out why this won't compile on Java 7. It's failing to find another package installed from this repo.

@chingor13

Copy link
Copy Markdown
ContributorAuthor

autovalue >= 1.5 must use Java 8 for compilation but will work on Java 7

@chingor13
chingor13 merged commit 5826adf into googleapis:masterAug 22, 2019
@chingor13
chingor13 deleted the update-deps2 branch August 22, 2019 03:27
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
* update gax to 1.48.0
* update google-auth-library to 0.17.0
* update grpc to 1.23.0 and import grpc-bom
* cleanup guava versions to 28.0-android
* update protobuf to 3.9.1 and use bom
* update opencensus to 0.23.0
* update autovalue to 1.6.5
* latest autovalue is 1.6.6
* enable runningSpanStore to capture spans for testing
* lint
* cannot upgrade autovalue right now
* try profiles for autovalue compatibility
* exclusion to fix enforcer
* undo exclusion, try via profile
meltsufin pushed a commit that referenced this pull request May 1, 2026
* update gax to 1.48.0
* update google-auth-library to 0.17.0
* update grpc to 1.23.0 and import grpc-bom
* cleanup guava versions to 28.0-android
* update protobuf to 3.9.1 and use bom
* update opencensus to 0.23.0
* update autovalue to 1.6.5
* latest autovalue is 1.6.6
* enable runningSpanStore to capture spans for testing
* lint
* cannot upgrade autovalue right now
* try profiles for autovalue compatibility
* exclusion to fix enforcer
* undo exclusion, try via profile
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@chingor13@kolea2@googlebot@yoshi-kokoro