Subject: Review request for JMC-6135: Making the tests locale stable for post JDK8 releases.

Guru guru.hb at oracle.com
Thu Sep 6 18:15:37 UTC 2018


Tested with JDK 8 and JDK 11, ‘mvn clean test’ passed. 
Changes look good to me.

Thanks,
Guru
> On 06-Sep-2018, at 11:33 PM, Marcus Hirt <marcus.hirt at oracle.com> wrote:
> 
> Hi all,
> 
> Please review this fix for JMC-6135:
> 
> --- a/core/tests/pom.xml        Thu Sep 06 19:04:31 2018 +0530
> +++ b/core/tests/pom.xml        Thu Sep 06 19:59:45 2018 +0200
> @@ -117,7 +117,7 @@
>                                 <artifactId>maven-surefire-plugin</artifactId>
>                                 <version>2.22.0</version>
>                                 <configuration>
> -                                       <argLine>-Duser.language=en -Duser.region=nl</argLine>
> +                                       <argLine>-Duser.language=en -Duser.region=nl -Djava.locale.providers=JRE,CLDR</argLine>
>                                         <includes>${test.includes}</includes>
>                                         <excludes>${test.excludes}</excludes>
>                                         <failIfNoTests>${fail.if.no.tests}</failIfNoTests>
> 
> JBS: https://bugs.openjdk.java.net/browse/JMC-6135
> 
> Kind regards,
> Marcus
> 
> 
> 



More information about the jmc-dev mailing list