You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/20 11:16:13 UTC

[GitHub] [pulsar-manager] nicoloboschi opened a new pull request, #466: Align BouncyCastle transitive dependecies to 1.68

nicoloboschi opened a new pull request, #466:
URL: https://github.com/apache/pulsar-manager/pull/466

   Fixes #464 
   
   ### Motivation
   
   In 0.3.0 there are two different versions of bc-prov which may cause runtime issues due to duplicate classes in the classloader
   
   ```
   bcprov-ext-jdk15on-1.66.jar
   bcprov-jdk15on-1.68.jar
   ```
   
   
   ### Modifications
   
   * Set a fixed version for every bouncy-castle artifact to 1.68
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-manager] nicoloboschi merged pull request #466: Align BouncyCastle transitive dependecies to 1.68

Posted by GitBox <gi...@apache.org>.
nicoloboschi merged PR #466:
URL: https://github.com/apache/pulsar-manager/pull/466


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org