Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

Conversation

ebourg
Copy link

@ebourg ebourg commented Jul 8, 2013

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.

Thank you.

@andreaceccanti
Copy link
Contributor

Hello Emmanuel,
thanks for your pull request but unfortunately it's not that easy. VOMS Java APIs depend on bouncycastle indirectly, i.e. through CANL (https://github.com/eu-emi/canl-java). We try to stay aligned with the version of bc of such library,
to be sure that everything works as expected, and currently the versions of BC is 1.46. I know the CANL team is working to complete the transition to bc 1.48. That will end up in CANL 2. Once they're done, we will take such version and also move to the latest bc version.

Cheers,
Andrea

@andreaceccanti
Copy link
Contributor

VOMS API Java 3.1.0.rc0 depending on bc 1.50 has been pushed to maven central, so this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants