Opened 12 years ago
Closed 12 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 , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
comment:4 by , 12 years ago
comment:5 by , 12 years ago
comment:6 by , 12 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 , 12 years ago
comment:8 by , 12 years ago
comment:9 by , 12 years ago
(In [6234]) References #1741: Upgrade Hibernate and other 3-rd party libraries
Updated to Apache HttpComponents 4.2.3
comment:10 by , 12 years ago
comment:11 by , 12 years ago
comment:12 by , 12 years ago
comment:13 by , 12 years ago
comment:14 by , 12 years ago
comment:15 by , 12 years ago
comment:16 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work with the new MySQL JDBC driver.
(In [6227]) References #1741: Upgrade Hibernate and other 3-rd party libraries
Updated to Hibernate 3.6.10