Skip to content

Update kafka-clients to 3.9.1 in series/3.x#1412

Merged
vlovgr merged 1 commit into
typelevel:series/3.xfrom
scala-steward:update/series/3.x/kafka-clients-3.9.1
Oct 24, 2025
Merged

Update kafka-clients to 3.9.1 in series/3.x#1412
vlovgr merged 1 commit into
typelevel:series/3.xfrom
scala-steward:update/series/3.x/kafka-clients-3.9.1

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.apache.kafka:kafka-clients from 3.9.0 to 3.9.1

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.kafka", artifactId = "kafka-clients" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.kafka", artifactId = "kafka-clients" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@Awethon
Copy link
Copy Markdown
Contributor

Awethon commented Oct 23, 2025

@vlovgr kafka 3.9.1 contains a fix for java 24+ security changes
would be great to make a new release with it

https://issues.apache.org/jira/browse/KAFKA-17078

The error without it:

Caused by: org.apache.kafka.common.KafkaException: org.apache.kafka.common.errors.SaslAuthenticationException: Failed to configure SaslClientAuthenticator
	at org.apache.kafka.common.network.SaslChannelBuilder.buildChannel(SaslChannelBuilder.java:251)
	at org.apache.kafka.common.network.Selector.buildAndAttachKafkaChannel(Selector.java:356)
	... 27 common frames omitted
Caused by: org.apache.kafka.common.errors.SaslAuthenticationException: Failed to configure SaslClientAuthenticator
Caused by: java.lang.UnsupportedOperationException: getSubject is not supported
	at java.base/javax.security.auth.Subject.getSubject(Unknown Source)
	at org.apache.kafka.common.security.authenticator.SaslClientCallbackHandler.handle(SaslClientCallbackHandler.java:58)

@vlovgr vlovgr merged commit a36f46d into typelevel:series/3.x Oct 24, 2025
8 checks passed
@vlovgr
Copy link
Copy Markdown
Member

vlovgr commented Oct 24, 2025

@Awethon merged and released in v3.9.1.

@scala-steward scala-steward deleted the update/series/3.x/kafka-clients-3.9.1 branch February 28, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants