Opened 4 years ago

Closed 3 years ago

#2214 closed task (fixed)

Upgrade Hibernate and other 3-rd party components

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

Description

Hibernate has moved to 5.4.17 since last upgrade (5.4.5; #2185).

Change History (10)

comment:1 by Nicklas Nordborg, 4 years ago

Summary: Updgrade Hibernate and other 3-rd party componentsUpgrade Hibernate and other 3-rd party components

comment:2 by Nicklas Nordborg, 4 years ago

In 7819:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated Hibernate to 5.4.17. Compilation and all tests works without any errors.

comment:3 by Nicklas Nordborg, 4 years ago

In 7821:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated PostgreSQL JDBC driver to 42.2.13.

comment:4 by Nicklas Nordborg, 4 years ago

In 7822:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated MySQL JDBC driver to 8.0.19. The 8.0.20 was also tested but there seems to be an issue with Date parameters in some queries: https://bugs.mysql.com/bug.php?id=99713

I have also changed the default configuration to use MySQL 8.

There was an issue with the TestChangeHistory.test_list_by_user() that sometimes worked and sometimes failed. The most likely reason is the filter on the current time which could be affected by rounding milliseconds up/down, so the timestamp used for filtering was modified by -1 second.

comment:5 by Nicklas Nordborg, 4 years ago

In 7823:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated information about SvnKit (see #2205).

comment:6 by Nicklas Nordborg, 4 years ago

In 7824:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated Apache POI to version 4.1.2.

comment:7 by Nicklas Nordborg, 4 years ago

In 7825:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated BouncyCastle to version 165.

comment:8 by Nicklas Nordborg, 4 years ago

In 7826:

References #2214: Upgrade Hibernate and other 3-rd party components

Added a note about testing is only made with MySQL to the update section.

comment:9 by Nicklas Nordborg, 3 years ago

In 7866:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated to MySQL connector 8.0.22 since the date bug in 8.0.20 now seems to be fixed.

comment:10 by Nicklas Nordborg, 3 years ago

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