-
Notifications
You must be signed in to change notification settings - Fork 328
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
ClassCastException when using Slick and Kamon Jdbc #1331
Comments
alexmihailov
added a commit
to alexmihailov/Kamon
that referenced
this issue
Apr 2, 2024
…n-io#1331); + kamon-jdbc: wrapper SlickContextAwareRunnable
alexmihailov
added a commit
to alexmihailov/Kamon
that referenced
this issue
May 30, 2024
…n-io#1331); + kamon-jdbc: wrapper SlickContextAwareRunnable
alexmihailov
pushed a commit
to alexmihailov/Kamon
that referenced
this issue
Jun 4, 2024
alexmihailov
added a commit
to alexmihailov/Kamon
that referenced
this issue
Jun 4, 2024
hughsimpson
pushed a commit
that referenced
this issue
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kamon version 2.6.1
Kanela version 1.0.17
Slick version 3.3.2
When using Slick and Kamon Jdbc with setting:
kanela.modules.executor-service-capture-on-submit setup.enabled = true
I get an exception:
Also, to reproduce the error, it is necessary that HicariCP did not immediately process the tasks, but queued them by calling the java.util.concurrent method.BlockingQueue.offer(E).
I created an example in which I described the error in more detail and reproduced it - https://github.com/alexmihailov/kamon-slick-issue
The text was updated successfully, but these errors were encountered: