-
Notifications
You must be signed in to change notification settings - Fork 235
Comparing changes
Open a pull request
base repository: googleapis/google-auth-library-java
base: v1.28.0
head repository: googleapis/google-auth-library-java
compare: v1.29.0
- 13 commits
- 18 files changed
- 6 contributors
Commits on Oct 2, 2024
-
chore(main): release 1.28.1-SNAPSHOT (#1522)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08284f0 - Browse repository at this point
Copy the full SHA 08284f0View commit details
Commits on Oct 7, 2024
-
fix: make some enum fields final (#1526)
* Make some enum fields final See go/bugpattern/ImmutableEnumChecker * One more field
Configuration menu - View commit details
-
Copy full SHA for 8920155 - Browse repository at this point
Copy the full SHA 8920155View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b743b63 - Browse repository at this point
Copy the full SHA b743b63View commit details
Commits on Oct 15, 2024
-
chore(deps): update dependency org.apache.maven.plugins:maven-surefir…
…e-plugin to v3.5.1 (#1529) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | `3.5.0` -> `3.5.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**: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 60f76ad - Browse repository at this point
Copy the full SHA 60f76adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f154edb - Browse repository at this point
Copy the full SHA f154edbView commit details
Commits on Oct 18, 2024
-
feat: service sccount to service account impersonation to support uni…
…verse domain (#1528) for context: b/340602527 Changes in this pr: - Override `getUniverseDomain()` to grab source credentials’s universe domain (UD) by default. Always use source credentials UD, not explicit provided UD. (In current design, impersonated credentials may not have universe domain in the outer layer. relay on UD from source credential. This may change in future) - Fix `isDefaultUniverseDomain()` in `GoogleCredentials` to account for `getUniverseDomain()` overrides in child classes. - In refreshAccessToken(), use endpoint url pattern to account for TPC case. - note that I choose to bypass this refreshIfExpired step because it wrongly steps into code path meant only for OAuth2 token request (GDU flow). Filed #1534 to address this separately. But for GDU flow here, this refresh step is redundant because the SSJ will get re-generated at [initialize request](https://github.com/googleapis/google-auth-library-java/blob/a987ecd06fd25a0048cdb3da6d1df4d029d85d79/oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java#L558). Also skip this step for SA GDU with SSJ flow. - Throw IllegalStateException if UD is explicitly set (with parent class setter) and not matching source credential's UD - Fix toBuilder() to invoke super, and fix related issue with createScoped. (see #1489, #1428); Also fix equals() to compare super first. Not in this pr: - idtoken and signBlob endpoint changes are out-of-scope for this pr, will raise separate pr for it. sa-to-sa impersonation is successfully E2E tested for TPC usage according to [go/prptst-testing-service-account-impersonation](http://goto.google.com/prptst-testing-service-account-impersonation). --------- Co-authored-by: Blake Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c498ccf - Browse repository at this point
Copy the full SHA c498ccfView commit details -
chore(deps): update dependency org.apache.maven.plugins:maven-failsaf…
…e-plugin to v3.5.1 (#1530) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | `3.5.0` -> `3.5.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**: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-auth-library-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 5af81ab - Browse repository at this point
Copy the full SHA 5af81abView commit details
Commits on Oct 21, 2024
-
chore(deps): update dependency com.google.errorprone:error_prone_anno…
…tations to v2.34.0 (#1543)
Configuration menu - View commit details
-
Copy full SHA for bf5a442 - Browse repository at this point
Copy the full SHA bf5a442View commit details -
chore(deps): update dependency com.google.auth:google-auth-library-oa…
…uth2-http to v1.28.0 (#1523)
Configuration menu - View commit details
-
Copy full SHA for 2e3d84c - Browse repository at this point
Copy the full SHA 2e3d84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f8e91 - Browse repository at this point
Copy the full SHA c5f8e91View commit details -
chore(deps): update dependency com.google.appengine:appengine-api-1.0…
…-sdk to v2.0.31 (#1539) Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e03c34 - Browse repository at this point
Copy the full SHA 9e03c34View commit details
Commits on Oct 22, 2024
-
chore(deps): update dependency org.apache.maven.plugins:maven-site-pl…
…ugin to v3.21.0 (#1544)
Configuration menu - View commit details
-
Copy full SHA for 9186122 - Browse repository at this point
Copy the full SHA 9186122View commit details -
chore(main): release 1.29.0 (#1531)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4a3763 - Browse repository at this point
Copy the full SHA d4a3763View 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.28.0...v1.29.0