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

Remove workaround #320

Closed
mkurz opened this issue Aug 8, 2021 · 1 comment
Closed

Remove workaround #320

mkurz opened this issue Aug 8, 2021 · 1 comment

Comments

@mkurz
Copy link
Contributor

mkurz commented Aug 8, 2021

It should be possible to remove these lines (introduced in #302) as soon as we use latest Java 8 (>= jdk8u302-b08) from https://adoptium.net/ (however I think jabba does not fetch adoptium builds yet, see shyiko/jabba-autodiscovery#15)

ssl-config/build.sbt

Lines 20 to 23 in 078105e

// work around for https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8266261
// also https://bugs.openjdk.java.net/browse/JDK-8266279
Test / fork := true,
Test / javaOptions += "-Dkeystore.pkcs12.keyProtectionAlgorithm=PBEWithHmacSHA256AndAES_256",

@mkurz
Copy link
Contributor Author

mkurz commented Mar 16, 2022

Done

@mkurz mkurz closed this as completed Mar 16, 2022
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

No branches or pull requests

1 participant