Skip to content

Commit eb5b11a

Browse files
committed
Prepare 3.8.1 release
1 parent ae9b312 commit eb5b11a

File tree

8 files changed

+1338
-31
lines changed

8 files changed

+1338
-31
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Apache Commons Lang
4646
[![Build Status](https://travis-ci.org/apache/commons-lang.svg)](https://travis-ci.org/apache/commons-lang)
4747
[![Coverage Status](https://coveralls.io/repos/apache/commons-lang/badge.svg)](https://coveralls.io/r/apache/commons-lang)
4848
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/)
49-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.8.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.8)
49+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.8.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.8.1)
5050

5151
Apache Commons Lang, a package of Java utility classes for the
5252
classes that are in java.lang's hierarchy, or are considered to be so
@@ -69,7 +69,7 @@ Alternatively you can pull it from the central Maven repositories:
6969
<dependency>
7070
<groupId>org.apache.commons</groupId>
7171
<artifactId>commons-lang3</artifactId>
72-
<version>3.8</version>
72+
<version>3.8.1</version>
7373
</dependency>
7474
```
7575

RELEASE-NOTES.txt

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,47 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616

17+
=============================================================================
18+
19+
Apache Commons Lang
20+
Version 3.8.1
21+
Release Notes
22+
23+
24+
INTRODUCTION:
25+
26+
This document contains the release notes for the 3.8.1 version of Apache Commons Lang.
27+
Commons Lang is a set of utility functions and reusable components that should be of use in any
28+
Java environment.
29+
30+
Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics,
31+
variable arguments, autoboxing, concurrency and formatted output.
32+
33+
For the advice on upgrading from 2.x to 3.x, see the following page:
34+
35+
http://commons.apache.org/lang/article3_0.html
36+
37+
Apache Commons Lang, a package of Java utility classes for the
38+
classes that are in java.lang's hierarchy, or are considered to be so
39+
standard as to justify existence in java.lang.
40+
41+
This release is a bugfix for Restoring Bundle-SymbolicName in the MANIFEST.mf file.
42+
43+
Changes in this version include:
44+
45+
46+
Fixed Bugs:
47+
o LANG-1419: Restore BundleSymbolicName for OSGi
48+
49+
50+
51+
Historical list of changes: http://commons.apache.org/proper/commons-lang/changes-report.html
52+
53+
For complete information on Apache Commons Lang, including instructions on how to submit bug reports,
54+
patches, or suggestions for improvement, see the Apache Apache Commons Lang website:
55+
56+
http://commons.apache.org/proper/commons-lang/
57+
1758
=============================================================================
1859

1960
Apache Commons Lang
@@ -74,14 +115,6 @@ o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate bu
74115
o LANG-1405: Remove checks for java versions below the minimum supported one Thanks to Lars Grefer.
75116
o LANG-1402: Null/index safe get methods for ArrayUtils Thanks to Mark Dacek.
76117

77-
78-
Historical list of changes: http://commons.apache.org/proper/commons-lang/changes-report.html
79-
80-
For complete information on Apache Commons Lang, including instructions on how to submit bug reports,
81-
patches, or suggestions for improvement, see the Apache Apache Commons Lang website:
82-
83-
http://commons.apache.org/proper/commons-lang/
84-
85118
=============================================================================
86119

87120
Apache Commons Lang

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-lang.git</connection>
4848
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-lang.git</developerConnection>
4949
<url>https://git-wip-us.apache.org/repos/asf?p=commons-lang.git</url>
50-
<tag>LANG_3_8</tag>
50+
<tag>LANG_3_8_1</tag>
5151
</scm>
5252

5353
<developers>
@@ -602,7 +602,7 @@
602602
<commons.japicmp.version>0.11.1</commons.japicmp.version>
603603

604604
<!-- Commons Release Plugin -->
605-
<commons.bc.version>3.7</commons.bc.version>
605+
<commons.bc.version>3.8</commons.bc.version>
606606
<commons.rc.version>RC1</commons.rc.version>
607607
<commons.release.isDistModule>true</commons.release.isDistModule>
608608
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
4545
</properties>
4646
<body>
4747

48-
<release version="3.8" date="2018-08-15" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.">
48+
<release version="3.8.1" date="2018-09-19" description="This release is a bugfix for Restoring Bundle-SymbolicName in the MANIFEST.mf file.">
4949
<action issue="LANG-1419" type="fix" dev="chtompki">Restore BundleSymbolicName for OSGi</action>
5050
</release>
5151

0 commit comments

Comments
 (0)