xref: /aosp_15_r20/external/apache-commons-lang/README.md (revision 455610af95f3bf5f4bc8a9eda520f57e389a4c42)
1*455610afSAndroid Build Coastguard Worker<!---
2*455610afSAndroid Build Coastguard Worker Licensed to the Apache Software Foundation (ASF) under one or more
3*455610afSAndroid Build Coastguard Worker contributor license agreements.  See the NOTICE file distributed with
4*455610afSAndroid Build Coastguard Worker this work for additional information regarding copyright ownership.
5*455610afSAndroid Build Coastguard Worker The ASF licenses this file to You under the Apache License, Version 2.0
6*455610afSAndroid Build Coastguard Worker (the "License"); you may not use this file except in compliance with
7*455610afSAndroid Build Coastguard Worker the License.  You may obtain a copy of the License at
8*455610afSAndroid Build Coastguard Worker
9*455610afSAndroid Build Coastguard Worker      http://www.apache.org/licenses/LICENSE-2.0
10*455610afSAndroid Build Coastguard Worker
11*455610afSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software
12*455610afSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS,
13*455610afSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*455610afSAndroid Build Coastguard Worker See the License for the specific language governing permissions and
15*455610afSAndroid Build Coastguard Worker limitations under the License.
16*455610afSAndroid Build Coastguard Worker-->
17*455610afSAndroid Build Coastguard Worker<!---
18*455610afSAndroid Build Coastguard Worker +======================================================================+
19*455610afSAndroid Build Coastguard Worker |****                                                              ****|
20*455610afSAndroid Build Coastguard Worker |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
21*455610afSAndroid Build Coastguard Worker |****                    DO NOT EDIT DIRECTLY                      ****|
22*455610afSAndroid Build Coastguard Worker |****                                                              ****|
23*455610afSAndroid Build Coastguard Worker +======================================================================+
24*455610afSAndroid Build Coastguard Worker | TEMPLATE FILE: readme-md-template.md                                 |
25*455610afSAndroid Build Coastguard Worker | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
26*455610afSAndroid Build Coastguard Worker +======================================================================+
27*455610afSAndroid Build Coastguard Worker |                                                                      |
28*455610afSAndroid Build Coastguard Worker | 1) Re-generate using: mvn commons-build:readme-md                    |
29*455610afSAndroid Build Coastguard Worker |                                                                      |
30*455610afSAndroid Build Coastguard Worker | 2) Set the following properties in the component's pom:              |
31*455610afSAndroid Build Coastguard Worker |    - commons.componentid (required, alphabetic, lower case)          |
32*455610afSAndroid Build Coastguard Worker |    - commons.release.version (required)                              |
33*455610afSAndroid Build Coastguard Worker |                                                                      |
34*455610afSAndroid Build Coastguard Worker | 3) Example Properties                                                |
35*455610afSAndroid Build Coastguard Worker |                                                                      |
36*455610afSAndroid Build Coastguard Worker |  <properties>                                                        |
37*455610afSAndroid Build Coastguard Worker |    <commons.componentid>math</commons.componentid>                   |
38*455610afSAndroid Build Coastguard Worker |    <commons.release.version>1.2</commons.release.version>            |
39*455610afSAndroid Build Coastguard Worker |  </properties>                                                       |
40*455610afSAndroid Build Coastguard Worker |                                                                      |
41*455610afSAndroid Build Coastguard Worker +======================================================================+
42*455610afSAndroid Build Coastguard Worker--->
43*455610afSAndroid Build Coastguard WorkerApache Commons Lang
44*455610afSAndroid Build Coastguard Worker===================
45*455610afSAndroid Build Coastguard Worker
46*455610afSAndroid Build Coastguard Worker[![GitHub Actions Status](https://github.com/apache/commons-lang/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-lang/actions)
47*455610afSAndroid Build Coastguard Worker[![Coverage Status](https://codecov.io/gh/apache/commons-lang/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-lang)
48*455610afSAndroid Build Coastguard Worker[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/?gav=true)
49*455610afSAndroid Build Coastguard Worker[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.12.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.12.0)
50*455610afSAndroid Build Coastguard Worker[![CodeQL](https://github.com/apache/commons-lang/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
51*455610afSAndroid Build Coastguard Worker[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-lang/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-lang)
52*455610afSAndroid Build Coastguard Worker
53*455610afSAndroid Build Coastguard WorkerApache Commons Lang, a package of Java utility classes for the
54*455610afSAndroid Build Coastguard Worker  classes that are in java.lang's hierarchy, or are considered to be so
55*455610afSAndroid Build Coastguard Worker  standard as to justify existence in java.lang.
56*455610afSAndroid Build Coastguard Worker
57*455610afSAndroid Build Coastguard WorkerDocumentation
58*455610afSAndroid Build Coastguard Worker-------------
59*455610afSAndroid Build Coastguard Worker
60*455610afSAndroid Build Coastguard WorkerMore information can be found on the [Apache Commons Lang homepage](https://commons.apache.org/proper/commons-lang).
61*455610afSAndroid Build Coastguard WorkerThe [Javadoc](https://commons.apache.org/proper/commons-lang/apidocs) can be browsed.
62*455610afSAndroid Build Coastguard WorkerQuestions related to the usage of Apache Commons Lang should be posted to the [user mailing list][ml].
63*455610afSAndroid Build Coastguard Worker
64*455610afSAndroid Build Coastguard WorkerWhere can I get the latest release?
65*455610afSAndroid Build Coastguard Worker-----------------------------------
66*455610afSAndroid Build Coastguard WorkerYou can download source and binaries from our [download page](https://commons.apache.org/proper/commons-lang/download_lang.cgi).
67*455610afSAndroid Build Coastguard Worker
68*455610afSAndroid Build Coastguard WorkerAlternatively you can pull it from the central Maven repositories:
69*455610afSAndroid Build Coastguard Worker
70*455610afSAndroid Build Coastguard Worker```xml
71*455610afSAndroid Build Coastguard Worker<dependency>
72*455610afSAndroid Build Coastguard Worker  <groupId>org.apache.commons</groupId>
73*455610afSAndroid Build Coastguard Worker  <artifactId>commons-lang3</artifactId>
74*455610afSAndroid Build Coastguard Worker  <version>3.12.0</version>
75*455610afSAndroid Build Coastguard Worker</dependency>
76*455610afSAndroid Build Coastguard Worker```
77*455610afSAndroid Build Coastguard Worker
78*455610afSAndroid Build Coastguard WorkerContributing
79*455610afSAndroid Build Coastguard Worker------------
80*455610afSAndroid Build Coastguard Worker
81*455610afSAndroid Build Coastguard WorkerWe accept Pull Requests via GitHub. The [developer mailing list](https://commons.apache.org/mail-lists.html) is the main channel of communication for contributors.
82*455610afSAndroid Build Coastguard WorkerThere are some guidelines which will make applying PRs easier for us:
83*455610afSAndroid Build Coastguard Worker+ No tabs! Please use spaces for indentation.
84*455610afSAndroid Build Coastguard Worker+ Respect the code style.
85*455610afSAndroid Build Coastguard Worker+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
86*455610afSAndroid Build Coastguard Worker+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
87*455610afSAndroid Build Coastguard Worker
88*455610afSAndroid Build Coastguard WorkerIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
89*455610afSAndroid Build Coastguard WorkerYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
90*455610afSAndroid Build Coastguard Worker
91*455610afSAndroid Build Coastguard WorkerLicense
92*455610afSAndroid Build Coastguard Worker-------
93*455610afSAndroid Build Coastguard WorkerThis code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
94*455610afSAndroid Build Coastguard Worker
95*455610afSAndroid Build Coastguard WorkerSee the `NOTICE.txt` file for required notices and attributions.
96*455610afSAndroid Build Coastguard Worker
97*455610afSAndroid Build Coastguard WorkerDonations
98*455610afSAndroid Build Coastguard Worker---------
99*455610afSAndroid Build Coastguard WorkerYou like Apache Commons Lang? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
100*455610afSAndroid Build Coastguard Worker
101*455610afSAndroid Build Coastguard WorkerAdditional Resources
102*455610afSAndroid Build Coastguard Worker--------------------
103*455610afSAndroid Build Coastguard Worker
104*455610afSAndroid Build Coastguard Worker+ [Apache Commons Homepage](https://commons.apache.org/)
105*455610afSAndroid Build Coastguard Worker+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/LANG)
106*455610afSAndroid Build Coastguard Worker+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
107*455610afSAndroid Build Coastguard Worker+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
108*455610afSAndroid Build Coastguard Worker+ `#apache-commons` IRC channel on `irc.freenode.org`
109*455610afSAndroid Build Coastguard Worker
110*455610afSAndroid Build Coastguard WorkerApache Commons Components
111*455610afSAndroid Build Coastguard Worker-------------------------
112*455610afSAndroid Build Coastguard Worker| Component | GitHub Repository | Apache Homepage |
113*455610afSAndroid Build Coastguard Worker| --------- | ----------------- | ----------------|
114*455610afSAndroid Build Coastguard Worker| Apache Commons BCEL | [commons-bcel](https://github.com/apache/commons-bcel) | [commons-bcel](https://commons.apache.org/proper/commons-bcel) |
115*455610afSAndroid Build Coastguard Worker| Apache Commons Beanutils | [commons-beanutils](https://github.com/apache/commons-beanutils) | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils) |
116*455610afSAndroid Build Coastguard Worker| Apache Commons BSF | [commons-bsf](https://github.com/apache/commons-bsf) | [commons-bsf](https://commons.apache.org/proper/commons-bsf) |
117*455610afSAndroid Build Coastguard Worker| Apache Commons Build-plugin | [commons-build-plugin](https://github.com/apache/commons-build-plugin) | [commons-build-plugin](https://commons.apache.org/proper/commons-build-plugin) |
118*455610afSAndroid Build Coastguard Worker| Apache Commons Chain | [commons-chain](https://github.com/apache/commons-chain) | [commons-chain](https://commons.apache.org/proper/commons-chain) |
119*455610afSAndroid Build Coastguard Worker| Apache Commons CLI | [commons-cli](https://github.com/apache/commons-cli) | [commons-cli](https://commons.apache.org/proper/commons-cli) |
120*455610afSAndroid Build Coastguard Worker| Apache Commons Codec | [commons-codec](https://github.com/apache/commons-codec) | [commons-codec](https://commons.apache.org/proper/commons-codec) |
121*455610afSAndroid Build Coastguard Worker| Apache Commons Collections | [commons-collections](https://github.com/apache/commons-collections) | [commons-collections](https://commons.apache.org/proper/commons-collections) |
122*455610afSAndroid Build Coastguard Worker| Apache Commons Compress | [commons-compress](https://github.com/apache/commons-compress) | [commons-compress](https://commons.apache.org/proper/commons-compress) |
123*455610afSAndroid Build Coastguard Worker| Apache Commons Configuration | [commons-configuration](https://github.com/apache/commons-configuration) | [commons-configuration](https://commons.apache.org/proper/commons-configuration) |
124*455610afSAndroid Build Coastguard Worker| Apache Commons Crypto | [commons-crypto](https://github.com/apache/commons-crypto) | [commons-crypto](https://commons.apache.org/proper/commons-crypto) |
125*455610afSAndroid Build Coastguard Worker| Apache Commons CSV | [commons-csv](https://github.com/apache/commons-csv) | [commons-csv](https://commons.apache.org/proper/commons-csv) |
126*455610afSAndroid Build Coastguard Worker| Apache Commons Daemon | [commons-daemon](https://github.com/apache/commons-daemon) | [commons-daemon](https://commons.apache.org/proper/commons-daemon) |
127*455610afSAndroid Build Coastguard Worker| Apache Commons DBCP | [commons-dbcp](https://github.com/apache/commons-dbcp) | [commons-dbcp](https://commons.apache.org/proper/commons-dbcp) |
128*455610afSAndroid Build Coastguard Worker| Apache Commons Dbutils | [commons-dbutils](https://github.com/apache/commons-dbutils) | [commons-dbutils](https://commons.apache.org/proper/commons-dbutils) |
129*455610afSAndroid Build Coastguard Worker| Apache Commons Digester | [commons-digester](https://github.com/apache/commons-digester) | [commons-digester](https://commons.apache.org/proper/commons-digester) |
130*455610afSAndroid Build Coastguard Worker| Apache Commons Email | [commons-email](https://github.com/apache/commons-email) | [commons-email](https://commons.apache.org/proper/commons-email) |
131*455610afSAndroid Build Coastguard Worker| Apache Commons Exec | [commons-exec](https://github.com/apache/commons-exec) | [commons-exec](https://commons.apache.org/proper/commons-exec) |
132*455610afSAndroid Build Coastguard Worker| Apache Commons Fileupload | [commons-fileupload](https://github.com/apache/commons-fileupload) | [commons-fileupload](https://commons.apache.org/proper/commons-fileupload) |
133*455610afSAndroid Build Coastguard Worker| Apache Commons Functor | [commons-functor](https://github.com/apache/commons-functor) | [commons-functor](https://commons.apache.org/proper/commons-functor) |
134*455610afSAndroid Build Coastguard Worker| Apache Commons Geometry | [commons-geometry](https://github.com/apache/commons-geometry) | [commons-geometry](https://commons.apache.org/proper/commons-geometry) |
135*455610afSAndroid Build Coastguard Worker| Apache Commons Graph | [commons-graph](https://github.com/apache/commons-graph) | [commons-graph](https://commons.apache.org/proper/commons-graph) |
136*455610afSAndroid Build Coastguard Worker| Apache Commons Imaging | [commons-imaging](https://github.com/apache/commons-imaging) | [commons-imaging](https://commons.apache.org/proper/commons-imaging) |
137*455610afSAndroid Build Coastguard Worker| Apache Commons IO | [commons-io](https://github.com/apache/commons-io) | [commons-io](https://commons.apache.org/proper/commons-io) |
138*455610afSAndroid Build Coastguard Worker| Apache Commons JCI | [commons-jci](https://github.com/apache/commons-jci) | [commons-jci](https://commons.apache.org/proper/commons-jci) |
139*455610afSAndroid Build Coastguard Worker| Apache Commons JCS | [commons-jcs](https://github.com/apache/commons-jcs) | [commons-jcs](https://commons.apache.org/proper/commons-jcs) |
140*455610afSAndroid Build Coastguard Worker| Apache Commons Jelly | [commons-jelly](https://github.com/apache/commons-jelly) | [commons-jelly](https://commons.apache.org/proper/commons-jelly) |
141*455610afSAndroid Build Coastguard Worker| Apache Commons Jexl | [commons-jexl](https://github.com/apache/commons-jexl) | [commons-jexl](https://commons.apache.org/proper/commons-jexl) |
142*455610afSAndroid Build Coastguard Worker| Apache Commons Jxpath | [commons-jxpath](https://github.com/apache/commons-jxpath) | [commons-jxpath](https://commons.apache.org/proper/commons-jxpath) |
143*455610afSAndroid Build Coastguard Worker| Apache Commons Lang | [commons-lang](https://github.com/apache/commons-lang) | [commons-lang](https://commons.apache.org/proper/commons-lang) |
144*455610afSAndroid Build Coastguard Worker| Apache Commons Logging | [commons-logging](https://github.com/apache/commons-logging) | [commons-logging](https://commons.apache.org/proper/commons-logging) |
145*455610afSAndroid Build Coastguard Worker| Apache Commons Math | [commons-math](https://github.com/apache/commons-math) | [commons-math](https://commons.apache.org/proper/commons-math) |
146*455610afSAndroid Build Coastguard Worker| Apache Commons Net | [commons-net](https://github.com/apache/commons-net) | [commons-net](https://commons.apache.org/proper/commons-net) |
147*455610afSAndroid Build Coastguard Worker| Apache Commons Numbers | [commons-numbers](https://github.com/apache/commons-numbers) | [commons-numbers](https://commons.apache.org/proper/commons-numbers) |
148*455610afSAndroid Build Coastguard Worker| Apache Commons Parent | [commons-parent](https://github.com/apache/commons-parent) | [commons-parent](https://commons.apache.org/proper/commons-parent) |
149*455610afSAndroid Build Coastguard Worker| Apache Commons Pool | [commons-pool](https://github.com/apache/commons-pool) | [commons-pool](https://commons.apache.org/proper/commons-pool) |
150*455610afSAndroid Build Coastguard Worker| Apache Commons Proxy | [commons-proxy](https://github.com/apache/commons-proxy) | [commons-proxy](https://commons.apache.org/proper/commons-proxy) |
151*455610afSAndroid Build Coastguard Worker| Apache Commons RDF | [commons-rdf](https://github.com/apache/commons-rdf) | [commons-rdf](https://commons.apache.org/proper/commons-rdf) |
152*455610afSAndroid Build Coastguard Worker| Apache Commons Release-plugin | [commons-release-plugin](https://github.com/apache/commons-release-plugin) | [commons-release-plugin](https://commons.apache.org/proper/commons-release-plugin) |
153*455610afSAndroid Build Coastguard Worker| Apache Commons Rng | [commons-rng](https://github.com/apache/commons-rng) | [commons-rng](https://commons.apache.org/proper/commons-rng) |
154*455610afSAndroid Build Coastguard Worker| Apache Commons Scxml | [commons-scxml](https://github.com/apache/commons-scxml) | [commons-scxml](https://commons.apache.org/proper/commons-scxml) |
155*455610afSAndroid Build Coastguard Worker| Apache Commons Signing | [commons-signing](https://github.com/apache/commons-signing) | [commons-signing](https://commons.apache.org/proper/commons-signing) |
156*455610afSAndroid Build Coastguard Worker| Apache Commons Skin | [commons-skin](https://github.com/apache/commons-skin) | [commons-skin](https://commons.apache.org/proper/commons-skin) |
157*455610afSAndroid Build Coastguard Worker| Apache Commons Statistics | [commons-statistics](https://github.com/apache/commons-statistics) | [commons-statistics](https://commons.apache.org/proper/commons-statistics) |
158*455610afSAndroid Build Coastguard Worker| Apache Commons Testing | [commons-testing](https://github.com/apache/commons-testing) | [commons-testing](https://commons.apache.org/proper/commons-testing) |
159*455610afSAndroid Build Coastguard Worker| Apache Commons Text | [commons-text](https://github.com/apache/commons-text) | [commons-text](https://commons.apache.org/proper/commons-text) |
160*455610afSAndroid Build Coastguard Worker| Apache Commons Validator | [commons-validator](https://github.com/apache/commons-validator) | [commons-validator](https://commons.apache.org/proper/commons-validator) |
161*455610afSAndroid Build Coastguard Worker| Apache Commons VFS | [commons-vfs](https://github.com/apache/commons-vfs) | [commons-vfs](https://commons.apache.org/proper/commons-vfs) |
162*455610afSAndroid Build Coastguard Worker| Apache Commons Weaver | [commons-weaver](https://github.com/apache/commons-weaver) | [commons-weaver](https://commons.apache.org/proper/commons-weaver) |
163