-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 services initiator fix #10382
Conversation
…tialization SQL script statements
…nerated (ImpliedBlockingPersistenceUnitTypeBuildItem)
…enceUnitDefinition
…eant for bytecode serialization
…e it for Reactive PUs
@ebullient : eb365c1 is meant for you. Is that what you had in mind? |
@@ -36,9 +36,6 @@ public LightPersistenceXmlDescriptor(final PersistenceUnitDescriptor toClone) { | |||
} | |||
|
|||
private static void verifyIgnoredFields(final PersistenceUnitDescriptor toClone) { | |||
if (toClone.getNonJtaDataSource() != null) { | |||
throw new UnsupportedOperationException("Value found for #getNonJtaDataSource : not supported yet"); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same check is repeated below
Assigned to @gsmet as it's rather urgent, but maybe @FroMage or @emmanuelbernard have time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Yes! Thanks =) |
Fixes #10187