Update bcpkix-jdk18on from 1.79 to 1.81#18888
Merged
Merged
Conversation
Contributor
|
@kfaraz, some of the recently added embedded tests are failing, wondering if you have any thoughts. I’m pretty sure it’s not related to the change in this PR. I can also help take a look at some of these failures later when I get a chance |
Contributor
|
Thanks for letting me know, @abhishekrb19 ! I have encountered some of these failures too. Will try to take a look. |
Contributor
|
Ack, thanks @kfaraz! |
abhishekrb19
approved these changes
Jan 13, 2026
kgyrtkirk
pushed a commit
that referenced
this pull request
Jan 20, 2026
Upgraded org.bouncycastle:bcpkix-jdk18on version to 1.81 to resolve SONATYPE-2025-001911 Co-authored-by: Ashwin Tumma <[email protected]> (cherry picked from commit 0e1afd7)
santosh-d3vpl3x
added a commit
to santosh-d3vpl3x/druid
that referenced
this pull request
Feb 5, 2026
bcpkix-jdk18on:1.81 requires bcprov-jdk18on:[1.81,1.82) per its POM. This was missed in apache#18888 which updated bcpkix but not bcprov, causing license check failures.
santosh-d3vpl3x
added a commit
to santosh-d3vpl3x/druid
that referenced
this pull request
Mar 16, 2026
bcpkix-jdk18on:1.81 requires bcprov-jdk18on:[1.81,1.82) per its POM. This was missed in apache#18888 which updated bcpkix but not bcprov, causing license check failures.
santosh-d3vpl3x
added a commit
to santosh-d3vpl3x/druid
that referenced
this pull request
Mar 21, 2026
bcpkix-jdk18on:1.81 requires bcprov-jdk18on:[1.81,1.82) per its POM. This was missed in apache#18888 which updated bcpkix but not bcprov, causing license check failures.
FrankChen021
pushed a commit
that referenced
this pull request
Mar 30, 2026
…extension (#18843) * feat: add Consul discovery contrib extension, harden Consul discovery and leadership election * feat: add Consul discovery contrib extension, harden Consul discovery and leadership election * fix: address code review feedback for Consul discovery extension - Fix leaderSessionTtl computation: track explicit user setting via flag to correctly recompute TTL from healthCheckInterval when omitted - Change leaderMaxErrorRetries default to unlimited (Long.MAX_VALUE) for null/0/negative values since giving up breaks cluster operation - Add null session guard in leader election loop with backoff to prevent tight retry loops when session creation fails - Validate watchSeconds >= 1 second to prevent non-blocking query loops caused by Duration.getStandardSeconds() truncation - Fix metadata size check to use UTF-8 byte length instead of char count for correct Consul 512-byte limit enforcement - Add null check for announcedNodes during re-registration to handle concurrent unannouncement during shutdown - Update docs to reflect unlimited retry default behavior * fix: update parent version to 37.0.0-SNAPSHOT * fix: align bcprov-jdk18on version with bcpkix-jdk18on (1.79 -> 1.81) bcpkix-jdk18on:1.81 requires bcprov-jdk18on:[1.81,1.82) per its POM. This was missed in #18888 which updated bcpkix but not bcprov, causing license check failures. * test: restore incremental cache config for consul docker tests * style: remove trailing whitespace in consul changes
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.
Description
Summary ...
Updates
bcpkix-jdk18onfrom1.79to1.81to address SONATYPE-2025-001911.Reason for upgrade
Tests
Release note
Upgraded org.bouncycastle:bcpkix-jdk18on version to 1.81 to resolve SONATYPE-2025-001911
Key changed/added classes in this PR
pom.xmlThis PR has: