jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Upgrade the dependency on Bouncy Castle (1.46 -> 1.49) #108

Closed ebourg closed 11 years ago

ebourg commented 11 years ago

Hi,

Could you please update the dependency on Bouncy Castle ? The new versions of Bouncy Castle do not preserve the binary compatibility and this is causing issues when components using different versions of Bouncy Castle are mixed together. This pull request updates the dependency to the latest release of Bouncy Castle. This is a minimal upgrade to compile and run the tests, there are some deprecations left.

Thank you.

smarru commented 11 years ago

Merging this to the master. Note that the 2.0.6 will still released with 1.46 bouncy castle. We should test this BC upgrade significantly before the 2.0.7 release.