> On Dec 8, 2017, at 10:45 PM, Volker Simonis wrote:
>
> OK, I've opened the RFR "JDK-8193255: Root Certificates should be
> stored in text format and assembled at build time" for this issue.
In fact, I would recommend we directly release cacerts as a text file
containing PEM certificates, fo
On 12/08/2017 05:37 PM, Erik Joelsson wrote:
This looks better. One more thing that I forgot in the last review, on
mkdir I recommend using the -p flag for nicer handling if the dir
already exists and in case CONFIGURESUPPORT_OUTPUTDIR has not yet been
created.
Thanks Erik, great suggestion,
Looks good.
/Erik
On 2017-12-11 06:03, Erik Helin wrote:
On 12/08/2017 05:37 PM, Erik Joelsson wrote:
This looks better. One more thing that I forgot in the last review,
on mkdir I recommend using the -p flag for nicer handling if the dir
already exists and in case CONFIGURESUPPORT_OUTPUTDIR
Hello,
With the JDK 11 line of development opening up in a few days, a few
changes are needed to prepared to turn a JDK 10 code base into a JDK 11
one including:
JDK-8173382: Add -source 11 and -target 11 to javac
JDK-8193291: Add SourceVersion.RELEASE_11
Webev:
http://cr