Skip to content

Commit 21fe1d7

Browse files
committed
Prepare for the next release candidate
1 parent d4ea4d0 commit 21fe1d7

5 files changed

Lines changed: 57 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Additional Resources
110110
+ [Contributor License Agreement][cla]
111111
+ [General GitHub documentation](https://help.github.com/)
112112
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
113-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
114113

115114
[cla]:https://www.apache.org/licenses/#clas
116115
[jira]:https://issues.apache.org/jira/browse/CODEC

README.md

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

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

@@ -71,7 +71,7 @@ Alternatively, you can pull it from the central Maven repositories:
7171
<dependency>
7272
<groupId>commons-codec</groupId>
7373
<artifactId>commons-codec</artifactId>
74-
<version>1.20.0</version>
74+
<version>1.21.0</version>
7575
</dependency>
7676
```
7777

@@ -114,7 +114,6 @@ Additional Resources
114114
+ [Apache Commons Homepage](https://commons.apache.org/)
115115
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CODEC)
116116
+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
117-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
118117

119118
Apache Commons Components
120119
-------------------------

RELEASE-NOTES.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Apache Commons Codec 1.21.0 Release Notes
2+
-----------------------------------------
3+
4+
The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.21.0.
5+
6+
The Apache Commons Codec component contains encoders and decoders for
7+
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
8+
widely used encoders and decoders, the codec package also maintains a
9+
collection of phonetic encoding utilities.
10+
11+
This is a feature and maintenance release. Java 8 or later is required.
12+
13+
14+
New features
15+
------------
16+
17+
* CODEC-333: Add distinct Base64 decoding for standard and URL-safe formats. Thanks to Aleksandr Beliakov, Gary Gregory.
18+
19+
Fixed Bugs
20+
----------
21+
22+
* Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`. Thanks to Gary Gregory.
23+
* Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
24+
* Fix malformed Javadoc comments. Thanks to Gary Gregory.
25+
26+
Changes
27+
-------
28+
29+
* Bump org.apache.commons:commons-parent from 91 to 96 #415, #418. Thanks to Gary Gregory, Dependabot.
30+
* Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.
31+
* Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.
32+
33+
34+
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
35+
patches, or suggestions for improvement, see the Apache Commons Codec website:
36+
37+
https://commons.apache.org/proper/commons-codec/
38+
39+
Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
40+
41+
---------------------------------------------------------------------------------
142
Apache Commons Codec 1.20.0 Release Notes
243
-----------------------------------------
344

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
<author>Apache Commons Developers</author>
4444
</properties>
4545
<body>
46-
<release version="1.21.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
46+
<release version="1.21.0" date="2026-01-23" description="This is a feature and maintenance release. Java 8 or later is required.">
4747
<!-- FIX -->
4848
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`.</action>
4949
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>

src/site/xdoc/download_codec.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,32 +115,32 @@ limitations under the License.
115115
</p>
116116
</subsection>
117117
</section>
118-
<section name="Apache Commons Codec 1.20.0 ">
118+
<section name="Apache Commons Codec 1.21.0 ">
119119
<subsection name="Binaries">
120120
<table>
121121
<tr>
122-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.20.0-bin.tar.gz">commons-codec-1.20.0-bin.tar.gz</a></td>
123-
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.20.0-bin.tar.gz.sha512">sha512</a></td>
124-
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.20.0-bin.tar.gz.asc">pgp</a></td>
122+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.21.0-bin.tar.gz">commons-codec-1.21.0-bin.tar.gz</a></td>
123+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.21.0-bin.tar.gz.sha512">sha512</a></td>
124+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.21.0-bin.tar.gz.asc">pgp</a></td>
125125
</tr>
126126
<tr>
127-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.20.0-bin.zip">commons-codec-1.20.0-bin.zip</a></td>
128-
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.20.0-bin.zip.sha512">sha512</a></td>
129-
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.20.0-bin.zip.asc">pgp</a></td>
127+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.21.0-bin.zip">commons-codec-1.21.0-bin.zip</a></td>
128+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.21.0-bin.zip.sha512">sha512</a></td>
129+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.21.0-bin.zip.asc">pgp</a></td>
130130
</tr>
131131
</table>
132132
</subsection>
133133
<subsection name="Source">
134134
<table>
135135
<tr>
136-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.20.0-src.tar.gz">commons-codec-1.20.0-src.tar.gz</a></td>
137-
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.20.0-src.tar.gz.sha512">sha512</a></td>
138-
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.20.0-src.tar.gz.asc">pgp</a></td>
136+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.21.0-src.tar.gz">commons-codec-1.21.0-src.tar.gz</a></td>
137+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.21.0-src.tar.gz.sha512">sha512</a></td>
138+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.21.0-src.tar.gz.asc">pgp</a></td>
139139
</tr>
140140
<tr>
141-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.20.0-src.zip">commons-codec-1.20.0-src.zip</a></td>
142-
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.20.0-src.zip.sha512">sha512</a></td>
143-
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.20.0-src.zip.asc">pgp</a></td>
141+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.21.0-src.zip">commons-codec-1.21.0-src.zip</a></td>
142+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.21.0-src.zip.sha512">sha512</a></td>
143+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.21.0-src.zip.asc">pgp</a></td>
144144
</tr>
145145
</table>
146146
</subsection>

0 commit comments

Comments
 (0)