Opened 11 years ago

Closed 11 years ago

#1741 closed enhancement (fixed)

Upgrade Hibernate and other 3-rd party libraries

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.3
Component: core Version:
Keywords: Cc:

Description

It was a long time ago (see #1650) since we checked for updates to 3-rd party software. Hibernate is up to 3.6.10 (from 3.6.8). As far as I know there are no issues that affect us, but https://hibernate.onjira.com/browse/HHH-6714 could possible hit us (or a plug-in) depending on how queries are generated.

Change History (16)

comment:1 by Nicklas Nordborg, 11 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 11 years ago

(In [6227]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to Hibernate 3.6.10

comment:3 by Nicklas Nordborg, 11 years ago

(In [6228]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to EHcache 2.6.3

comment:4 by Nicklas Nordborg, 11 years ago

(In [6229]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to PostgreSQL JDBC driver 9.2.1002

comment:5 by Nicklas Nordborg, 11 years ago

(In [6230]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to Log4j 1.2.17

comment:6 by Nicklas Nordborg, 11 years ago

(In [6231]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to JDOM 1.1.3. JDOM also have a newer version JDOM 2.0.4 but it is not binary compatible with the 1.x versions, so we can't immediately upgrade to it since we expose some parts of the JDOM API in our own API. We first have to check for possible consequences since it may break plug-ins and extensions.

comment:7 by Nicklas Nordborg, 11 years ago

(In [6232]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Change link to JAI download page

comment:8 by Nicklas Nordborg, 11 years ago

(In [6233]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to JFreeChart 1.0.14

comment:9 by Nicklas Nordborg, 11 years ago

(In [6234]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to Apache HttpComponents 4.2.3

comment:10 by Nicklas Nordborg, 11 years ago

(In [6235]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to Apache Commons Email 1.3 and JavaMail 1.4.5

comment:11 by Nicklas Nordborg, 11 years ago

(In [6236]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to JSON.simple 1.1.1

comment:12 by Nicklas Nordborg, 11 years ago

(In [6237]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Changed code that used deprecated methods in the Apache commons email client.

comment:13 by Nicklas Nordborg, 11 years ago

(In [6238]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Javascript JSON parser is no longer needed since we expect all compatible browsers to have built-in support. The script file was actually removed in [6199].

comment:14 by Nicklas Nordborg, 11 years ago

(In [6239]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to Axis2 1.6.2

comment:15 by Nicklas Nordborg, 11 years ago

(In [6240]) References #1741: Upgrade Hibernate and other 3-rd party libraries

Updated to MySQL Connector/J 5.1.22. Not tested since I currently don't have MySQL installed. Should do this next week.

comment:16 by Nicklas Nordborg, 11 years ago

Resolution: fixed
Status: assignedclosed

Seems to work with the new MySQL JDBC driver.

Note: See TracTickets for help on using tickets.