Skip to content

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Sep 5, 2025

About this PR

πŸ“¦ Updates

from 4.0.1.1 to 4.1.0

πŸ“œ GitHub Release Notes - Version Diff

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 = "io.github.embeddedkafka" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.github.embeddedkafka" }
}]
labels: dependencies, scala, library-update, version-scheme:semver-spec, commit-count:1

@gaeljw
Copy link
Contributor

gaeljw commented Sep 5, 2025

Waiting for upgrades of Confluent libraries as well.

Example of errors:

Caused by: java.lang.NoSuchMethodError: 'void org.apache.kafka.clients.GroupRebalanceConfig.<init>(int, int, int, java.lang.String, java.util.Optional, long, long, boolean)'
	at io.confluent.kafka.schemaregistry.leaderelector.kafka.SchemaRegistryCoordinator.<init>(SchemaRegistryCoordinator.java:83)

@gaeljw gaeljw marked this pull request as draft September 5, 2025 16:00
@scala-steward scala-steward force-pushed the update/embedded-kafka-4.1.0 branch from 4f82720 to 179b6e6 Compare September 7, 2025 15:17
@scala-steward scala-steward force-pushed the update/embedded-kafka-4.1.0 branch from 179b6e6 to 961fa79 Compare September 17, 2025 15:00
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.

2 participants