Opened 5 years ago

Closed 4 years ago

#2185 closed enhancement (fixed)

Upgrade to Hibernate 5.4.x

Reported by: Nicklas Nordborg Owned by:
Priority: major Milestone: BASE 3.16
Component: build Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

We are currently using 5.3.7 which is not so old, but the 5.4.x branch claims to work better with Java 11.

http://in.relation.to/2018/12/12/hibernate-orm-540-final-out/

Change History (6)

comment:1 by Nicklas Nordborg, 5 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 5 years ago

In 7726:

References #2185: Upgrade to Hibernate 5.4.x

Hibernate was updated to 5.4.3. Some minor code changes due to deprecation and additions to interfaces. There is still a warning about a deprecation in Dialect that should be resolved.

Installation and TestAll seems to work as expected.

comment:3 by Nicklas Nordborg, 5 years ago

In 7729:

References #2185: Upgrade to Hibernate 5.4.x

Fixed the deprecation warning when calling Dialect.getDialect().

comment:4 by Nicklas Nordborg, 5 years ago

In 7730:

References #2185: Upgrade to Hibernate 5.4.x

Remove some and add some @Deprecation and @SuppressWarnings annotations due to changes in Hibernate API:s.

comment:5 by Nicklas Nordborg, 5 years ago

In 7750:

References #2185: Upgrade to Hibernate 5.4.x

Updated Hibernate to 5.4.5. The claim to have imporved performance https://in.relation.to/2019/09/17/hibernate-orm-5-4-5-Final/

No issues except needing to implement a few missing methods in the StatelessSessionWrapper class.

comment:6 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.