mdedetrich opened a new pull request, #394:
URL: https://github.com/apache/incubator-pekko/pull/394

   This PR updates ssl config specifically for Scala 2.12/Scala 2.13 (not that 
the Scala 3 version is unchanged because Pekko was forced to use the latest 
version of ssl-config for Scala 3 support). The reasoning why this is being 
done now is the following
   
   * The current version of ssl-config has an actual bug when it comes to 
PKCS12 (see https://github.com/lightbend/ssl-config/pull/306)
   * 0.6.1 is binary compatible with 0.4.3, not that it matters since we only 
really care about source compability
   * While having different versions for libraries due to different Scala 
versions in `Test` scope is tolerable, I think this is something we should 
strongly avoid when it comes to actual compile/runtime dependencies otherwise 
people can get interesting surprises when updating Scala versions
   * Other depending libraries like Play also use ssl-config, so its best that 
we all agree on the latest version.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to