-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Hibernate Reactive with Oracle after bump to 2.2.1 throws casting exception - cannot cast DeleteOrUpsertOperation to OptionalTableUpdate #38263
Comments
/cc @DavideD (hibernate-reactive), @gavinking (hibernate-reactive) |
CC @gsmet as this is probably in 3.7.0.CR1 |
I will have a look |
I've encountered the same issue and also tracked it to the #38162. |
@michalvavrik, I've run the reproducer following your instructions and everything seems to work fine for me. Maybe the snapshot you are using is not the latest one? |
@DavideD if by the latest one you mean less than 15 hours less, then sure. Let me check with state as of right now. I'll get back to you. |
@DavideD FYI you can also see it here https://github.com/quarkus-qe/quarkus-test-suite/actions/runs/7564108247, but let me check manually. not sure where is difference between your attempt and ours. |
Thanks, I've just realized that it could be me not being up to date. I'm cleaning my environment and I will try again |
np @DavideD thanks for looking at it so quickly |
Ok, I can see the error now. I wasn't using the latest snapshot |
This code causes a failure with Quarkus at start up: quarkusio/quarkus#38263 CI stil works when I remove, and a `DeleteOrUpsertOperation` cannot be cast to `OptionalTableUpdate`, so I don't think this code is useful.
This code causes a failure with Quarkus at start up: quarkusio/quarkus#38263 CI still works when I remove it, and a `DeleteOrUpsertOperation` cannot be cast to `OptionalTableUpdate` anyway, so I don't think this code is useful.
This code causes a failure with Quarkus at start up: quarkusio/quarkus#38263 CI still works when I remove it, and a `DeleteOrUpsertOperation` cannot be cast to `OptionalTableUpdate` anyway. So I don't think this code is useful.
This code causes a failure with Quarkus at start up: quarkusio/quarkus#38263 CI still works when I remove it, and a `DeleteOrUpsertOperation` cannot be cast to `OptionalTableUpdate` anyway. So I don't think this code is useful.
Describe the bug
#38162 is causing issue in my Hibernate Reactive app using Oracle database. I inspected:
without success.
Expected behavior
Works.
Actual behavior
Exception is thrown and app startup fails:
How to Reproduce?
Reproducer:
[email protected]:michalvavrik/quarkus-test-suite.git
quarkus-test-suite
mvn clean verify -f sql-db/hibernate-reactive/ -Dit.test=OracleDatabaseIT
Output of
uname -a
orver
Fedora 38
Output of
java -version
21
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.4
Additional information
No response
The text was updated successfully, but these errors were encountered: