-
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
upgrade r2dbc libs (1.0) #89
Conversation
core/src/main/scala/org/apache/pekko/persistence/r2dbc/internal/R2dbcExecutor.scala
Outdated
Show resolved
Hide resolved
"io.netty.incubator", "netty-incubator-codec-native-quic"), | ||
("io.netty.incubator" % "netty-incubator-codec-native-quic" % "0.0.33.Final") | ||
.artifacts(Artifact("netty-incubator-codec-native-quic", | ||
url("https://repo1.maven.org/maven2/io/netty/incubator/netty-incubator-codec-native-quic/0.0.33.Final/netty-incubator-codec-native-quic-0.0.33.Final.jar")))) |
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.
this jar no longer seems to be needed
We have branched 1.0.x so this is safe to merge to main. Would anyone have time to review? |
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.
lgtm
Hope flux has something like collectToLong
method:)
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.
Lgtm
relates to #40
newer r2dbc libs bring in newer netty libs