Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNG-158: Update minimum Java version from 1.6 to 1.7 #97

Merged
merged 23 commits into from
Aug 4, 2021

Conversation

aherbert
Copy link
Contributor

@aherbert aherbert commented Aug 3, 2021

No description provided.

Previously the modules would not build on JDK 11 due to the strictness
of the javadoc tool with packages in the unnamed module. The latest JDK
11 version allows this (with warnings).
picocli 3.9.5 -> 4.6.1
jmh 1.22 -> 1.32
junit 4.13.1 -> 4.13.2
pmd-core 6.21.0 -> 6.37.0
pmd-plugin 3.13.0 -> 3.14.0
checkstyle-plugin 3.1.0 -> 3.1.2
checkstyle 8.29 -> 8.45
maven-surefire-plugin 3.0.0-M5
clirr-maven-plugin 2.8
The version from commons parent 52 is suitable for site generation.
@coveralls
Copy link

coveralls commented Aug 3, 2021

Coverage Status

Coverage increased (+0.2%) to 99.777% when pulling 3751bad on aherbert:update-RNG-158 into 92251f0 on apache:master.

Add notes about requiring --allow-script-in-comments flag.

Note: Removal of the profile causes the build to fail on the Travis CI Java 7 job due to javadoc generation when using java version 7u151.
@asfgit asfgit merged commit 3751bad into apache:master Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants