-
Notifications
You must be signed in to change notification settings - Fork 8
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
#415 Ensure data access is compatible with JDK17 #417
Conversation
<dependency> | ||
<groupId>org.apache.kafka</groupId> | ||
<artifactId>kafka-clients</artifactId> | ||
<version>2.8.1</version> | ||
<version>${version.kafka.client}</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: This template change will be handled by a baton migration in my ticket (#351)
build-parent/pom.xml
Outdated
@@ -67,6 +67,7 @@ | |||
<version.awaitility>4.0.3</version.awaitility> | |||
<version.plexus.util>3.5.1</version.plexus.util> | |||
<version.jackson.mapper.asl>1.9.3</version.jackson.mapper.asl> | |||
<version.kafka.client>3.8.0</version.kafka.client> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Do we need to also update the kafka chart version, or is the client version compatible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Carter was able to test wit 3.8 and it is compatible. However I noticed data-access module doesnt need to use this version and exclude the quarkus version any more. So will remove it here and remove the exclusion from the quarkus dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking we should add something to the release notes about how that exclusion is no longer necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a blurb in the release notes
dd1d8b7
to
20f466c
Compare
Remove old kafka client dependency
20f466c
to
52c9545
Compare
Update kafka client version in data access