This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new bab1ae1 Asciidoc tables are easier to maintain
bab1ae1 is described below
commit bab1ae1f9946d49f15db210922a656827cf790fd
Author: Sebb <[email protected]>
AuthorDate: Mon Feb 10 22:00:44 2025 +0000
Asciidoc tables are easier to maintain
Cells can be placed on separate lines.
---
COMPONENTS.adoc | 590 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMPONENTS.md | 65 -------
2 files changed, 590 insertions(+), 65 deletions(-)
diff --git a/COMPONENTS.adoc b/COMPONENTS.adoc
new file mode 100644
index 0000000..6b28604
--- /dev/null
+++ b/COMPONENTS.adoc
@@ -0,0 +1,590 @@
+////
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+////
+= Commons components
+:nofooter:
+
+The table below may get out of date. Please report any errors to the Commons
Project.
+Or you can raise a PR. Thanks!
+
+////
+The OpenSSF Scorecard link points to the web page version of the results,
rather than the workflow as generated by
+GH Status badge function.
+////
+|===
+| Component | Java CI | Coverage Status | Maven Central | Javadocs | CodeQL |
OpenSSF Scorecard
+
+| https://github.com/apache/commons-bcel[bcel]
+|
image:https://github.com/apache/commons-bcel/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-bcel/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-bcel/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-bcel]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/?gav=true]
+| image:https://javadoc.io/badge/org.apache.bcel/bcel/6.7.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.bcel/bcel/6.7.0]
+|
image:https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-bcel/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-bcel]
+
+| https://github.com/apache/commons-beanutils[beanutils]
+|
image:https://github.com/apache/commons-beanutils/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-beanutils/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-beanutils/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-beanutils/branch/master]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-beanutils/commons-beanutils/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-beanutils2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-beanutils2/2.0.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0]
+|
image:https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-beanutils/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-beanutils]
+
+| https://github.com/apache/commons-bsf[bsf]
+|
image:https://github.com/apache/commons-bsf/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-bsf/actions/workflows/maven.yml]
+| image:https://codecov.io/repos/apache/commons-bsf/badge.svg[Coverage Status,
+ link=https://codecov.io/r/apache/commons-bsf]
+|
image:https://maven-badges.herokuapp.com/maven-central/bsf/bsf/badge.svg[Maven
Central,
+ link=https://maven-badges.herokuapp.com/maven-central/bsf/bsf/]
+| image:https://javadoc.io/badge/bsf/bsf/2.5.0.svg[Javadocs,
+ link=https://javadoc.io/doc/bsf/bsf/2.5.0]
+|
image:https://github.com/apache/commons-bsf/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-bsf/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-bsf/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-bsf]
+
+| https://github.com/apache/commons-cli[cli]
+|
image:https://github.com/apache/commons-cli/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-cli/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-cli/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-cli/branch/master]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/?gav=true]
+| image:https://javadoc.io/badge/commons-cli/commons-cli/1.5.0.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-cli/commons-cli/1.5.0]
+|
image:https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-cli/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-cli]
+
+| https://github.com/apache/commons-codec[codec]
+|
image:https://github.com/apache/commons-codec/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-codec/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-codec/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-codec]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/?gav=true]
+|
image:https://javadoc.io/badge/commons-codec/commons-codec/1.16.0.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-codec/commons-codec/1.16.0]
+|
image:https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-codec/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-codec]
+
+| https://github.com/apache/commons-collections[collections]
+|
image:https://github.com/apache/commons-collections/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-collections/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-collections/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-collections/branch/master]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-collections4/4.4.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-collections4/4.4]
+|
image:https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-collections/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-collections]
+
+| https://github.com/apache/commons-compress[compress]
+|
image:https://github.com/apache/commons-compress/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-compress/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-compress/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-compress]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-compress/1.24.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-compress/1.24.0]
+|
image:https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-compress/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-compress]
+
+| https://github.com/apache/commons-configuration[configuration]
+|
image:https://github.com/apache/commons-configuration/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-configuration/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-configuration/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-configuration]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-configuration2/2.9.0.svg[Javadocs,
+
link=https://javadoc.io/doc/org.apache.commons/commons-configuration2/2.9.0]
+|
image:https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-configuration/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-configuration]
+
+| https://github.com/apache/commons-crypto[crypto]
+|
image:https://github.com/apache/commons-crypto/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-crypto/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-crypto/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-crypto]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-crypto/1.2.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-crypto/1.2.0]
+|
image:https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-crypto/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-crypto]
+
+| https://github.com/apache/commons-csv[csv]
+|
image:https://github.com/apache/commons-csv/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-csv/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-csv/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-csv]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-csv/1.10.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-csv/1.10.0]
+|
image:https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-csv/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-csv]
+
+| https://github.com/apache/commons-daemon[daemon]
+|
image:https://github.com/apache/commons-daemon/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-daemon/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-daemon/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-daemon]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/]
+|
image:https://javadoc.io/badge/commons-daemon/commons-daemon/1.3.3.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-daemon/commons-daemon/1.3.3]
+|
image:https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis-cpp.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis-cpp.yml]
+
image:https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis-java.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis-java.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-daemon/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-daemon]
+
+| https://github.com/apache/commons-dbcp[dbcp]
+|
image:https://github.com/apache/commons-dbcp/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-dbcp/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-dbcp/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-dbcp]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-dbcp2/2.10.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.10.0]
+|
image:https://github.com/apache/commons-dbcp/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-dbcp/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-dbcp/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-dbcp]
+
+| https://github.com/apache/commons-dbutils[dbutils]
+|
image:https://github.com/apache/commons-dbutils/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-dbutils/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-dbutils/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-dbutils]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/?gav=true]
+|
image:https://javadoc.io/badge/commons-dbutils/commons-dbutils/1.8.1.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-dbutils/commons-dbutils/1.8.1]
+|
image:https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-dbutils/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-dbutils]
+
+| https://github.com/apache/commons-digester[digester]
+|
image:https://github.com/apache/commons-digester/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-digester/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-digester/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-digester]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-digester3/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-digester3/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-digester3-parent/3.3.svg[Javadocs,
+
link=https://javadoc.io/doc/org.apache.commons/commons-digester3-parent/3.3]
+|
image:https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-digester/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-digester]
+
+| https://github.com/apache/commons-email[email]
+|
image:https://github.com/apache/commons-email/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-email/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-email/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-email]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/?gav=true]
+| -
+|
image:https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-email/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-email]
+
+| https://github.com/apache/commons-exec[exec]
+|
image:https://github.com/apache/commons-exec/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-exec/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-exec/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-exec]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-exec/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-exec/?gav=true]
+| -
+|
image:https://github.com/apache/commons-exec/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-exec/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-exec/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-exec]
+
+| https://github.com/apache/commons-fileupload[fileupload]
+|
image:https://github.com/apache/commons-fileupload/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-fileupload/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-fileupload/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-fileupload]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-fileupload2/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-fileupload2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-fileupload2/2.0.0-M1.svg[Javadocs,
+
link=https://javadoc.io/doc/org.apache.commons/commons-fileupload2/2.0.0-M1]
+|
image:https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-fileupload/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-fileupload]
+
+| https://github.com/apache/commons-geometry[geometry]
+|
image:https://github.com/apache/commons-geometry/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-geometry/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-geometry/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-geometry]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-geometry-spherical/]
+| -
+|
image:https://github.com/apache/commons-geometry/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-geometry/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-geometry/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-geometry]
+
+| https://github.com/apache/commons-imaging[imaging]
+|
image:https://github.com/apache/commons-imaging/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-imaging/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-imaging/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-imaging/branch/master]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0-alpha3.svg[Javadocs,
+
link=https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0-alpha3]
+|
image:https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-imaging/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-imaging]
+
+| https://github.com/apache/commons-io[io]
+|
image:https://github.com/apache/commons-io/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-io/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-io/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-io]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/?gav=true]
+| image:https://javadoc.io/badge/commons-io/commons-io/2.15.0.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-io/commons-io/2.15.0]
+|
image:https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-io/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-io]
+
+| https://github.com/apache/commons-jci[jci]
+|
image:https://github.com/apache/commons-jci/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-jci/actions/workflows/maven.yml]
+| image:https://codecov.io/repos/apache/commons-jci/badge.svg[Coverage Status,
+ link=https://codecov.io/r/apache/commons-jci]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jci/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jci/]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-jci2/2.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-jci2/2.0]
+|
image:https://github.com/apache/commons-jci/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-jci/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-jci/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-jci]
+
+| https://github.com/apache/commons-jcs[jcs]
+|
image:https://github.com/apache/commons-jcs/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-jcs/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-jcs/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-jcs]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jcs3/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jcs3/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-jcs3/3.1.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-jcs3/3.1]
+|
image:https://github.com/apache/commons-jcs/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-jcs/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-jcs/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-jcs]
+
+| https://github.com/apache/commons-jelly[jelly]
+|
image:https://github.com/apache/commons-jelly/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-jelly/actions/workflows/maven.yml]
+| -
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-jelly/commons-jelly/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-jelly/commons-jelly/]
+| -
+|
image:https://github.com/apache/commons-jelly/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-jelly/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-jelly/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-jelly]
+
+| https://github.com/apache/commons-jexl[jexl]
+|
image:https://github.com/apache/commons-jexl/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-jexl/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-jexl/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-jexl]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-jexl3/3.2.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.2]
+|
image:https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-jelly/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-jelly]
+
+| https://github.com/apache/commons-jxpath[jxpath]
+|
image:https://github.com/apache/commons-jxpath/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-jxpath/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-jxpath/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-jxpath]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-jxpath/commons-jxpath/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-jxpath/commons-jxpath/]
+| -
+|
image:https://github.com/apache/commons-jxpath/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-jxpath/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-jxpath/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-jxpath]
+
+| https://github.com/apache/commons-lang[lang]
+|
image:https://github.com/apache/commons-lang/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-lang/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-lang/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-lang]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-lang3/3.13.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-lang3/3.13.0]
+|
image:https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-lang/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-lang]
+
+| https://github.com/apache/commons-logging[logging]
+|
image:https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-logging/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-logging/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-logging]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true]
+| -
+|
image:https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-logging/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-logging]
+
+| https://github.com/apache/commons-math[math]
+|
image:https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-math/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-math]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-math4-parent/4.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-math4-parent/4.0]
+|
image:https://github.com/apache/commons-math/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-math/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-math/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-math]
+
+| https://github.com/apache/commons-net[net]
+|
image:https://github.com/apache/commons-net/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-net/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-net/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-net]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/?gav=true]
+| image:https://javadoc.io/badge/commons-net/commons-net/3.10.0.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-net/commons-net/3.10.0]
+|
image:https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-net/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-net]
+
+| https://github.com/apache/commons-numbers[numbers]
+|
image:https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-numbers/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-numbers]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-parent/]
+| -
+|
image:https://github.com/apache/commons-numbers/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-numbers/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-numbers/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-numbers]
+
+| https://github.com/apache/commons-parent[parent]
+|
image:https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-parent/actions/workflows/maven.yml]
+| -
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true]
+| -
+|
image:https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-parent]
+
+| https://github.com/apache/commons-pool[pool]
+|
image:https://github.com/apache/commons-pool/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-pool/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-pool/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-pool]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-pool2/2.12.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-pool2/2.12.0]
+|
image:https://github.com/apache/commons-pool/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-pool/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-pool/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-pool]
+
+| https://github.com/apache/commons-rdf[rdf]
+|
image:https://github.com/apache/commons-rdf/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-rdf/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-rdf/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-rdf]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rdf-api/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rdf-api/?gav=true]
+| -
+|
image:https://github.com/apache/commons-rdf/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-rdf/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-rdf/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-rdf]
+
+| https://github.com/apache/commons-rng[rng]
+|
image:https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-rng/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-rng/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-rng]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.5.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.5]
+|
image:https://github.com/apache/commons-rng/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-rng/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-rng/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-rng]
+
+| https://github.com/apache/commons-scxml[scxml]
+|
image:https://github.com/apache/commons-scxml/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-scxml/actions/workflows/maven.yml]
+| image:https://codecov.io/repos/apache/commons-scxml2/badge.svg[Coverage
Status,
+ link=https://codecov.io/r/apache/commons-scxml2]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-scxml/commons-scxml/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-scxml/commons-scxml/]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-scxml2/2.0-alpha-1.svg[Javadocs,
+
link=https://javadoc.io/doc/org.apache.commons/commons-scxml2/2.0-alpha-1]
+|
image:https://github.com/apache/commons-scxml/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-scxml/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-scxml/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-scxml]
+
+| https://github.com/apache/commons-skin[skin]
+|
image:https://github.com/apache/commons-skin/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-skin/actions/workflows/maven.yml]
+| -
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-skin/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-skin/]
+| -
+|
image:https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-skin/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-skin]
+
+| https://github.com/apache/commons-statistics[statistics]
+|
image:https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-statistics/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-statistics]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/badge.svg[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/]
+| -
+|
image:https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-statistics]
+
+| https://github.com/apache/commons-text[text]
+|
image:https://github.com/apache/commons-text/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-text/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-text]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-text/1.10.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-text/1.10.0]
+|
image:https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-text/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-text]
+
+| https://github.com/apache/commons-validator[validator]
+|
image:https://github.com/apache/commons-validator/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-validator/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-validator/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-validator]
+|
image:https://maven-badges.herokuapp.com/maven-central/commons-validator/commons-validator/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/commons-validator/commons-validator/?gav=true]
+|
image:https://javadoc.io/badge/commons-validator/commons-validator/1.7.svg[Javadocs,
+ link=https://javadoc.io/doc/commons-validator/commons-validator/1.7]
+|
image:https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-validator/badge[OpenSSF
Scorecard,
+
link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-validator]
+
+| https://github.com/apache/commons-vfs[vfs]
+|
image:https://github.com/apache/commons-vfs/actions/workflows/maven.yml/badge.svg[Java
CI,
+ link=https://github.com/apache/commons-vfs/actions/workflows/maven.yml]
+|
image:https://codecov.io/gh/apache/commons-vfs/branch/master/graph/badge.svg[Coverage
Status,
+ link=https://app.codecov.io/gh/apache/commons-vfs]
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-vfs2/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-vfs2/2.9.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-vfs2/2.9.0]
+|
image:https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-vfs/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-vfs]
+
+| https://github.com/apache/commons-weaver[weaver]
+|
image:https://github.com/apache/commons-weaver/actions/workflows/maven.yml/badge.svg[Java
CI,
+
link=https://github.com/apache/commons-weaver/actions/workflows/maven.yml]
+| -
+|
image:https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/badge.svg?gav=true[Maven
Central,
+
link=https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/?gav=true]
+|
image:https://javadoc.io/badge/org.apache.commons/commons-weaver-base/2.0.svg[Javadocs,
+ link=https://javadoc.io/doc/org.apache.commons/commons-weaver-base/2.0]
+|
image:https://github.com/apache/commons-weaver/actions/workflows/codeql-analysis.yml/badge.svg[CodeQL,
+
link=https://github.com/apache/commons-weaver/actions/workflows/codeql-analysis.yml]
+|
image:https://api.securityscorecards.dev/projects/github.com/apache/commons-weaver/badge[OpenSSF
Scorecard,
+ link=https://scorecard.dev/viewer/?uri=github.com/apache/commons-weaver]
+|===
diff --git a/COMPONENTS.md b/COMPONENTS.md
deleted file mode 100644
index 7184be4..0000000
--- a/COMPONENTS.md
+++ /dev/null
@@ -1,65 +0,0 @@
-<!---
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-# Commons components
-
-The table below is currently manually maintained from the corresponding
component README files, and may get out of date. Please report any errors to
the Commons Project.
-Or you can raise a PR. Thanks!
-
-| Component | Java CI | Coverage Status | Maven Central | Javadocs | CodeQL |
OpenSSF Scorecard |
-| --- | --- | --- | --- | --- | --- |
--- |
-| [bcel](https://github.com/apache/commons-bcel) | [](https://github.com/apache/commons-bcel/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-bcel)
| [](https://maven-badges.heroku
[...]
-| [beanutils](https://github.com/apache/commons-beanutils) | [](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-beanutils/branch/master)
| [ | [](https://github.com/apache/commons-bsf/actions/workflows/maven.yml)
| [](https://codecov.io/r/apache/commons-bsf)
| [](https://maven-badges.herokuapp.com/maven-central/bsf/bsf/)
| [ | [](https://github.com/apache/commons-cli/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-cli/branch/master)
| [](https://maven-bad
[...]
-| [codec](https://github.com/apache/commons-codec) | [](https://github.com/apache/commons-codec/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-codec)
| [](https://maven-b
[...]
-| [collections](https://github.com/apache/commons-collections) | [](https://github.com/apache/commons-collections/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-collections/branch/master)
| [ | [](https://github.com/apache/commons-compress/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-compress)
| [ | [](https://github.com/apache/commons-configuration/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-configuration)
| [ | [](https://github.com/apache/commons-crypto/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-crypto)
| [](htt
[...]
-| [csv](https://github.com/apache/commons-csv) | [](https://github.com/apache/commons-csv/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-csv)
| [](https://maven-badges.her
[...]
-| [daemon](https://github.com/apache/commons-daemon) | [](https://github.com/apache/commons-daemon/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-daemon)
| [](https://maven-ba
[...]
-| | | | | |
[](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis-java.yml)
| - |
-| [dbcp](https://github.com/apache/commons-dbcp) | [](https://github.com/apache/commons-dbcp/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-dbcp)
| [](https://maven-ba
[...]
-| [dbutils](https://github.com/apache/commons-dbutils) | [](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-dbutils)
| []
[...]
-| [digester](https://github.com/apache/commons-digester) | [](https://github.com/apache/commons-digester/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-digester)
| [ | [](https://github.com/apache/commons-email/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-email)
| [](https://ma
[...]
-| [exec](https://github.com/apache/commons-exec) | [](https://github.com/apache/commons-exec/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-exec)
| [](https://maven-bad
[...]
-| [fileupload](https://github.com/apache/commons-fileupload) | [](https://github.com/apache/commons-fileupload/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-fileupload)
| [ | [](https://github.com/apache/commons-geometry/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-geometry)
| [ | [](https://github.com/apache/commons-imaging/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-imaging/branch/master)
| [ | [](https://github.com/apache/commons-io/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-io)
| [](https://maven-badges.herokuapp.com/mave
[...]
-| [jci](https://github.com/apache/commons-jci) | [](https://github.com/apache/commons-jci/actions/workflows/maven.yml)
| [](https://codecov.io/r/apache/commons-jci)
| [](https://maven-badges.herokuapp.com/maven-central/org.ap
[...]
-| [jcs](https://github.com/apache/commons-jcs) | [](https://github.com/apache/commons-jcs/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-jcs)
| [](https://maven-badges.he
[...]
-| [jelly](https://github.com/apache/commons-jelly) | [](https://github.com/apache/commons-jelly/actions/workflows/maven.yml)
| - | [](https://maven-badges.herokuapp.com/maven-central/commons-jelly/commons-jelly/)
| - |
[ | [](https://github.com/apache/commons-jexl/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-jexl)
| [](https://maven-ba
[...]
-| [jxpath](https://github.com/apache/commons-jxpath) | [](https://github.com/apache/commons-jxpath/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-jxpath)
| [](https://maven-ba
[...]
-| [lang](https://github.com/apache/commons-lang) | [](https://github.com/apache/commons-lang/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-lang)
| [](https://maven-ba
[...]
-| [logging](https://github.com/apache/commons-logging) | [](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-logging)
| []
[...]
-| [math](https://github.com/apache/commons-math) | [](https://github.com/apache/commons-math/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-math)
| [](https://maven-badg
[...]
-| [net](https://github.com/apache/commons-net) | [](https://github.com/apache/commons-net/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-net)
| [](https://maven-badges.herokuapp.
[...]
-| [numbers](https://github.com/apache/commons-numbers) | [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-numbers)
| [
[...]
-| [parent](https://github.com/apache/commons-parent) | [](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
| - | [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
| - | [ | [](https://github.com/apache/commons-pool/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-pool)
| [](https://maven-ba
[...]
-| [rdf](https://github.com/apache/commons-rdf) | [](https://github.com/apache/commons-rdf/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-rdf)
| [](https://maven-badges
[...]
-| [rng](https://github.com/apache/commons-rng) | [](https://github.com/apache/commons-rng/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-rng)
| [](https://maven-badges.herok
[...]
-| [scxml](https://github.com/apache/commons-scxml) | [](https://github.com/apache/commons-scxml/actions/workflows/maven.yml)
| [](https://codecov.io/r/apache/commons-scxml2)
| [](https://maven-badges.herokuapp.com/maven-cen
[...]
-| [skin](https://github.com/apache/commons-skin) | [](https://github.com/apache/commons-skin/actions/workflows/maven.yml)
| - | [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-skin/)
| - |
[ | [](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-statistics)
| [ | [](https://github.com/apache/commons-text/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-text)
| [](https://maven-bad
[...]
-| [validator](https://github.com/apache/commons-validator) | [](https://github.com/apache/commons-validator/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-validator)
| [ | [](https://github.com/apache/commons-vfs/actions/workflows/maven.yml)
| [](https://app.codecov.io/gh/apache/commons-vfs)
| [](https://maven-badges.he
[...]
-| [weaver](https://github.com/apache/commons-weaver) | [](https://github.com/apache/commons-weaver/actions/workflows/maven.yml)
| - | [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/?gav=true)
| [![Javadocs](https://javadoc.io/badge/or [...]