| Name: | apache-commons-lang |
|---|---|
| Version: | 2.6 |
| Release: | 35.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 325761 |
| License: | ASL 2.0 |
| RPM: | apache-commons-lang-2.6-35.el9.noarch.rpm |
| Source RPM: | apache-commons-lang-2.6-35.el9.src.rpm |
| Build Date: | Fri May 15 2026 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | |
| URL: | https://commons.apache.org/lang |
| Summary: | Provides a host of helper utilities for the java.lang API |
| Description: | The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Commons Lang Component provides these extra methods. The Commons Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. |
- add missing dependency on junit
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Remove unused org.apache.commons.lang.enum package. - Compile with Java 11, target Java 8 (instead of Java 8 targeting Java 3). - Remove stray encoding issues, convert to UTF-8.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
- Pass javadoc source parameter as a property so it can be used by the xmvn javadoc mojo
- Force Java 8 as we cannot build for Java 11 without breaking API.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild