|
| 1 | +Apache Commons Parent 86 Release Notes |
| 2 | +-------------------------------------- |
| 3 | + |
| 4 | +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 86. |
| 5 | + |
| 6 | +The Apache Commons Parent POM provides common settings for all Apache Commons components. |
| 7 | + |
| 8 | +This is a feature and maintenance release. Java 8 or later is required. |
| 9 | + |
| 10 | +Fixed Bugs |
| 11 | +---------- |
| 12 | +* Use -XX:+EnableDynamicAgentLoading on the argument line to avoid JVM warnings when tests use Mockito and ByteBuddy. Thanks to Gary Gregory. |
| 13 | +* Fix spacing in Javadoc footer. Thanks to Gary Gregory. |
| 14 | + |
| 15 | +Changes |
| 16 | +------- |
| 17 | +* Bump org.junit:junit-bom from 5.13.1 to 5.13.4. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections, #640. Thanks to Gary Gregory, Dependabot. |
| 18 | +* Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 11.0.0 on Java 11 and up. Thanks to Gary Gregory. |
| 19 | +* Bump net.sourceforge.pmd:pmd-core from 7.14.0 to 7.16.0. Thanks to Gary Gregory. |
| 20 | +* Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.16.0. Thanks to Gary Gregory. |
| 21 | +* Bump net.sourceforge.pmd:pmd-javascript from 7.14.0 to 7.16.0. Thanks to Gary Gregory. |
| 22 | +* Bump net.sourceforge.pmd:pmd-jsp from 7.14.0 to 7.16.0. Thanks to Gary Gregory. |
| 23 | +* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.3.2. Thanks to Gary Gregory. |
| 24 | +* Bump com.github.spotbugs:spotbugs from 4.9.3 to 4.9.4. Thanks to Gary Gregory. |
| 25 | +* Bump maven-pmd-plugin from 3.26.0 to 3.27.0. Thanks to Gary Gregory. |
| 26 | +* Bump org.apache.commons:commons-build-plugin from 1.15.0 to 1.16.0. Thanks to Gary Gregory. |
| 27 | +* Bump org.moditect:moditect-maven-plugin from 1.2.2.Final to 1.3.0.Final. Thanks to Gary Gregory. |
| 28 | +* Bump commons.pmd-impl.version from 7.15.0 to 7.16.0 #641. Thanks to Gary Gregory, Dependabot. |
| 29 | +* Bump org.apache.commons:commons-release-plugin from 1.9.0 to 1.9.1. Thanks to Gary Gregory. |
| 30 | +* Bump org.spdx:spdx-maven-plugin from 1.0.2 to 1.0.3. Thanks to Gary Gregory. |
| 31 | + |
| 32 | + |
| 33 | +Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.html |
| 34 | + |
| 35 | +For complete information on Apache Commons Parent, including instructions on how to submit bug reports, |
| 36 | +patches, or suggestions for improvement, see the Apache Commons Parent website: |
| 37 | + |
| 38 | +https://commons.apache.org/proper/commons-parent/ |
| 39 | + |
| 40 | +Enjoy! |
| 41 | +Apache Commons Team |
| 42 | + |
| 43 | +----------------------------------------------------------------------------- |
1 | 44 | Apache Commons Parent 85 Release Notes |
2 | | ------------------------------------------------- |
| 45 | +-------------------------------------- |
3 | 46 |
|
4 | 47 | The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 85. |
5 | 48 |
|
|
0 commit comments