Hibernate Reactive with PG client - native select query doesn't work in native mode #32114
Labels
area/hibernate-reactive
Hibernate Reactive
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
Describe the bug
org.hibernate.reactive.mutiny.Mutiny.Session#createNativeQuery(java.lang.String, java.lang.Class<R>
works in JVM mode, but doesn't work in native mode.Expected behavior
Works in native mode too.
Actual behavior
Works in JVM mode only.
How to Reproduce?
Steps to reproduce:
git clone https://github.com/michalvavrik/quarkus-issues.git
cd quarkus-issues/quarkus-32040
mvn clean verify -Dnative
Output of
uname -a
orver
Linux
Output of
java -version
openjdk 17.0.4 2022-07-19
GraalVM version (if different from Java)
OpenJDK Runtime Environment GraalVM CE 22.3
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: