Skip to content
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

Remove unused code that causes error on in Quarkus at start up #1839

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Jan 19, 2024

Fix #1838
This code causes a failure with Quarkus at start up: quarkusio/quarkus#38263

CI still works when I remove it, anda 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.
@DavideD DavideD changed the title [#1838] Remove unused code Remove unused code that causes error on in Quarkus on start up Jan 19, 2024
@DavideD DavideD changed the title Remove unused code that causes error on in Quarkus on start up Remove unused code that causes error on in Quarkus at start up Jan 19, 2024
@DavideD DavideD merged commit d0627dd into hibernate:main Jan 19, 2024
21 checks passed
@DavideD DavideD deleted the quarkus-issue branch January 19, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused code is causing an exception in Quarkus at startup
1 participant