Re: [PR] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [camel]

2024-05-14 Thread via GitHub


davsclaus merged PR #14139:
URL: https://github.com/apache/camel/pull/14139


-- 
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 com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [camel]

2024-05-14 Thread via GitHub


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

   :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 com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [camel]

2024-05-14 Thread via GitHub


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

   Bumps [com.google.guava:guava](https://github.com/google/guava) from 
33.1.0-jre to 33.2.0-jre.
   
   Release notes
   Sourced from https://github.com/google/guava/releases;>com.google.guava:guava's 
releases.
   
   33.2.0
   Android users: Please test recent Guava versions
   If you know of Guava Android users who have not yet upgraded to at least 
release https://github.com/google/guava/releases/tag/v33.0.0;>33.0.0, please 
encourage them to upgrade, preferably to today's release, 33.2.0. These 
releases have begun adding Java 8+ APIs to guava-android. While we 
don't anticipate problems, we do anticipate that any unexpected problems could 
force a disruptive rollback. To minimize any disruption, we'd like to catch any 
such problems early.
   Please https://github.com/google/guava/issues/new?assignees=labels=type%3Ddefectprojects=template=bug_report.yaml;>let
 us know of any problems you encounter.
   Maven
   dependency
 groupIdcom.google.guava/groupId
 artifactIdguava/artifactId
 version33.2.0-jre/version
 !-- or, for Android: --
 version33.2.0-android/version
   /dependency
   
   Jar files
   
   https://repo1.maven.org/maven2/com/google/guava/guava/33.2.0-jre/guava-33.2.0-jre.jar;>33.2.0-jre.jar
   https://repo1.maven.org/maven2/com/google/guava/guava/33.2.0-android/guava-33.2.0-android.jar;>33.2.0-android.jar
   
   Guava requires https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies;>one
 runtime dependency, which you can download here:
   
   https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar;>failureaccess-1.0.1.jar
   
   Javadoc
   
   https://guava.dev/releases/33.2.0-jre/api/docs/;>33.2.0-jre
   https://guava.dev/releases/33.2.0-android/api/docs/;>33.2.0-android
   
   JDiff
   
   https://guava.dev/releases/33.2.0-jre/api/diffs/;>33.2.0-jre 
vs. 33.1.0-jre
   https://guava.dev/releases/33.2.0-android/api/diffs/;>33.2.0-android vs. 
33.1.0-android
   https://guava.dev/releases/33.2.0-android/api/androiddiffs/;>33.2.0-android
 vs. 33.2.0-jre
   
   Changelog
   
   Dropped testing for Android versions before Lollipop (API Level 21). 
Guava may stop working under older versions in the future, or it may have done 
so already.
   Fixed https://redirect.github.com/google/guava/issues/7134;>a 
GWT compilation breakage under Gradle. (858caf425c)
   collect: Made our Collector APIs (e.g., 
ImmutableList.toImmutableList()) available in 
guava-android. More https://redirect.github.com/google/guava/issues/6567;>Java 8 APIs 
will follow in future releases. (96fca0b747)
   
   As always, streams are available to Android code only when that code https://developer.android.com/studio/write/java8-support#library-desugaring;>enables
 library desugaring or targets a new enough API Level (https://developer.android.com/reference/java/util/stream/Stream;>24 
(Nougat) for many stream APIs). (But note that we test only with library 
desugaring, so we don't https://redirect.github.com/google/guava/issues/7197;>currently know 
if API Level 24 is high enough to use our Collector APIs unless 
you have also enabled library desugaring.) Guava users who avoid the 
Collector APIs do not need to meet this requirement.
   
   
   collect: Fixed a potential 
NullPointerException in ImmutableMap.Builder on a 
rare code path. (70a98115d8)
   net: Added HttpHeaders constants 
Ad-Auction-Allowed, Permissions-Policy-Report-Only, 
and Sec-GPC. (7dc01ed27b, 41d0d9a833, 
38c8017bd44b7919b112f1c99f3d8ce4b058ae5d)
   
   
   
   
   Commits
   
   See full diff in https://github.com/google/guava/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.guava:guava=maven=33.1.0-jre=33.2.0-jre)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop