Skip to content

Commit 05714ad

Browse files
committed
Prepare release candidate
1 parent 060be1a commit 05714ad

File tree

7 files changed

+110
-102
lines changed

7 files changed

+110
-102
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Getting Started
4949
---------------
5050

5151
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
52-
+ Make sure you have a [GitHub account](https://github.com/signup/free).
52+
+ Make sure you have a [GitHub account](https://github.com/signup/free). This is not essential, but makes providing patches much easier.
5353
+ If you're planning to implement a new feature it makes sense to discuss your changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons Codec's scope.
5454
+ Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist.
5555
+ Clearly describe the issue including steps to reproduce when it is a bug.
5656
+ Make sure you fill in the earliest version that you know has the issue.
5757
+ Find the corresponding [repository on GitHub](https://github.com/apache/?query=commons-),
58-
[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository.
58+
[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository. If you don't have a GitHub account, you can still clone the Commons repository.
5959

6060
Making Changes
6161
--------------
@@ -109,7 +109,6 @@ Additional Resources
109109
+ [General GitHub documentation](https://help.github.com/)
110110
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
111111
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
112-
+ `#apache-commons` IRC channel on `irc.freenode.net`
113112

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

README.md

+20-63
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Apache Commons Codec
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
[![Coverage Status](https://codecov.io/gh/apache/commons-codec/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-codec)
4848
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/?gav=true)
49-
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.16.0.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.16.0)
49+
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.16.1.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.16.1)
5050
[![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)
5151
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec)
5252

53-
The Apache Commons Codec package contains simple encoder and decoders for
54-
various formats such as Base64 and Hexadecimal. In addition to these
53+
The Apache Commons Codec component contains encoder and decoders for
54+
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
5555
widely used encoders and decoders, the codec package also maintains a
5656
collection of phonetic encoding utilities.
5757

@@ -62,8 +62,8 @@ More information can be found on the [Apache Commons Codec homepage](https://com
6262
The [Javadoc](https://commons.apache.org/proper/commons-codec/apidocs) can be browsed.
6363
Questions related to the usage of Apache Commons Codec should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html).
6464

65-
Where can I get the latest release?
66-
-----------------------------------
65+
Getting the latest release
66+
--------------------------
6767
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-codec/download_codec.cgi).
6868

6969
Alternatively, you can pull it from the central Maven repositories:
@@ -72,17 +72,25 @@ Alternatively, you can pull it from the central Maven repositories:
7272
<dependency>
7373
<groupId>commons-codec</groupId>
7474
<artifactId>commons-codec</artifactId>
75-
<version>1.16.0</version>
75+
<version>1.16.1</version>
7676
</dependency>
7777
```
7878

79+
Building
80+
--------
81+
82+
Building requires a Java JDK and [Apache Maven](https://maven.apache.org/).
83+
The required Java version is found in the `pom.xml` as the `maven.compiler.source` property.
84+
85+
From a command shell, run `mvn` without arguments to invoke the default Maven goal to run all tests and checks.
86+
7987
Contributing
8088
------------
8189

8290
We accept Pull Requests via GitHub. The [developer mailing list](https://commons.apache.org/mail-lists.html) is the main channel of communication for contributors.
8391
There are some guidelines which will make applying PRs easier for us:
8492
+ No tabs! Please use spaces for indentation.
85-
+ Respect the code style.
93+
+ Respect the existing code style for each file.
8694
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
8795
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
8896

@@ -91,13 +99,13 @@ You can learn more about contributing via GitHub in our [contribution guidelines
9199

92100
License
93101
-------
94-
This code is under the [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0).
102+
This code is licensed under the [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0).
95103

96104
See the `NOTICE.txt` file for required notices and attributions.
97105

98-
Donations
99-
---------
100-
You like Apache Commons Codec? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
106+
Donating
107+
--------
108+
You like Apache Commons Codec? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support development.
101109

102110
Additional Resources
103111
--------------------
@@ -106,59 +114,8 @@ Additional Resources
106114
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CODEC)
107115
+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
108116
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
109-
+ `#apache-commons` IRC channel on `irc.freenode.org`
110117

111118
Apache Commons Components
112119
-------------------------
113120

114-
| Component | GitHub Repository | Apache Homepage |
115-
| --------- | ----------------- | ----------------|
116-
| Apache Commons BCEL | [commons-bcel](https://github.com/apache/commons-bcel) | [commons-bcel](https://commons.apache.org/proper/commons-bcel) |
117-
| Apache Commons Beanutils | [commons-beanutils](https://github.com/apache/commons-beanutils) | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils) |
118-
| Apache Commons BSF | [commons-bsf](https://github.com/apache/commons-bsf) | [commons-bsf](https://commons.apache.org/proper/commons-bsf) |
119-
| Apache Commons Build-plugin | [commons-build-plugin](https://github.com/apache/commons-build-plugin) | [commons-build-plugin](https://commons.apache.org/proper/commons-build-plugin) |
120-
| Apache Commons Chain | [commons-chain](https://github.com/apache/commons-chain) | [commons-chain](https://commons.apache.org/proper/commons-chain) |
121-
| Apache Commons CLI | [commons-cli](https://github.com/apache/commons-cli) | [commons-cli](https://commons.apache.org/proper/commons-cli) |
122-
| Apache Commons Codec | [commons-codec](https://github.com/apache/commons-codec) | [commons-codec](https://commons.apache.org/proper/commons-codec) |
123-
| Apache Commons Collections | [commons-collections](https://github.com/apache/commons-collections) | [commons-collections](https://commons.apache.org/proper/commons-collections) |
124-
| Apache Commons Compress | [commons-compress](https://github.com/apache/commons-compress) | [commons-compress](https://commons.apache.org/proper/commons-compress) |
125-
| Apache Commons Configuration | [commons-configuration](https://github.com/apache/commons-configuration) | [commons-configuration](https://commons.apache.org/proper/commons-configuration) |
126-
| Apache Commons Crypto | [commons-crypto](https://github.com/apache/commons-crypto) | [commons-crypto](https://commons.apache.org/proper/commons-crypto) |
127-
| Apache Commons CSV | [commons-csv](https://github.com/apache/commons-csv) | [commons-csv](https://commons.apache.org/proper/commons-csv) |
128-
| Apache Commons Daemon | [commons-daemon](https://github.com/apache/commons-daemon) | [commons-daemon](https://commons.apache.org/proper/commons-daemon) |
129-
| Apache Commons DBCP | [commons-dbcp](https://github.com/apache/commons-dbcp) | [commons-dbcp](https://commons.apache.org/proper/commons-dbcp) |
130-
| Apache Commons Dbutils | [commons-dbutils](https://github.com/apache/commons-dbutils) | [commons-dbutils](https://commons.apache.org/proper/commons-dbutils) |
131-
| Apache Commons Digester | [commons-digester](https://github.com/apache/commons-digester) | [commons-digester](https://commons.apache.org/proper/commons-digester) |
132-
| Apache Commons Email | [commons-email](https://github.com/apache/commons-email) | [commons-email](https://commons.apache.org/proper/commons-email) |
133-
| Apache Commons Exec | [commons-exec](https://github.com/apache/commons-exec) | [commons-exec](https://commons.apache.org/proper/commons-exec) |
134-
| Apache Commons Fileupload | [commons-fileupload](https://github.com/apache/commons-fileupload) | [commons-fileupload](https://commons.apache.org/proper/commons-fileupload) |
135-
| Apache Commons Functor | [commons-functor](https://github.com/apache/commons-functor) | [commons-functor](https://commons.apache.org/proper/commons-functor) |
136-
| Apache Commons Geometry | [commons-geometry](https://github.com/apache/commons-geometry) | [commons-geometry](https://commons.apache.org/proper/commons-geometry) |
137-
| Apache Commons Graph | [commons-graph](https://github.com/apache/commons-graph) | [commons-graph](https://commons.apache.org/proper/commons-graph) |
138-
| Apache Commons Imaging | [commons-imaging](https://github.com/apache/commons-imaging) | [commons-imaging](https://commons.apache.org/proper/commons-imaging) |
139-
| Apache Commons IO | [commons-io](https://github.com/apache/commons-io) | [commons-io](https://commons.apache.org/proper/commons-io) |
140-
| Apache Commons JCI | [commons-jci](https://github.com/apache/commons-jci) | [commons-jci](https://commons.apache.org/proper/commons-jci) |
141-
| Apache Commons JCS | [commons-jcs](https://github.com/apache/commons-jcs) | [commons-jcs](https://commons.apache.org/proper/commons-jcs) |
142-
| Apache Commons Jelly | [commons-jelly](https://github.com/apache/commons-jelly) | [commons-jelly](https://commons.apache.org/proper/commons-jelly) |
143-
| Apache Commons Jexl | [commons-jexl](https://github.com/apache/commons-jexl) | [commons-jexl](https://commons.apache.org/proper/commons-jexl) |
144-
| Apache Commons Jxpath | [commons-jxpath](https://github.com/apache/commons-jxpath) | [commons-jxpath](https://commons.apache.org/proper/commons-jxpath) |
145-
| Apache Commons Lang | [commons-lang](https://github.com/apache/commons-lang) | [commons-lang](https://commons.apache.org/proper/commons-lang) |
146-
| Apache Commons Logging | [commons-logging](https://github.com/apache/commons-logging) | [commons-logging](https://commons.apache.org/proper/commons-logging) |
147-
| Apache Commons Math | [commons-math](https://github.com/apache/commons-math) | [commons-math](https://commons.apache.org/proper/commons-math) |
148-
| Apache Commons Net | [commons-net](https://github.com/apache/commons-net) | [commons-net](https://commons.apache.org/proper/commons-net) |
149-
| Apache Commons Numbers | [commons-numbers](https://github.com/apache/commons-numbers) | [commons-numbers](https://commons.apache.org/proper/commons-numbers) |
150-
| Apache Commons Parent | [commons-parent](https://github.com/apache/commons-parent) | [commons-parent](https://commons.apache.org/proper/commons-parent) |
151-
| Apache Commons Pool | [commons-pool](https://github.com/apache/commons-pool) | [commons-pool](https://commons.apache.org/proper/commons-pool) |
152-
| Apache Commons Proxy | [commons-proxy](https://github.com/apache/commons-proxy) | [commons-proxy](https://commons.apache.org/proper/commons-proxy) |
153-
| Apache Commons RDF | [commons-rdf](https://github.com/apache/commons-rdf) | [commons-rdf](https://commons.apache.org/proper/commons-rdf) |
154-
| Apache Commons Release-plugin | [commons-release-plugin](https://github.com/apache/commons-release-plugin) | [commons-release-plugin](https://commons.apache.org/proper/commons-release-plugin) |
155-
| Apache Commons Rng | [commons-rng](https://github.com/apache/commons-rng) | [commons-rng](https://commons.apache.org/proper/commons-rng) |
156-
| Apache Commons Scxml | [commons-scxml](https://github.com/apache/commons-scxml) | [commons-scxml](https://commons.apache.org/proper/commons-scxml) |
157-
| Apache Commons Signing | [commons-signing](https://github.com/apache/commons-signing) | [commons-signing](https://commons.apache.org/proper/commons-signing) |
158-
| Apache Commons Skin | [commons-skin](https://github.com/apache/commons-skin) | [commons-skin](https://commons.apache.org/proper/commons-skin) |
159-
| Apache Commons Statistics | [commons-statistics](https://github.com/apache/commons-statistics) | [commons-statistics](https://commons.apache.org/proper/commons-statistics) |
160-
| Apache Commons Testing | [commons-testing](https://github.com/apache/commons-testing) | [commons-testing](https://commons.apache.org/proper/commons-testing) |
161-
| Apache Commons Text | [commons-text](https://github.com/apache/commons-text) | [commons-text](https://commons.apache.org/proper/commons-text) |
162-
| Apache Commons Validator | [commons-validator](https://github.com/apache/commons-validator) | [commons-validator](https://commons.apache.org/proper/commons-validator) |
163-
| Apache Commons VFS | [commons-vfs](https://github.com/apache/commons-vfs) | [commons-vfs](https://commons.apache.org/proper/commons-vfs) |
164-
| Apache Commons Weaver | [commons-weaver](https://github.com/apache/commons-weaver) | [commons-weaver](https://commons.apache.org/proper/commons-weaver) |
121+
Please see the [list of components](https://commons.apache.org/components.html)

RELEASE-NOTES.txt

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
Apache Commons Codec 1.16.1-SNAPSHOT
2+
RELEASE NOTES
3+
4+
The Apache Commons Codec component contains encoder and decoders for
5+
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
6+
widely used encoders and decoders, the codec package also maintains a
7+
collection of phonetic encoding utilities.
8+
9+
Feature and fix release. Requires a minimum of Java 8.
10+
11+
Changes in this version include:
12+
13+
New features:
14+
o Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.
15+
16+
Fixed Bugs:
17+
o CODEC-295: Test clean ups. Thanks to Gary Gregory.
18+
o [StepSecurity] ci: Harden GitHub Actions #187. Thanks to step-security-bot, Gary Gregory.
19+
o CODEC-295: Correct error in Base64 Javadoc #188. Thanks to Evan Saulpaugh.
20+
o CODEC-295: Add minimum Java version in changes.xml #186. Thanks to Olivier Jaquemet, Gary Gregory.
21+
o CODEC-310: Documentation update for the org.apache.commons.codec.digest.* package #208. Thanks to Yakov Shafranovich.
22+
o Precompile regular expression in UnixCrypt.crypt(byte[], String). Thanks to Gary Gregory.
23+
o CODEC-315: Fix possible IndexOutOfBoundException in PhoneticEngine.encode method #223. Thanks to Arthur Chan, Gary Gregory.
24+
o CODEC-313: Fix possible ArrayIndexOutOfBoundsException in QuotedPrintableCodec.encodeQuotedPrintable() method #221. Thanks to Arthur Chan, Gary Gregory.
25+
o CODEC-312: Fix possible StringIndexOutOfBoundException in MatchRatingApproachEncoder.encode() method #220. Thanks to Arthur Chan, Gary Gregory.
26+
o CODEC-311: Fix possible ArrayIndexOutOfBoundException in RefinedSoundex.getMappingCode() #219. Thanks to Arthur Chan, Gary Gregory.
27+
o CODEC-314: Fix possible IndexOutOfBoundsException in PercentCodec.insertAlwaysEncodeChars() method #222. Thanks to Arthur Chan, Gary Gregory.
28+
o Deprecate UnixCrypt 0-argument constructor. Thanks to Gary Gregory.
29+
o Deprecate Md5Crypt 0-argument constructor. Thanks to Gary Gregory.
30+
o Deprecate Crypt 0-argument constructor. Thanks to Gary Gregory.
31+
o Deprecate StringUtils 0-argument constructor. Thanks to Gary Gregory.
32+
o Deprecate Resources 0-argument constructor. Thanks to Gary Gregory.
33+
o Deprecate Charsets 0-argument constructor. Thanks to Gary Gregory.
34+
o Deprecate CharEncoding 0-argument constructor. Thanks to Gary Gregory.
35+
o Add missing version for animal-sniffer-maven-plugin. Thanks to Gary Gregory.
36+
37+
Changes:
38+
o Bump commons-parent from 58 to 66. Thanks to Dependabot, Gary Gregory.
39+
o Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary Gregory.
40+
o Bump commons-io from 2.13.0 to 2.15.1. Thanks to Gary Gregory.
41+
42+
43+
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
44+
patches, or suggestions for improvement, see the Apache Commons Codec website:
45+
46+
https://commons.apache.org/proper/commons-codec/
47+
48+
Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
49+
50+
---------------------------------------------------------------------------------
51+
152
Apache Commons Codec 1.16.0
253

354
The Apache Commons Codec package contains simple encoder and decoders for

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ limitations under the License.
3232
<name>Apache Commons Codec</name>
3333
<inceptionYear>2002</inceptionYear>
3434
<description>
35-
The Apache Commons Codec package contains simple encoder and decoders for
36-
various formats such as Base64 and Hexadecimal. In addition to these
35+
The Apache Commons Codec component contains encoder and decoders for
36+
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
3737
widely used encoders and decoders, the codec package also maintains a
3838
collection of phonetic encoding utilities.
3939
</description>

src/changes/release-notes.vm

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
## KIND, either express or implied. See the License for the
1515
## specific language governing permissions and limitations
1616
## under the License.
17-
${project.name} ${version} RELEASE NOTES
17+
${project.name} ${version}
18+
RELEASE NOTES
1819

1920
$introduction.replaceAll("(?<!\015)\012", "
2021
").replaceAll("(?m)^ +","")
@@ -103,3 +104,5 @@ patches, or suggestions for improvement, see the ${project.name} website:
103104
${project.url}
104105

105106
Download page: ${project.url}download_codec.cgi
107+
108+
---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)