Updates for 3.8.1 release
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/77f87511 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/77f87511 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/77f87511 Branch: refs/heads/master Commit: 77f875110ae0c9ed05362f1e7b95656fb1276fb4 Parents: 910f542 eb5b11a Author: Rob Tompkins <chtom...@gmail.com> Authored: Sat Sep 22 17:31:24 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Sat Sep 22 17:31:24 2018 -0400 ---------------------------------------------------------------------- README.md | 4 +- RELEASE-NOTES.txt | 49 +- pom.xml | 5 +- src/changes/changes.xml | 4 + .../release-notes/RELEASE-NOTES-3.8.1.txt | 1271 ++++++++++++++++++ src/site/xdoc/download_lang.xml | 26 +- src/site/xdoc/index.xml | 10 +- src/site/xdoc/release-history.xml | 3 + 8 files changed, 1342 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/77f87511/RELEASE-NOTES.txt ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/77f87511/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 1528ea7,18bb54c..5677d2d --- a/pom.xml +++ b/pom.xml @@@ -598,11 -570,12 +598,12 @@@ N.B. The componentid is also used by the parent pom as part of the OSGI symbolic name. --> - <commons.componentid>lang3</commons.componentid> + <commons.componentid>lang</commons.componentid> + <commons.packageId>lang3</commons.packageId> <commons.module.name>org.apache.commons.lang3</commons.module.name> <!-- Current 3.x release series --> - <commons.release.version>3.8.1</commons.release.version> - <commons.release.desc>(Java 7+)</commons.release.desc> + <commons.release.version>3.9</commons.release.version> + <commons.release.desc>(Java 8+)</commons.release.desc> <!-- Previous 2.x release series --> <commons.release.2.version>2.6</commons.release.2.version> <commons.release.2.desc>(Requires Java 1.2 or later)</commons.release.2.desc> http://git-wip-us.apache.org/repos/asf/commons-lang/blob/77f87511/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index fe030f7,5731324..0b6352b --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -45,13 -45,10 +45,17 @@@ The <action> type attribute can be add, </properties> <body> + <release version="3.9" date="????-??-??" description="??"> + <action issue="LANG-1416" type="update" dev="britter">Update to JUnit 5</action> + <action issue="LANG-1417" type="update" dev="britter">Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate</action> + <action issue="LANG-1415" type="update" dev="britter">Update Java Language requirement to 1.8</action> + <action issue="LANG-1411" type="add" dev="britter" due-to="Alexander Tsvetkov">Add isEmpty method to ObjectUtils</action> + </release> + + <release version="3.8.1" date="2018-09-19" description="This release is a bugfix for Restoring Bundle-SymbolicName in the MANIFEST.mf file."> + <action issue="LANG-1419" type="fix" dev="chtompki">Restore BundleSymbolicName for OSGi</action> + </release> + <release version="3.8" date="2018-08-15" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> <action issue="LANG-1380" type="fix" dev="chas" due-to="Markus Jelsma">FastDateParser too strict on abbreviated short month symbols</action> <action issue="LANG-1396" type="fix" dev="sebb">JsonToStringStyle does not escape string names</action>