-
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
Unused code is causing an exception in Quarkus at startup #1838
Milestone
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
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.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
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.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jan 19, 2024
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.
DavideD
changed the title
Unused code is causing an exception in Quarkus
Unused code is causing an exception in Quarkus at startup
Jan 19, 2024
DavideD
added a commit
that referenced
this issue
Jan 19, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See quarkusio/quarkus#38263
This is the code:
I suspect this is a leftover from some experiments.
A
DeleteOrUpsertOperation
cannot be cast toOptionalTableUpdate
so I don't think this code is actually useful.The text was updated successfully, but these errors were encountered: