Skip to content

Commit 05254be

Browse files
committed
Prepare for the next release candidate
1 parent 4167e30 commit 05254be

3 files changed

Lines changed: 47 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apache Commons Parent
4545

4646
[![Java CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
4747
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-parent?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-parent)
48-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/85.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/85)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/86.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/86)
4949
[![CodeQL](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
5151

@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories:
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-parent</artifactId>
71-
<version>85</version>
71+
<version>86</version>
7272
</dependency>
7373
```
7474

RELEASE-NOTES.txt

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
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+
-----------------------------------------------------------------------------
144
Apache Commons Parent 85 Release Notes
2-
------------------------------------------------
45+
--------------------------------------
346

447
The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 85.
548

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
5757
The changes report outputs actions in the order they appear in this file.
5858
-->
5959
<body>
60-
<release version="86" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
60+
<release version="86" date="2025-08-15" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<action type="fix" dev="ggregory" due-to="Gary Gregory">Use -XX:+EnableDynamicAgentLoading on the argument line to avoid JVM warnings when tests use Mockito and ByteBuddy.</action>
6363
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix spacing in Javadoc footer.</action>

0 commit comments

Comments
 (0)