Re: [DISCUSSION] Adding BountyCastle as a test dependency

2023-08-03 Thread Ekaterina Dimitrova
As it seems there are no objections, we will continue with the addition of this dependency, thank you On Mon, 31 Jul 2023 at 11:41, Ekaterina Dimitrova wrote: > Hi team, > Probably most of you noticed that SSLFactoryTest unit tests fail now with > JDK 17. Java 15 removed sun.security.x509 packag

[DISCUSSION] Adding BountyCastle as a test dependency

2023-07-31 Thread Ekaterina Dimitrova
Hi team, Probably most of you noticed that SSLFactoryTest unit tests fail now with JDK 17. Java 15 removed sun.security.x509 package. You can still generate a Self-Signed certificate using BouncyCastle by adding it to the classpath, described in this issue