Re: [PR] Bump google-auth-library-oauth2-http-version from 1.20.0 to 1.21.0 [camel]

2024-01-04 Thread via GitHub


apupier merged PR #12662:
URL: https://github.com/apache/camel/pull/12662


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump google-auth-library-oauth2-http-version from 1.20.0 to 1.21.0 [camel]

2024-01-04 Thread via GitHub


github-actions[bot] commented on PR #12662:
URL: https://github.com/apache/camel/pull/12662#issuecomment-1877367703

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump google-auth-library-oauth2-http-version from 1.20.0 to 1.21.0 [camel]

2024-01-04 Thread via GitHub


apupier commented on PR #12662:
URL: https://github.com/apache/camel/pull/12662#issuecomment-1877367135

   /component-test google grpc


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump google-auth-library-oauth2-http-version from 1.20.0 to 1.21.0 [camel]

2024-01-04 Thread via GitHub


github-actions[bot] commented on PR #12662:
URL: https://github.com/apache/camel/pull/12662#issuecomment-1877360667

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump google-auth-library-oauth2-http-version from 1.20.0 to 1.21.0 [camel]

2024-01-04 Thread via GitHub


dependabot[bot] opened a new pull request, #12662:
URL: https://github.com/apache/camel/pull/12662

   Bumps `google-auth-library-oauth2-http-version` from 1.20.0 to 1.21.0.
   Updates `com.google.auth:google-auth-library-oauth2-http` from 1.20.0 to 
1.21.0
   
   Updates `com.google.auth:google-auth-library-credentials` from 1.20.0 to 
1.21.0
   
   Release notes
   Sourced from https://github.com/googleapis/google-auth-library-java/releases;>com.google.auth:google-auth-library-credentials's
 releases.
   
   v1.21.0
   https://github.com/googleapis/google-auth-library-java/compare/v1.20.0...v1.21.0;>1.21.0
 (2023-12-21)
   Features
   
   Add code sample and test for getting an access token from an 
impersonated SA (https://redirect.github.com/googleapis/google-auth-library-java/issues/1289;>#1289)
 (https://github.com/googleapis/google-auth-library-java/commit/826ee4007d3e0600dfdf42383f56dbcf6cdd4cec;>826ee40)
   Multi universe support, adding universe_domain field (https://redirect.github.com/googleapis/google-auth-library-java/issues/1282;>#1282)
 (https://github.com/googleapis/google-auth-library-java/commit/7eb322e3af6bce85774b2a1051242a4b62b53963;>7eb322e)
   
   Bug Fixes
   
   Remove -Xlint:unchecked, suppress all existing violations, add https://github.com/CanIgnoreReturnValue;>@​CanIgnoreReturnValue
 (https://redirect.github.com/googleapis/google-auth-library-java/issues/1324;>#1324)
 (https://github.com/googleapis/google-auth-library-java/commit/04dfd40c57b89c2d55327d5ea08036d749ebac02;>04dfd40)
   
   Documentation
   
   Update README.md to link to Cloud authentication documentation rather 
than AIPs (https://github.com/googleapis/google-auth-library-java/commit/98fc7e1f2f551d59811de63eaef0df6bf8e21c2c;>98fc7e1)
   
   
   
   
   Changelog
   Sourced from https://github.com/googleapis/google-auth-library-java/blob/main/CHANGELOG.md;>com.google.auth:google-auth-library-credentials's
 changelog.
   
   https://github.com/googleapis/google-auth-library-java/compare/v1.20.0...v1.21.0;>1.21.0
 (2023-12-21)
   Features
   
   Add code sample and test for getting an access token from an 
impersonated SA (https://redirect.github.com/googleapis/google-auth-library-java/issues/1289;>#1289)
 (https://github.com/googleapis/google-auth-library-java/commit/826ee4007d3e0600dfdf42383f56dbcf6cdd4cec;>826ee40)
   Multi universe support, adding universe_domain field (https://redirect.github.com/googleapis/google-auth-library-java/issues/1282;>#1282)
 (https://github.com/googleapis/google-auth-library-java/commit/7eb322e3af6bce85774b2a1051242a4b62b53963;>7eb322e)
   
   Bug Fixes
   
   Remove -Xlint:unchecked, suppress all existing violations, add https://github.com/CanIgnoreReturnValue;>@​CanIgnoreReturnValue
 (https://redirect.github.com/googleapis/google-auth-library-java/issues/1324;>#1324)
 (https://github.com/googleapis/google-auth-library-java/commit/04dfd40c57b89c2d55327d5ea08036d749ebac02;>04dfd40)
   
   Documentation
   
   Update README.md to link to Cloud authentication documentation rather 
than AIPs (https://github.com/googleapis/google-auth-library-java/commit/98fc7e1f2f551d59811de63eaef0df6bf8e21c2c;>98fc7e1)
   
   
   
   
   Commits
   
   https://github.com/googleapis/google-auth-library-java/commit/ffb5bd2012e924d67b47aeb5aa31902f2c439dd0;>ffb5bd2
 chore(main): release 1.21.0 (https://redirect.github.com/googleapis/google-auth-library-java/issues/1298;>#1298)
   https://github.com/googleapis/google-auth-library-java/commit/98fc7e1f2f551d59811de63eaef0df6bf8e21c2c;>98fc7e1
 docs: Update README.md to link to Cloud authentication documentation rather 
t...
   https://github.com/googleapis/google-auth-library-java/commit/7eb322e3af6bce85774b2a1051242a4b62b53963;>7eb322e
 feat: multi universe support, adding universe_domain field (https://redirect.github.com/googleapis/google-auth-library-java/issues/1282;>#1282)
   https://github.com/googleapis/google-auth-library-java/commit/5f0628c80714691564eea099ff1ba19646ed1dea;>5f0628c
 chore: make kokoro cfgs version agnostic (https://redirect.github.com/googleapis/google-auth-library-java/issues/1344;>#1344)
   https://github.com/googleapis/google-auth-library-java/commit/9e6cdb9b9e02e1f3406fc07340d5dc24bf7c357d;>9e6cdb9
 chore: add java-shared-config as parent for consolidated version management 
(...
   https://github.com/googleapis/google-auth-library-java/commit/1e6b1a0dcf6895eb1ab9623a21f6d8144f5c862c;>1e6b1a0
 ci: Update ci.yaml to introduce Java 21 unit testing (https://redirect.github.com/googleapis/google-auth-library-java/issues/1907;>#1907)
 (https://redirect.github.com/googleapis/google-auth-library-java/issues/1338;>#1338)
   https://github.com/googleapis/google-auth-library-java/commit/04dfd40c57b89c2d55327d5ea08036d749ebac02;>04dfd40
 fix: Remove -Xlint:unchecked, suppress all existing violations, add https://github.com/CanIgnor;>@​CanIgnor...