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

hikari 6 #238

Closed
wants to merge 1 commit into from
Closed

hikari 6 #238

wants to merge 1 commit into from

Conversation

pjfanning
Copy link
Contributor

now that we are pinned to an old version of Slick - we are stuck with its old version of hikari

Let's explicitly use a newer Hikari version. We are missing out on bug fixes.

https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES

@pjfanning pjfanning marked this pull request as draft October 7, 2024 12:42
@@ -34,6 +34,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-persistence-query" % PekkoVersion,
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"com.zaxxer" % "HikariCP" % "6.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a comment that we can get this transitively again once we unpin slick?

@pjfanning
Copy link
Contributor Author

Closing - looks like Hikari 4 is the last to support Java 8.

@pjfanning pjfanning closed this Oct 7, 2024
@pjfanning pjfanning deleted the hikari branch October 7, 2024 12:52
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