-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: googleapis/gax-java
base: v2.4.1
head repository: googleapis/gax-java
compare: v2.5.0
- 10 commits
- 36 files changed
- 5 contributors
Commits on Sep 8, 2021
-
chore: release 2.4.2-SNAPSHOT (#1478)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2222765 - Browse repository at this point
Copy the full SHA 2222765View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc10fe0 - Browse repository at this point
Copy the full SHA bc10fe0View commit details
Commits on Sep 13, 2021
-
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc…
…-plugin to v3.3.1 (#1475) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.3.0` -> `3.3.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
Configuration menu - View commit details
-
Copy full SHA for 3f48723 - Browse repository at this point
Copy the full SHA 3f48723View commit details -
chore(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-…
…staging-plugin to v0.30.0 (#1338) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.codearte.gradle.nexus:gradle-nexus-staging-plugin](https://togithub.com/Codearte/gradle-nexus-staging-plugin) | `0.8.0` -> `0.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Codearte/gradle-nexus-staging-plugin</summary> ### [`v0.30.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0300---2021-02-26) - Replace from old unsupported HTTP Builder to OkHttp 4 - [#​188](https://togithub.com/Codearte/gradle-nexus-staging-plugin/pull/188) - PR by [anuraaga](https://togithub.com/anuraaga) - **Switch project development to maintenance mode** - see below - Switch build to Gradle 6.8.3 - Remove deprecated since 0.8.0 `promoteRepository` and `closeAndPromoteRepository` tasks **Backward compatibility note**. Due to the internal HTTP client library change, the plugin might start behaving slightly different in certain situations. **PROJECT DEVELOPMENT SWITCHED TO THE MAINTENANCE MODE**. To make releasing to Maven Central even easier, I and Marc Phillip (the author of nexus-publish-plugin) combined forces to create a next generation, unified 2-in-1 plugin - [gradle-nexus-publish-plugin](https://togithub.com/gradle-nexus/publish-plugin/). It is a recommended solution, as our development effort will be put in that new plugin. See my [blog post](https://blog.solidsoft.pl/2021/02/26/unified-gradle-projects-releasing-to-maven-central-in-2021-migration-guide/) and the official [migration guide](https://togithub.com/gradle-nexus/publish-plugin/wiki/Migration-from-gradle_nexus_staging-plugin---nexus_publish-plugin-duo). Thank you for over 5 years of releasing with my plugin! ### [`v0.22.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0220---2020-08-17) - Change default retrying time to 5 minutes - a value recommended by Sonatype (suggestion by [Mikhail Yakushin](https://togithub.com/driver733)) - Switch build to Gradle 6.6 - Bump some dependencies - Check basic compatibility with Gradle up to 6.6 - CI server sanity check for Java 14 compatibility ### [`v0.21.2`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0212---2019-12-23) - Workaround incompatibility with Gradle 6.0 caused by a Gradle bug ([#​11466](https://togithub.com/gradle/gradle/issues/11466)) - [#​141](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/141) - PR by [Lars Grefer](https://togithub.com/larsgrefer) ### [`v0.21.1`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0211---2019-09-05) - Fix incompatibility of unsupported releasing with legacy upload task with Gradle 5 - Precise minimal supported Gradle version to 4.9 - Improve error message when applying on root project - [#​122](https://togithub.com/Codearte/gradle-nexus-staging-plugin/pull/122/) - PR by [Patrik Greco](https://togithub.com/sikevux) ### [`v0.21.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0210---2019-05-19) - Restore ability to override ban on applying plugin on subprojects - [#​116](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/116) - Workaround Gradle [limitations](https://togithub.com/gradle/gradle/issues/9386) with precompiled script plugin accessors in Kotlin - [#​117](https://togithub.com/Codearte/gradle-nexus-staging-plugin/pull/117) - contribution by [@​Vampire](https://togithub.com/Vampire) - Decrease retrying messages verbosity - [#​82](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/82) - Execute e2e tests on Travis also for Java 11 - [#​74](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/74) - Automatically upgrade dependencies with Dependabot - [#​79](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/79) - CI server sanity check for Java 12 compatibility - CI server sanity check for OpenJ9 11 compatibility ### [`v0.20.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0200---2019-01-05) - Reuse explicitly created staging repository ID if provided by external plugin - [#​77](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/77) - Fix releasing from Travis - workaround Gradle limitation with Nexus stating repositories with external plugin - [nexus-publish-plugin](https://togithub.com/marcphilipp/nexus-publish-plugin/) [#​76](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/76) - Raise minimal required Gradle version to 4.8 due to internals modernisation - Runtime compatibility with Gradle 5.0 and 5.1 **Deprecation note**. Support for implicitly created staging repositories is deprecated. It has been always problematic, slow and error prone to find a proper staging repository and the recent [changes](https://togithub.com/travis-ci/travis-ci/issues/9555) in Travis just emphasised that. Thanks to the new [nexus-publish-plugin](https://togithub.com/marcphilipp/nexus-publish-plugin/) plugin by [Marc Philipp](https://togithub.com/marcphilipp) which seamlessly integrates with the `gradle-nexus-staging` plugin it should straightforward to use explicitly created staging repositories in Nexus. At least in a case of using `maven-publish` (`publish...` tasks). If you still use the old `maven` plugin (the `uploadArchives` task) please refer to [that issue](https://togithub.com/marcphilipp/nexus-publish-plugin/issues/8). The original code has not been removed and *should* still work for the time being (if you don't use Travis), but it is no longer officially supported (e.g. the E2E tests has been switched to the new approach). ### [`v0.12.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0120---2018-09-29) - Java 11 compatibility (basic path verified by e2e tests) - [#​73](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/73) - Fix crash on non-upload task named 'uploadArchives' - [#​67](https://togithub.com/szpak/CDeliveryBoy/issues/#​67) - Drop support for Java 7 - Drop Gradle 2.x support (not supported by used plugins) - Upgrade project dependencies - Upgrade Gradle to 4.10.2 ### [`v0.11.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0110---2017-08-18) - Fail when applied on non-root project - [#​47](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/47) - Less confusing log output without "info" logging enabled - [#​60](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/60) - Upgrade project dependencies - Upgrade Gradle to 4.1 (compatibility with Gradle 2.0+ should be still maintained) ### [`v0.10.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​0100---2017-08-18) - Configurable repository description in close/release operation - [#​63](https://togithub.com/Codearte/gradle-nexus-staging-plugin/pull/63) - contribution by [akomakom](https://togithub.com/akomakom) ### [`v0.9.0`](https://togithub.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md#​090---2017-06-05) This release provides no new features or bugfixes. It is focused on acceptance E2E testing and Continuous Delivery with [CDeliveryBoy](https://travis-ci.org/szpak/CDeliveryBoy). - Acceptance tests at Gradle level run before release against real Nexus - [#​40](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/40) - Automatic `CHANGELOG.md` synchronization with GitHub releases - [#​52](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/52) - Switch releasing to Continuous Delivery with CDeliveryBoy - [#​54](https://togithub.com/Codearte/gradle-nexus-staging-plugin/issues/54) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
Configuration menu - View commit details
-
Copy full SHA for fd44667 - Browse repository at this point
Copy the full SHA fd44667View commit details
Commits on Sep 14, 2021
-
chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-…
…bigtable-v2 to v2.1.2 (#1480)
Configuration menu - View commit details
-
Copy full SHA for 907939a - Browse repository at this point
Copy the full SHA 907939aView commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97af235 - Browse repository at this point
Copy the full SHA 97af235View commit details
Commits on Sep 20, 2021
-
chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-…
…pubsub-v1 to v1.96.4 (#1483) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:grpc-google-cloud-pubsub-v1](https://togithub.com/googleapis/java-pubsub) | `1.96.3` -> `1.96.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
Configuration menu - View commit details
-
Copy full SHA for 11922a1 - Browse repository at this point
Copy the full SHA 11922a1View commit details -
chore(deps): update dependency org.easymock:easymock to v4.3 (#1346)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.easymock:easymock | `4.2` -> `4.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
Configuration menu - View commit details
-
Copy full SHA for 68ad429 - Browse repository at this point
Copy the full SHA 68ad429View commit details
Commits on Sep 21, 2021
-
feat: Add REST AIP-151 LRO support (#1484)
* feat: Add REST AIP-151 LRO support * reformat code
Configuration menu - View commit details
-
Copy full SHA for 95ca348 - Browse repository at this point
Copy the full SHA 95ca348View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [2.5.0](https://www.github.com/googleapis/gax-java/compare/v2.4.1...v2.5.0) (2021-09-21) ### Features * Add REST AIP-151 LRO support ([#1484](https://www.github.com/googleapis/gax-java/issues/1484)) ([95ca348](https://www.github.com/googleapis/gax-java/commit/95ca3482d272b5c5c5ac2c85ba007f0ba9f7b5cf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 4441155 - Browse repository at this point
Copy the full SHA 4441155View 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 v2.4.1...v2.5.0