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

#415 Ensure data access is compatible with JDK17 #417

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

cwoods-cpointe
Copy link
Contributor

Update kafka client version in data access

@cwoods-cpointe cwoods-cpointe linked an issue Oct 17, 2024 that may be closed by this pull request
7 tasks
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.8.1</version>
<version>${version.kafka.client}</version>
Copy link
Contributor

@carter-cundiff carter-cundiff Oct 17, 2024

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)

@@ -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>
Copy link
Contributor

@ewilkins-csi ewilkins-csi Oct 17, 2024

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?

Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor Author

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

@cwoods-cpointe cwoods-cpointe force-pushed the 415-upgrade-data-access-java17 branch 2 times, most recently from dd1d8b7 to 20f466c Compare October 17, 2024 22:03
Remove old kafka client dependency
@cwoods-cpointe cwoods-cpointe force-pushed the 415-upgrade-data-access-java17 branch from 20f466c to 52c9545 Compare October 18, 2024 14:54
@cwoods-cpointe cwoods-cpointe merged commit 85aeb8f into dev Oct 18, 2024
@cwoods-cpointe cwoods-cpointe deleted the 415-upgrade-data-access-java17 branch October 18, 2024 15:17
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.

Feature: JDK 17 Upgrade Support Series - Data Access
3 participants