Opened 10 years ago
Closed 10 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 Changed 10 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
(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 Changed 10 years ago by
comment:8 Changed 10 years ago by
comment:9 Changed 10 years ago by
(In [6234]) References #1741: Upgrade Hibernate and other 3-rd party libraries
Updated to Apache HttpComponents? 4.2.3
comment:10 Changed 10 years ago by
comment:11 Changed 10 years ago by
comment:12 Changed 10 years ago by
comment:13 Changed 10 years ago by
comment:14 Changed 10 years ago by
comment:15 Changed 10 years ago by
comment:16 Changed 10 years ago by
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