Re: JDK 15 is in Rampdown Phase One

2020-06-25 Thread Gary Gregory
Thanks for bringing this up Xeno. Gary On Thu, Jun 25, 2020, 06:08 Dalibor Topic wrote: > Hi Xeno, > > JDK 15 added support for CLDR 37 per > https://bugs.openjdk.java.net/browse/JDK-8239480 , which adds support > for the Fulah [0] language with the Adlam script per >

Re: JDK 15 is in Rampdown Phase One

2020-06-25 Thread Dalibor Topic
Hi Xeno, JDK 15 added support for CLDR 37 per https://bugs.openjdk.java.net/browse/JDK-8239480 , which adds support for the Fulah [0] language with the Adlam script per http://cldr.unicode.org/index/downloads/cldr-37 , among others. A parse error in a newly added locale sounds like

Re: migrating Apache Resource Bundles from svn to Git

2020-06-25 Thread Robert Scholte
I don't mind joining as committer. I actually was surprised Karl Heinz is already PMC. Robert On 25-6-2020 08:37:55, Hervé BOUTEMY wrote: yes, Creadur could be a good home both for these bundles and the Apache parent POM, to manage Apache project conventions for Maven separately from Maven code

Re: migrating Apache Resource Bundles from svn to Git

2020-06-25 Thread Hervé BOUTEMY
yes, Creadur could be a good home both for these bundles and the Apache parent POM, to manage Apache project conventions for Maven separately from Maven code itself And if some of us want to continue work on it (given we produce plugins that are to be updated in Apache parent POM), they could

[ANN] Apache Maven Site Plugin 3.9.1 Released

2020-06-25 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.9.1 This plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

Re: Maven moving to the next level: the build/consumer pom

2020-06-25 Thread Anton Vodonosov
Can this work also allow arbitrary property expression in a module ? Currently, this practice is discouraged because the deployed pom with property expression is meaningless. The flatten-maven-plugin can produce correct poms for deployment, with all properties resolved; despite maven prints the