RFR: JDK-8223464: Improve version string for Oracle CI builds
Erik Joelsson
erik.joelsson at oracle.com
Tue May 7 17:20:37 UTC 2019
Hello Sergey,
On 2019-05-07 10:12, Sergey Bylokhov wrote:
> Hi, Erik.
>
> I remember that some of the code uses the "internal" as a mark which
> enables additional assertions. Will this "internal" mark be used for
> the local builds?
>
Yes, the change only applies to CI builds. Local builds and any build
without using Jib will be unaffected.
/Erik
> On 07/05/2019 07:21, Erik Joelsson wrote:
>> This change changes how the version string will look in Oracle CI
>> builds. A string that current looks like this:
>>
>> 13-internal+0-jdk13-jdk.844
>>
>> Will instead look like this:
>>
>> 13-ea+0-844
>>
>> For projects, the $PRE string will be used to identify the project,
>> like this:
>>
>> 13-panama+0-844
>>
>> While in the area, I also moved the setting of "ea" or not in the
>> $PRE string to a property in the version-numbers file.
>>
>> Note that these changes only affect builds produced by Oracle.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8223464
>>
>> Webrev: http://cr.openjdk.java.net/~erikj/8223464/webrev.01/
>>
>> /Erik
>>
>
>
More information about the build-dev
mailing list