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

Hibernate Reactive services initiator fix #10382

Merged
merged 19 commits into from
Jul 1, 2020

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Jun 30, 2020

Fixes #10187

Sanne added 19 commits June 29, 2020 12:02
…nerated (ImpliedBlockingPersistenceUnitTypeBuildItem)
@boring-cyborg boring-cyborg bot added the area/hibernate-orm Hibernate ORM label Jun 30, 2020
@Sanne
Copy link
Member Author

Sanne commented Jun 30, 2020

@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");
}
Copy link
Member Author

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

@Sanne Sanne marked this pull request as ready for review June 30, 2020 17:40
@Sanne Sanne added this to the 1.6.0.Final milestone Jun 30, 2020
@Sanne Sanne requested a review from gsmet June 30, 2020 20:39
@Sanne
Copy link
Member Author

Sanne commented Jun 30, 2020

Assigned to @gsmet as it's rather urgent, but maybe @FroMage or @emmanuelbernard have time?

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gastaldi gastaldi removed this from the 1.6.0.Final milestone Jun 30, 2020
@gastaldi gastaldi added this to the 1.7.0 - master milestone Jun 30, 2020
@gsmet gsmet merged commit 0413903 into quarkusio:master Jul 1, 2020
@Sanne Sanne deleted the CandidateReactiveFix branch July 1, 2020 10:48
@gsmet gsmet modified the milestones: 1.7.0 - master, 1.6.0.Final Jul 1, 2020
@ebullient
Copy link
Member

@ebullient : eb365c1 is meant for you. Is that what you had in mind?

Yes! Thanks =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hibernate Reactive bug with generated IDs
5 participants