Despite #478 being closed, the current latest release that can be downloaded via https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=openj9 still contains an empty truststore. Are you planning to have an official release with a populated truststore anytime soon?
It looks like that openj9 asset was built on 13/08/2018, cacert fix did not go in til 4/10/2018. So the issue is closed as the code is fixed, but for the java 8/openj9/windows configuration there has not been a release for it yet
Are you planning to publish a fixed release anytime soon?
It'll be fixed when the 192 release comes out which should be in the next few days - it's awaiting the release of OpenJ9 0.11.0 )Ref: https://github.com/eclipse/openj9/milestone/4)
If you are desperate, there are nightlys with the cacerts https://adoptopenjdk.net/nightly.html?variant=openjdk8&jvmVariant=openj9
@johnoliver thank you for the alternative!
@sxa555 Thank you for giving me an estimate.
Is this being fixed for OpenJDK11 as well? I have OpenJDK11U-jdk_x64_mac_hotspot_11.0.1_13 and I don't see a jre/lib/security/cacert file in the JAVA_HOME there either.
Is this being fixed for OpenJDK11 as well? I have OpenJDK11U-jdk_x64_mac_hotspot_11.0.1_13 and I don't see a jre/lib/security/cacert file in the JAVA_HOME there either.
11 should have them, that's a bug.
@karianna should I create a different issue for that?
@karianna should I create a different issue for that?
Yes please.
@ericparton Looks to me like Contents/Home/lib/security/cacerts is present in the mac JDK11/J9 downloads - can you clarify exactly which download you're using that doesn't appear to have it?
@sxa555 It looks like it is there in at Contents/Home/lib/security. I'm on the mac, and I was trying to find it in the same location that the Oracle jdk used to have it at, which was jre/lib/security. Thanks for the clarification
I forgot to answer here that I've downloaded OpenJDK8U-jdk_x64_windows_openj9_8u192b12 a couple of days ago and the truststore was populated. Thanks for fixing it!