Hi,
+1 (non binding)
- Built and Tested on Mac from sources
- used the staged binaries to build some big project but without extensions
- works very well with Apache NetBeans 11.x

All looks good, I just want to report this case:


I am running the ITs (current mater) against the staged sources, using
Mac + AdaoptOpenJDK12

xxxxxx:maven-integration-testing enrico.olivelli$ mvn -v

Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117;
2019-08-27T17:06:16+02:00)

Maven home: /Users/enrico.olivelli/dev/maven

Java version: 12.0.2, vendor: AdoptOpenJDK, runtime:
/Users/enrico.olivelli/dev/jdk-12

Default locale: it_IT, platform encoding: UTF-8

OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"

I have this failing test:

[ERROR] Tests run: 822, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
1,661.582 s <<< FAILURE! - in org.apache.maven.it.IntegrationTestSuite

[ERROR]
testitMNG6386UnicodeChars(org.apache.maven.it.MavenITmng6386BaseUriPropertyTest)
Time elapsed: 1.313 s  <<< FAILURE!

junit.framework.AssertionFailedError

at
org.apache.maven.it.MavenITmng6386BaseUriPropertyTest.testitMNG6386UnicodeChars(MavenITmng6386BaseUriPropertyTest.java:90)


The assertion is:

 89             // check that baseUri ends with это по-русский/

 90             assertTrue( pomProperty.endsWith(
"%D1%8D%D1%82%D0%BE%20%D0%BF%D0%BE-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9/"
) );

My LANG is:

LANG=it_IT.UTF-8

I have also tried to force file.encoding without success

 -Dfile.encoding=UTF-8

I am not sure it is a blocker for the release

But I have the same problem on 3.6.2 on this machine.

Enrico





Il giorno ven 22 nov 2019 alle ore 10:37 Arnaud Héritier <
aherit...@gmail.com> ha scritto:

> Tested on few projects with no issue
> +1
>
> On Fri, Nov 22, 2019 at 8:41 AM Tamás Cservenák <ta...@cservenak.net>
> wrote:
>
> > +1
> >
> > On Thu, Nov 21, 2019 at 9:06 PM Robert Scholte <rfscho...@apache.org>
> > wrote:
> >
> > > Hi,
> > >
> > > This will be a regression release based on some critical issues
> > discovered
> > > in Maven 3.6.2
> > >
> > > We solved 10 issues:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12346152&styleName=Text
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1542/
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.6.3/source/apache-maven-3.6.3-src.tar.gz
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.6.3/source/apache-maven-3.6.3-src.zip
> > >
> > >
> > > Source release checksum(s):
> > >
> > > apache-maven-3.6.3-bin.tar.gz sha512:
> >
> c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
> > >
> > > apache-maven-3.6.3-bin.zip sha512:
> >
> 1c095ed556eda06c6d82fdf52200bc4f3437a1bab42387e801d6f4c56e833fb82b16e8bf0aab95c9708de7bfb55ec27f653a7cf0f491acebc541af234eded94d
> > >
> > >
> > > apache-maven-3.6.3-src.tar.gz sha512:
> >
> 14eef64ad13c1f689f2ab0d2b2b66c9273bf336e557d81d5c22ddb001c47cf51f03bb1465d6059ce9fdc2e43180ceb0638ce914af1f53af9c2398f5d429f114c
> > >
> > >
> > > apache-maven-3.6.3-src.zip sha512:
> >
> b23b7ae7392eca28ec124cf8ad24bb27405aea5d252d9305bb37a6e317947cc7dc15a564958a113ab75e2010e16c293d6e7c44f7d41d7bad7635d2d76eb4d1ac
> > >
> > > Staging site:
> > > http://maven.apache.org/ref/3-LATEST/
> > >
> > > Guide to testing staged releases:
> > >
> https://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for at least 72 hours.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> >
>
>
> --
> -----
> Arnaud Héritier
> http://aheritier.net
> Mail/GTalk: aheritier AT gmail DOT com
> Twitter/Skype : aheritier
>

Reply via email to