#1809 closed enhancement (fixed)
Upgrade 3-rd party libraries
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It's time for this again. Last time was #1741.
Change History (12)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
(In [6473]) References #1809: Upgrade 3-rd party libraries
Updated JDOM to 2.0.5. This is a not a plug-in replacement for JDOM 1.1. Since we expose some JDOM 1.1 classes in XMLUtil
and other classes, we will ship both JDOM versions in BASE 3.4. All places which use JDOM 1.1 have been deprecated and they will be removed in BASE 3.5.
comment:5 by , 10 years ago
comment:6 by , 10 years ago
comment:7 by , 10 years ago
comment:8 by , 10 years ago
(In [6477]) References #1809: Upgrade 3-rd party libraries
Updated HttpClient to 4.3.4. Since we expose some methods and classes that has been deprecated (mainly in SSLUtil
) we were forced to deprecate some of our own API. New replacement methods have been implemented. The deprecated methods and classes will be removed in BASE 3.5.
comment:9 by , 10 years ago
comment:10 by , 10 years ago
comment:11 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:12 by , 10 years ago
(In [6601]) References #1809: Upgrade 3-rd party libraries
Fixes an issue with connecting to "mis-configured" https servers. See http://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-to-java-1-7-0
(In [6470]) References #1809: Upgrade 3-rd party libraries
Updated PostgreSQL JDBC driver to 9.3-1101