+1

You might want to rebuild the site using the "-P japicmp" profile because
that report is empty on the site
https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/site

You might also use "-P jacoco" to get code coverage.

Other reports OK.

Continuing building OK with 'mvn -V clean test' using:

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
2019-04-04T15:00:29-04:00)
Maven home: C:\Java\apache-maven-3.6.1\bin\..
Java version: *1.8.0_221*, vendor: *Oracle *Corporation, runtime:
C:\Program Files\Java\jdk1.8.0_221\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
2019-04-04T15:00:29-04:00)
Maven home: C:\Java\apache-maven-3.6.1\bin\..
Java version: *11.0.4*, vendor: *Oracle *Corporation, runtime: C:\Program
Files\Java\jdk-11.0.4
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Cannot build on Java >=12

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
2019-04-04T15:00:29-04:00)
Maven home: C:\Java\apache-maven-3.6.1\bin\..
Java version: *12.0.1*, vendor: *Oracle *Corporation, runtime: C:\Program
Files\Java\openjdk\jdk-12.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Due to the known:

[ERROR] Source option 6 is no longer supported. Use 7 or later.

But building (mvn clean package) on Java 8 and testing (mvn test) on Java
12 does not work because Maven wants to compile for some reason.

Gary


On Mon, Jul 29, 2019 at 9:14 AM Gary Gregory <garydgreg...@gmail.com> wrote:

> Based on the git tag...
> Do you know what these new Checkstyle violations are about:
>
> "Line does not match expected header line of ''.
>
> ?
>
> See
> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/site/checkstyle.html
>
> Apache RAT check OK
> Apache CLIRR check OK
>
> Gary
>
> On Sun, Jul 28, 2019 at 6:35 PM Rob Tompkins <chtom...@gmail.com> wrote:
>
>> We have fixed quite a few bugs and added some significant enhancements
>> since Apache Commons BeanUtils 1.9.3 was released, so I would like to
>> release Apache Commons BeanUtils 1.9.4.
>>
>> Apache Commons BeanUtils 1.9.4 RC2 is available for review here:
>>     https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2
>> (svn revision 35044)
>>
>> The Git tag commons-beanutils-1.9.4-RC2 commit for this RC is
>> 32ceb2c92512d44f97638805e2f3fd9d70dfcfc6 which you can browse here:
>>
>>
>> https://gitbox.apache.org/repos/asf?p=commons-beanutils.git;a=commit;h=32ceb2c92512d44f97638805e2f3fd9d70dfcfc6
>> You may checkout this tag using:
>>    git clone https://gitbox.apache.org/repos/asf/commons-beanutils.git
>> --branch
>> commons-beanutils-1.9.4-RC2 commons-beanutils-1.9.4-RC2
>>
>> Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1455/commons-beanutils/commons-beanutils/1.9.4/
>>
>> These are the Maven artifacts and their hashes in Nexus:
>>
>> #Nexus SHA-1s
>> commons-beanutils-1.9.4.jar=d52b9abcd97f38c81342bb7e7ae1eee9b73cba51
>> commons-beanutils-1.9.4-tests.jar=bf66a5197f0abb2c44d68a59e70487f5710c679a
>>
>> commons-beanutils-1.9.4-javadoc.jar=6daf5afaab5f8d1c578d72c548d84b4e15b91c6c
>> commons-beanutils-1.9.4.pom=42e7c39331e1735250b294ce2984d0e434ebc955
>>
>> commons-beanutils-1.9.4-sources.jar=f00e0ba867d1810f255876631ab440e0725a9af0
>>
>> commons-beanutils-1.9.4-test-sources.jar=f97fc6a1b742bc18f1a80963d1e82d9d28fd5404
>>
>> #Release SHA-256s
>> #Sun Jul 28 18:16:53 EDT 2019
>>
>> commons-beanutils-1.9.4-src-tar.gz=2d46a5ac37000cad57ed338dbc5a0ae08cb924471afb5b3d4cff084afa0c728e
>>
>> commons-beanutils-1.9.4-src-zip=48e12cff3d3621d2055ec0dfdf49a416bfe3e50bf0768488da878bbcca77d599
>>
>> commons-beanutils-1.9.4-bin-tar.gz=313682f4a13b5b8f3c5e7e6351605f62ff431913c51b6ed94cc83563086e4295
>>
>> commons-beanutils-1.9.4-bin-zip=02093566d50497e6cc732b561c74b1ce226c0e6fe7a679c91c2113689bb1a547
>>
>>
>> I have tested this with 'mvn clean install site' using:
>> Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555;
>> 2019-04-04T15:00:29-04:00)
>> Maven home: /usr/local/Cellar/maven/3.6.1/libexec
>> Java version: 1.8.0_202, vendor: Amazon.com Inc., runtime:
>> /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"
>>
>>
>> Details of changes since 1.9.3 are in the release notes:
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/RELEASE-NOTES.txt
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/site/changes-report.html
>>
>> Site:
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/site
>>     (note some *relative* links are broken and the 1.9.4 directories are
>> not yet created - these will be OK once the site is deployed.)
>>
>> RAT Report:
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.9.4-RC2/site/rat-report.html
>>
>> KEYS:
>>   https://www.apache.org/dist/commons/KEYS
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner that 72 hours from now.
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>> Thank you,
>>
>> Rob Tompkins,
>> Release Manager (using key B6E73D84EA4FCC47166087253FAAD2CD5ECBB314)
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>

Reply via email to