#870 closed task (fixed)
Switch to BASE 3.7
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | External files support 1.2 |
Component: | net.sf.basedb.xfiles | Keywords: | |
Cc: |
Description
The usual procedure is to always require the current BASE version.
Note:
See TracTickets
for help on using tickets.
(In [3797]) Fixes #870: Switch to BASE 3.7
Noted that the FTP connection manager still used
SSLUtil
that was removed from BASE in version 3.5 (see #1811, [6657]). Replacing withSSLUtil2
doesn't give any compile errors. Hopefully this works. If there are any issues it sohuld only affect secure FTP servers that requrie a server certificate to be registered in BASE. Currently, I can't test this and since it was broken in any case without this change it can't make it worse.The same change as in #831, [3604] is also required in order to avoid class loading issues.