@@ -14,6 +14,47 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
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
+
17
58
=============================================================================
18
59
19
60
Apache Commons Lang
@@ -74,14 +115,6 @@ o LANG-1367: ObjectUtils.identityToString(Object) and friends should allocate bu
74
115
o LANG-1405: Remove checks for java versions below the minimum supported one Thanks to Lars Grefer.
75
116
o LANG-1402: Null/index safe get methods for ArrayUtils Thanks to Mark Dacek.
76
117
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
-
85
118
=============================================================================
86
119
87
120
Apache Commons Lang
0 commit comments