Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lib.kafka.version from 3.7.1 to 3.8.0 #1419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps lib.kafka.version from 3.7.1 to 3.8.0.
Updates org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0

Updates org.apache.kafka:kafka-streams from 3.7.1 to 3.8.0

Updates org.apache.kafka:kafka-streams-test-utils from 3.7.1 to 3.8.0

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 29, 2024
@nscuro nscuro added the blocked label Jul 29, 2024
@nscuro
Copy link
Member

nscuro commented Jul 29, 2024

Needs a Quarkus update to work:

Error: [ERROR] 	[error]: Build step io.quarkus.kafka.streams.deployment.KafkaStreamsProcessor#build threw an exception: java.lang.NoClassDefFoundError: org/apache/kafka/streams/processor/internals/assignment/StickyTaskAssignor
Error:  	at io.quarkus.kafka.streams.deployment.KafkaStreamsProcessor.registerCompulsoryClasses(KafkaStreamsProcessor.java:89)
Error:  	at io.quarkus.kafka.streams.deployment.KafkaStreamsProcessor.registerClassesThatAreLoadedThroughReflection(KafkaStreamsProcessor.java:[67](https://github.com/DependencyTrack/hyades/actions/runs/10138561407/job/28030437982?pr=1419#step:6:68))
Error:  	at io.quarkus.kafka.streams.deployment.KafkaStreamsProcessor.build(KafkaStreamsProcessor.java:59)
Error:  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
Error:  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
Error:  	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:849)
Error:  	at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
Error:  	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
Error:  	at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516)
Error:  	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495)
Error:  	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1521)
Error:  	at java.base/java.lang.Thread.run(Thread.java:1583)
Error:  	at org.jboss.threads.JBossThread.run(JBossThread.java:483)
Error:  Caused by: java.lang.ClassNotFoundException: org.apache.kafka.streams.processor.internals.assignment.StickyTaskAssignor
Error:  	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)

@nscuro
Copy link
Member

nscuro commented Aug 9, 2024

@dependabot rebase

Bumps `lib.kafka.version` from 3.7.1 to 3.8.0.

Updates `org.apache.kafka:kafka-clients` from 3.7.1 to 3.8.0

Updates `org.apache.kafka:kafka-streams` from 3.7.1 to 3.8.0

Updates `org.apache.kafka:kafka-streams-test-utils` from 3.7.1 to 3.8.0

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:kafka-streams
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:kafka-streams-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/lib.kafka.version-3.8.0 branch from e335eaf to 91de797 Compare August 9, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant