Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Introduce java.time to Gax-Java #1872
feat: Introduce java.time to Gax-Java #1872
Changes from all commits
212dcfa
62ae4ef
484fd74
455b61b
c5eee47
ef83e0d
ee31831
f6b3fd7
b50b585
521c8fb
63b882d
774139a
0be22ab
03a9f65
523d100
43f3077
d4d1428
e261058
490b214
a1a0136
8fda898
7879446
5e2c20e
3945a98
5e9c638
0b5d5e6
2e07a48
e6c20b7
d7b0cf3
5cf1289
44b45d3
8e221c1
667f2da
6113cea
9992618
e8a871b
fbad4ee
751ba06
e20f974
f05f2ef
1cf298c
4703dcd
4635dd5
7774eb0
63261fa
ba456a1
2330496
23c9ac4
6920222
0c8ac5d
0c8cfb7
f9750ce
351f829
1be5153
f84b521
31ab5e0
8fc424d
c3bc83f
16fa545
4fd48d4
5dca441
a58f1bf
fc2ee3b
6576921
aa11c88
203960a
5c07021
6c15c4c
e48decf
7c8a644
21e4240
8d96c61
eefff2a
233ce62
f55cf09
6b437c1
11043d4
d3ebac5
50b0ffd
21c03bd
16933f0
33a42bd
bca5067
c1b91ee
173dc2e
c8dc5f0
6abced3
31792f7
a67cca5
a87d2b8
3b3d45a
eea294e
48cd5e9
060c1fa
67000c7
9266ad0
4ee554f
75668a5
964625f
1c0df23
53d2131
587f060
427d295
9f51822
2a4949b
60a43dd
24c1566
786c915
a99d3c1
7e64fc1
75d038c
582668c
f252f95
f450e33
b276f07
bd273a5
3c9edbb
d999fe3
5dbff0f
a579c0d
6755cb8
5d3df79
175aeb3
f9ece6f
02833c3
389a520
5d945b3
a21c678
f17747b
ed838ad
5b51530
7091186
3f7ac57
a23c041
2158334
98fdeb3
7604897
4976270
59c4dbb
8bbf01f
038d16b
aa601fd
ffebe03
c0957df
6359ef4
5167ab1
dd9a1b3
1212fa7
be18870
ec6c52e
d5ce8b1
aeadeb8
468558b
5384591
82c0679
09e9995
57170d0
1ad1ad3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This looks like a breaking change. Have we released with
Duration getKeepAliveTime()
?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.
@burkedavison we keep the method signature in
sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java
Lines 440 to 443 in 7774eb0
It is not a breaking change in terms of signature, but the implementation of the
threeten
version has changed to become a wrapper of thejava.time
version.