Update AWS SDK to v2.42.34#4094
Closed
solrbot wants to merge 3 commits into
Closed
Conversation
9f8f7da to
052bbc1
Compare
c9f6767 to
49d3335
Compare
2359419 to
59af514
Compare
6c7b885 to
7a8b874
Compare
ca30389 to
374ce3d
Compare
1a8fd74 to
48aeed2
Compare
0cb623c to
a5a911c
Compare
680e301 to
67f3f41
Compare
c1971cb to
3965622
Compare
2b0458b to
9074afc
Compare
0d7eb1a to
8bf654d
Compare
4d685cd to
d13abfa
Compare
7322c55 to
4fcf503
Compare
8ae4259 to
7495e39
Compare
665d57d to
48c168a
Compare
eb08291 to
82745a0
Compare
260a20a to
b614f0e
Compare
2ea30f2 to
24ac846
Compare
66c8cd1 to
5d74576
Compare
Collaborator
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
ac60444 to
6f370fe
Compare
… filter AWS SDK v2.32.32+ introduces a background ScheduledExecutorService thread named 'response-input-stream-timeout-scheduler' for ResponseInputStream timeout handling. The thread times out naturally after 60s (SDK issue #6567, fixed in SDK PR #6756) but outlives short S3 test suites, causing spurious ThreadLeakErrors in S3OutputStreamTest and S3ReadWriteTest.
janhoy
added a commit
that referenced
this pull request
Apr 22, 2026
Bulk dependency upgrades: Jetty 12.0.34, Jersey 4, Jakarta Annotations 3, and 29 other deps Upgrades 32 dependencies. Jetty is upgraded to 12.0.34 (latest 12.0.x; 12.1 is a breaking change). Dropwizard-metrics is pinned to 4.2.33 since later versions require Jetty 12.1. Jersey is upgraded to v4.0.2 (major). Jakarta Annotation API is upgraded to v3 (major). Merged solrbot PRs: - #3075 Update netty.tcnative to v2.0.75.Final - #3105 Update checker-qual to v3.54.0 - #3114 Update threetenbp to v1.7.2 - #3129 Update jakarta.annotation-api to v3 (major) - #3131 Update ltgt.errorprone to v5.1.0 (major) - #3293 Update littlerobots.versioncatalogupdate to v1 (major) - #3313 Update kotlinx.coroutines to v1.10.2 - #3422 Update kotlinx-datetime to v0.7.1-0.6.x-compat - #3677 Update bouncycastle to v1.84 - #3681 Update guava to v33.5.0-jre - #3697 Update mockito to v5.23.0 - #3715 Update spotless to v8 (major) - #3733 Update junit-jupiter to v6.0.3 (major) - #3757 Update eclipse.jgit to v7.6.0 - #3794 Update netty to v4.2.12.Final - #3796 Update spotbugs-annotations to v4.9.8 - #3827 Update caffeine to v3.2.3 - #3850 Update commons-codec to v1.21.0 - #3853 Update jersey to v4.0.2 (major) - #3855 Update commons-io to v2.21.0 - #3861 Update commons-cli to v1.11.0 - #3894 Update commons-configuration2 to v2.13.0 - #3917 Update commons-exec to v1.6.0 - #3942 Update apache.opennlp to v2.5.8 - #4092 Update bytebuddy to v1.18.8-jdk5 - #4094 Update AWS SDK to v2.42.34 - #4095 Update jackson-bom to v2.21.2 - #4097 Update openapi.generator to v7.20.0 - #4155 Update carrotsearch.randomizedtesting to v2.8.4 - #4156 Update kotlin-logging to v8 (major) - #4158 Update apache.kafka to v3.9.2 --- Closes #3075, #3105, #3114, #3129, #3131, #3293, #3313, #3422, #3677, #3681, #3697, #3715, #3733, #3757, #3794, #3796, #3827, #3850, #3853, #3855, #3861, #3894, #3917, #3942, #4092, #4094, #4095, #4097, #4155, #4156 and #4158
janhoy
added a commit
that referenced
this pull request
Apr 24, 2026
Bulk dependency upgrades: Jetty 12.0.34, Jersey 4, Jakarta Annotations 3, and 29 other deps Upgrades 32 dependencies. Jetty is upgraded to 12.0.34 (latest 12.0.x; 12.1 is a breaking change). Dropwizard-metrics is pinned to 4.2.33 since later versions require Jetty 12.1. Jersey is upgraded to v4.0.2 (major). Jakarta Annotation API is upgraded to v3 (major). Merged solrbot PRs: - #3075 Update netty.tcnative to v2.0.75.Final - #3105 Update checker-qual to v3.54.0 - #3114 Update threetenbp to v1.7.2 - #3129 Update jakarta.annotation-api to v3 (major) - #3131 Update ltgt.errorprone to v5.1.0 (major) - #3293 Update littlerobots.versioncatalogupdate to v1 (major) - #3313 Update kotlinx.coroutines to v1.10.2 - #3422 Update kotlinx-datetime to v0.7.1-0.6.x-compat - #3677 Update bouncycastle to v1.84 - #3681 Update guava to v33.5.0-jre - #3697 Update mockito to v5.23.0 - #3715 Update spotless to v8 (major) - #3733 Update junit-jupiter to v6.0.3 (major) - #3757 Update eclipse.jgit to v7.6.0 - #3794 Update netty to v4.2.12.Final - #3796 Update spotbugs-annotations to v4.9.8 - #3827 Update caffeine to v3.2.3 - #3850 Update commons-codec to v1.21.0 - #3853 Update jersey to v4.0.2 (major) - #3855 Update commons-io to v2.21.0 - #3861 Update commons-cli to v1.11.0 - #3894 Update commons-configuration2 to v2.13.0 - #3917 Update commons-exec to v1.6.0 - #3942 Update apache.opennlp to v2.5.8 - #4092 Update bytebuddy to v1.18.8-jdk5 - #4094 Update AWS SDK to v2.42.34 - #4095 Update jackson-bom to v2.21.2 - #4097 Update openapi.generator to v7.20.0 - #4155 Update carrotsearch.randomizedtesting to v2.8.4 - #4156 Update kotlin-logging to v8 (major) - #4158 Update apache.kafka to v3.9.2 --- Closes #3075, #3105, #3114, #3129, #3131, #3293, #3313, #3422, #3677, #3681, #3697, #3715, #3733, #3757, #3794, #3796, #3827, #3850, #3853, #3855, #3861, #3894, #3917, #3942, #4092, #4094, #4095, #4097, #4155, #4156 and #4158 (cherry picked from commit 7f5c4f2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)2.32.31->2.42.342.42.37(+2)Configuration
📅 Schedule: Branch creation - "before 9am on the first day of the month" (UTC), 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 these updates again.
This PR has been generated by Renovate Bot