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

Upgrade to Hibernate ORM 5.4.25.Final #13607

Merged
merged 5 commits into from
Dec 3, 2020
Merged

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Dec 1, 2020

There is no particular Quarkus issue fixed by this upgrade, but it's a requirement for the upcoming Hibernate Reactive upgrade.

The changes in the Envers capability are required, as otherwise Envers will NPE at boot - this is a consequence of an optimisation in ORM (which we can improve on in the next upgrade as the NPE clearly is not ideal) but I believe it goes into a good direction: to be able to remove the XML parsers as dependencies in the next round.

@Sanne Sanne added kind/enhancement New feature or request area/hibernate-orm Hibernate ORM labels Dec 1, 2020
@Sanne Sanne added this to the 1.11 - master milestone Dec 1, 2020
@ghost ghost added area/core area/dependencies Pull requests that update a dependency file area/hibernate-reactive Hibernate Reactive area/persistence OBSOLETE, DO NOT USE labels Dec 1, 2020
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Looks good overall. Added a minor comment about a method name though.

@@ -195,6 +205,14 @@ public Properties getPuProperties() {
public void setPuProperties(Properties puProperties) {
this.puProperties = puProperties;
}

public boolean isEnversIsPresent() {
Copy link
Member

Choose a reason for hiding this comment

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

Minor nitpicking but this method name looks very weird. The boolean should be called enversPresent and the method isEnversPresent.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 fixed and rebased.

@gsmet gsmet merged commit c788df9 into quarkusio:master Dec 3, 2020
@Sanne Sanne deleted the ORM5.4.25 branch December 3, 2020 12:01
@gsmet gsmet modified the milestones: 1.11 - master, 1.10.4.Final Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file area/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/persistence OBSOLETE, DO NOT USE kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants