-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: googleapis/gax-java
base: v1.52.0
head repository: googleapis/gax-java
compare: v1.53.0
- 10 commits
- 36 files changed
- 5 contributors
Commits on Dec 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a052bef - Browse repository at this point
Copy the full SHA a052befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7aafc - Browse repository at this point
Copy the full SHA 8d7aafcView commit details
Commits on Dec 24, 2019
-
bazel: Replace native
maven_jar
rule with `jvm_maven_import_externa……l` (#837) The native maven_jar was removed in bazel 2.x, this fix is needed to fix build for bazel 2.0. The build remains backward compatible with bazel 1.x.
Configuration menu - View commit details
-
Copy full SHA for 9f83322 - Browse repository at this point
Copy the full SHA 9f83322View commit details
Commits on Dec 27, 2019
-
fix: allows retries when setting maxAttempts without setting TotalTim…
…eout (#835) * fix: allows retries when setting maxAttempts without setting TotalTimeout Fixes #827 * updated shouldRetry() to be more readable * seems RetryingTest#retry() is flaky when using `NanoClock` on Travis build * To prevent from infinite retries, ExponentialRetryAlgorithm#shouldRetry would not attempt any retries if totalTimeout & maxAttempt is 0. * updated RetrySettings docs and Callables#areRetriesDisabled definition.
Configuration menu - View commit details
-
Copy full SHA for a978719 - Browse repository at this point
Copy the full SHA a978719View commit details -
cleanup(batcher): removing the non-applicable TODOs comments (#834)
* fix(batcher): fix logged messge when exception occurs post processing This commit addresses logged message while batch post processing. Currently, if a batch is successful and some exception occurs during processing then the Batcher generates an exception message with "Batching finished with 3 batches failed" which is not an accurate message. After this commit, for the same scenario, the message will be logged with "Batching finished with 3 partial failures...". * removed unnecessary batcher message changes, Also reverted the BatcherStats method name to `recordBatchElementsCompletion()`.
Configuration menu - View commit details
-
Copy full SHA for bbefe87 - Browse repository at this point
Copy the full SHA bbefe87View commit details
Commits on Jan 6, 2020
-
Create a executorService with a separate pool of threads for channelp…
…ool (#836) * Create a executorService with a separate pool of threads for channelpool * Move executor creation to ChannelPool * Set thread pool size to constant * formatting * respond to comments
Configuration menu - View commit details
-
Copy full SHA for f18673a - Browse repository at this point
Copy the full SHA f18673aView commit details
Commits on Jan 7, 2020
-
feat: implemented watchdog as BackgroundResource (#838)
* feat: implemented watchdog as BackgroundResource This change updates watchdog to BackgroundResource, Also, watchdog unschedules itself explicitly when shutdown. closes #828 * updated test cases to increase coverage percentage. * Moved Watchdog scheduling to start() method * added javadoc for Watchdog.create()
Configuration menu - View commit details
-
Copy full SHA for 90f3336 - Browse repository at this point
Copy the full SHA 90f3336View commit details
Commits on Jan 8, 2020
-
feat: enhancement for Batcher api to address bulk read (#833)
* feat: enhancement for Batcher api to address bulk read This commit contains enhancements to BatcherAPI. Currently there is no ways to know input user has sent in BatchingDescriptor. There is a better chance that in case of duplicated/non-existenting input server would only sent response for unique elements. After this change the elements sent for batching would be available to user inside BatchingDescriptor. * feat(Batcher): updated BatchingDescriptor interface to include BatchEntry BatchEntry would contain input element and it's corresponded result future. * updated wordings and method name in BatcherEntry * updated BatchEntry to be an `@AutoValue` class * removed unneeded Builder from BatchEntry * fixed typo in javadoc * Marking the ElementT @nullable * Marked batching interfaces to restrict end users usage
Configuration menu - View commit details
-
Copy full SHA for 4e4f08b - Browse repository at this point
Copy the full SHA 4e4f08bView commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ae3c48c - Browse repository at this point
Copy the full SHA ae3c48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5500034 - Browse repository at this point
Copy the full SHA 5500034View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.52.0...v1.53.0