This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 9fdd41b1 Prepare for release candidate
9fdd41b1 is described below
commit 9fdd41b17dfffd16d2ce566bb95287a2ed2a5bbb
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 13 10:30:57 2023 -0400
Prepare for release candidate
---
RELEASE-NOTES.txt | 5 ++++-
src/changes/changes.xml | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 25c16416..66a2247b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -174,6 +174,9 @@ o IO-611: Better docs in IOUtils and IOUtils.byteArray(int
size) #374. Thanks t
o IO-782: SequenceReader should close readers when its close method is called
#391. Thanks to Matteo Di Giovinazzo, Gary Gregory.
o IO-790: Fix symbolic link file filter #450. Thanks to Miguel Mu�oz, Gary
Gregory.
o IO-790: Apply nanoseconds precision for QueueInputStream timeout duration.
#453. Thanks to maxxedev, Gary Gregory, Bruno P. Kinoshita.
+o Fix overflow for FileUtilsTest constants #456. Thanks to
Marcono1234.
+o Serialization is deprecated and will be removed in 3.0. Thanks to
Gary Gregory.
+o FileSystemUtils.performCommand(String[], int, Duration): Use
Locale.getDefault() instead of ENGLISH. Thanks to Gary Gregory.
o IO-726: Add MemoryMappedFileInputStream #215. Thanks to shollander, Gary
Gregory.
Changes:
@@ -190,7 +193,7 @@ o Bump checkstyle from 8.44 to 9.3 #256, #257,
#266, #279, #292. #308.
o Bump junit-bom from 5.8.0-M1 to 5.9.1 #260, #271, #275, #309,
#386. Thanks to Dependabot.
o Bump mockito-inline from 3.11.2 to 4.11.0 #262, #264, #282, #306,
#314, #331, #348, #359, #381, #399, #405, #414, #420. Thanks to Dependabot,
Gary Gregory.
o Bump jmh.version from 1.32 to 1.36 #258, #316, #342, #404. Thanks
to Dependabot.
-o Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC3 #280, #439.
Thanks to Dependabot.
+o Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.Final #280,
#439, #445. Thanks to Dependabot.
o Bump junit-pioneer from 1.4.2 to 1.9.1 #304. #335, #362, #402,
#406, #409. Thanks to Dependabot, Gary Gregory.
o Bump japicmp-maven-plugin from 0.15.3 to 0.16.0. Thanks to Gary
Gregory.
o Bump commons-parent from 52 to 57 #388, #415, #421, #184. Thanks
to Gary Gregory, Dependabot.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2371d30e..30dead85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
- <release version="2.12.0" date="2023-04-28" description="Java 8 required.">
+ <release version="2.12.0" date="2023-05-13" description="Java 8 required.">
<!-- FIX -->
<action issue="IO-697" dev="kinow" type="fix" due-to="otter606">
IOUtils.toByteArray size validation does not match documentation.