-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add integration with ORM 6.2 and Db2 #1550
Milestone
Comments
Merged
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Some dbs return the column names uppercased
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Instead of the default OffsetDateTime
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
This seems a bug in the D2 Vert.x Client
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899 Tests throw: ``` java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?] at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?] at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?] at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103) ```
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
This seems a bug in the D2 Vert.x Client
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899 Tests throw: ``` java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?] at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?] at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?] at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103) ```
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Some dbs return the column names uppercased
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Instead of the default OffsetDateTime
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
This seems a bug in the D2 Vert.x Client
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899 Tests throw: ``` java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?] at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?] at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?] at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103) ```
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
This seems a bug in the D2 Vert.x Client
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899 Tests throw: ``` java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?] at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?] at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?] at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?] at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103) ```
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: