diff --git a/REPOSITORIES.md b/REPOSITORIES.md new file mode 100644 index 000000000..666d7600b --- /dev/null +++ b/REPOSITORIES.md @@ -0,0 +1,92 @@ + + +# Apache Commons Repositories + +The table below lists every active Apache Commons repository, together with the latest release published to Maven +Central and the current status of the four GitHub Actions workflows we track across components: + ++ **Latest Maven Version**: the most recent release available on Maven Central. ++ **Java CI**: the main Maven build, including unit tests and static analysis. ++ **CodeQL**: GitHub's semantic code scanning for security vulnerabilities. ++ **Scorecards**: the [OpenSSF Scorecard](https://securityscorecards.dev/) assessment of the repository's + supply-chain security posture. This workflow only runs against the default branch, so it is marked **N/A** for + secondary branches of components that support multiple lines of development. ++ **Dependency Review**: the pull-request check that flags vulnerable or incompatibly licensed dependency + changes. + +Click any badge to open the latest run of the corresponding workflow. An empty cell means the workflow has not yet +been configured for that repository. + +## Components + +| Component | Latest Maven Version | Java CI | CodeQL | Scorecards | Dependency Review | +|------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [BCEL](https://github.com/apache/commons-bcel) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.bcel/bcel) | [![Maven](https://github.com/apache/commons-bcel/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-bcel/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-bcel/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-bcel/actions/workflows/dependency-review.yml) | +| [BeanUtils](https://github.com/apache/commons-beanutils) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-beanutils/commons-beanutils) | [![Maven](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml/badge.svg?branch=1.X)](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml/badge.svg?branch=1.X)](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml) | **N/A** | [![Dependency Review](https://github.com/apache/commons-beanutils/actions/workflows/dependency-review.yml/badge.svg?branch=1.X)](https://github.com/apache/commons-beanutils/actions/workflows/dependency-review.yml) | +| [BeanUtils](https://github.com/apache/commons-beanutils) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-beanutils2) | [![Maven](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-beanutils/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-beanutils/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-beanutils/actions/workflows/dependency-review.yml) | +| [BSF](https://github.com/apache/commons-bsf) | ![Maven Central Version](https://img.shields.io/maven-central/v/bsf/bsf) | [![Maven](https://github.com/apache/commons-bsf/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-bsf/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-bsf/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-bsf/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-bsf/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-bsf/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-bsf/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-bsf/actions/workflows/dependency-review.yml) | +| [CLI](https://github.com/apache/commons-cli) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-cli/commons-cli) | [![Maven](https://github.com/apache/commons-cli/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-cli/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-cli/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/dependency-review.yml) | +| [Codec](https://github.com/apache/commons-codec) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-codec/commons-codec) | [![Maven](https://github.com/apache/commons-codec/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-codec/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-codec/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/dependency-review.yml) | +| [Collections](https://github.com/apache/commons-collections) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-collections4) | [![Maven](https://github.com/apache/commons-collections/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-collections/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-collections/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/dependency-review.yml) | +| [Compress](https://github.com/apache/commons-compress) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-compress) | [![Maven](https://github.com/apache/commons-compress/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-compress/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-compress/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/dependency-review.yml) | +| [Configuration](https://github.com/apache/commons-configuration) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-configuration2) | [![Maven](https://github.com/apache/commons-configuration/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-configuration/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-configuration/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-configuration/actions/workflows/dependency-review.yml) | +| [Crypto](https://github.com/apache/commons-crypto) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-crypto) | [![Maven](https://github.com/apache/commons-crypto/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-crypto/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-crypto/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/dependency-review.yml) | +| [CSV](https://github.com/apache/commons-csv) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-csv) | [![Maven](https://github.com/apache/commons-csv/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-csv/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-csv/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-csv/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-csv/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-csv/actions/workflows/dependency-review.yml) | +| [Daemon](https://github.com/apache/commons-daemon) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-daemon/commons-daemon) | [![Maven](https://github.com/apache/commons-daemon/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-daemon/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-daemon/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/dependency-review.yml) | +| [DBCP](https://github.com/apache/commons-dbcp) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-dbcp2) | [![Maven](https://github.com/apache/commons-dbcp/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-dbcp/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-dbcp/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-dbcp/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-dbcp/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-dbcp/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-dbcp/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-dbcp/actions/workflows/dependency-review.yml) | +| [DbUtils](https://github.com/apache/commons-dbutils) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-dbutils/commons-dbutils) | [![Maven](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-dbutils/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-dbutils/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-dbutils/actions/workflows/dependency-review.yml) | +| [Digester](https://github.com/apache/commons-digester) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-digester3) | [![Maven](https://github.com/apache/commons-digester/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-digester/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-digester/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-digester/actions/workflows/dependency-review.yml) | +| [Email](https://github.com/apache/commons-email) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-email) | [![Maven](https://github.com/apache/commons-email/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-email/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-email/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-email/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-email/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-email/actions/workflows/dependency-review.yml) | +| [Exec](https://github.com/apache/commons-exec) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-exec) | [![Maven](https://github.com/apache/commons-exec/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-exec/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-exec/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-exec/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-exec/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-exec/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-exec/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-exec/actions/workflows/dependency-review.yml) | +| [FileUpload](https://github.com/apache/commons-fileupload) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-fileupload/commons-fileupload) | [![Maven](https://github.com/apache/commons-fileupload/actions/workflows/maven.yml/badge.svg?branch=1.x)](https://github.com/apache/commons-fileupload/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml/badge.svg?branch=1.x)](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml) | **N/A** | [![Dependency Review](https://github.com/apache/commons-fileupload/actions/workflows/dependency-review.yml/badge.svg?branch=1.x)](https://github.com/apache/commons-fileupload/actions/workflows/dependency-review.yml) | +| [FileUpload](https://github.com/apache/commons-fileupload) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-fileupload2-core) | [![Maven](https://github.com/apache/commons-fileupload/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-fileupload/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-fileupload/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/dependency-review.yml) | +| [Geometry](https://github.com/apache/commons-geometry) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-geometry-spherical) | [![Maven](https://github.com/apache/commons-geometry/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-geometry/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-geometry/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-geometry/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-geometry/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-geometry/actions/workflows/scorecards-analysis.yml) | | +| [Graph](https://github.com/apache/commons-graph) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-graph/commons-graph) | [![Maven](https://github.com/apache/commons-graph/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-graph/actions/workflows/maven.yml) | | | | +| [Imaging](https://github.com/apache/commons-imaging) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-imaging) | [![Maven](https://github.com/apache/commons-imaging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-imaging/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-imaging/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/dependency-review.yml) | +| [IO](https://github.com/apache/commons-io) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-io/commons-io) | [![Maven](https://github.com/apache/commons-io/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-io/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-io/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-io/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-io/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-io/actions/workflows/dependency-review.yml) | +| [JCI](https://github.com/apache/commons-jci) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-jci) | [![Maven](https://github.com/apache/commons-jci/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jci/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-jci/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jci/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-jci/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-jci/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-jci/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-jci/actions/workflows/dependency-review.yml) | +| [JCS](https://github.com/apache/commons-jcs) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-jcs3) | [![Maven](https://github.com/apache/commons-jcs/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jcs/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-jcs/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jcs/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-jcs/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-jcs/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-jcs/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-jcs/actions/workflows/dependency-review.yml) | +| [Jelly](https://github.com/apache/commons-jelly) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-jelly/commons-jelly) | [![Maven](https://github.com/apache/commons-jelly/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jelly/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-jelly/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jelly/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-jelly/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-jelly/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-jelly/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-jelly/actions/workflows/dependency-review.yml) | +| [Jexl](https://github.com/apache/commons-jexl) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-jexl3) | [![Maven](https://github.com/apache/commons-jexl/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-jexl/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-jexl/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/dependency-review.yml) | +| [JXPath](https://github.com/apache/commons-jxpath) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-jxpath/commons-jxpath) | [![Maven](https://github.com/apache/commons-jxpath/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jxpath/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-jxpath/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jxpath/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-jxpath/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-jxpath/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-jxpath/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-jxpath/actions/workflows/dependency-review.yml) | +| [Lang](https://github.com/apache/commons-lang) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-lang3) | [![Maven](https://github.com/apache/commons-lang/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-lang/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-lang/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/dependency-review.yml) | +| [Logging](https://github.com/apache/commons-logging) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-logging/commons-logging) | [![Maven](https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-logging/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-logging/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/dependency-review.yml) | +| [Math](https://github.com/apache/commons-math) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-math-parent) | [![Maven](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-math/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-math/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/scorecards-analysis.yml) | | +| [Net](https://github.com/apache/commons-net) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-net/commons-net) | [![Maven](https://github.com/apache/commons-net/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-net/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-net/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-net/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-net/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-net/actions/workflows/dependency-review.yml) | +| [Numbers](https://github.com/apache/commons-numbers) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-numbers-parent) | [![Maven](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-numbers/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-numbers/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/scorecards-analysis.yml) | | +| [Pool](https://github.com/apache/commons-pool) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-pool2) | [![Maven](https://github.com/apache/commons-pool/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-pool/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-pool/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-pool/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-pool/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-pool/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-pool/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-pool/actions/workflows/dependency-review.yml) | +| [RDF](https://github.com/apache/commons-rdf) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-rdf-api) | [![Maven](https://github.com/apache/commons-rdf/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rdf/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-rdf/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-rdf/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-rdf/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-rdf/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-rdf/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-rdf/actions/workflows/dependency-review.yml) | +| [RNG](https://github.com/apache/commons-rng) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-rng-simple) | [![Maven](https://github.com/apache/commons-rng/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-rng/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-rng/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-rng/actions/workflows/scorecards-analysis.yml) | | +| [SCXML](https://github.com/apache/commons-scxml) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-scxml/commons-scxml) | [![Maven](https://github.com/apache/commons-scxml/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-scxml/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-scxml/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-scxml/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-scxml/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-scxml/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-scxml/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-scxml/actions/workflows/dependency-review.yml) | +| [Statistics](https://github.com/apache/commons-statistics) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-distribution) | [![Maven](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-statistics/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/scorecards-analysis.yml) | | +| [Text](https://github.com/apache/commons-text) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-text) | [![Maven](https://github.com/apache/commons-text/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-text/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-text/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/dependency-review.yml) | +| [Validator](https://github.com/apache/commons-validator) | ![Maven Central Version](https://img.shields.io/maven-central/v/commons-validator/commons-validator) | [![Maven](https://github.com/apache/commons-validator/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-validator/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-validator/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/dependency-review.yml) | +| [VFS](https://github.com/apache/commons-vfs) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-vfs2) | [![Maven](https://github.com/apache/commons-vfs/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-vfs/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-vfs/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-vfs/actions/workflows/dependency-review.yml) | +| [Weaver](https://github.com/apache/commons-weaver) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-weaver-base) | [![Maven](https://github.com/apache/commons-weaver/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-weaver/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-weaver/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-weaver/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-weaver/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-weaver/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-weaver/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-weaver/actions/workflows/dependency-review.yml) | + +## Internal tooling + +These repositories support the build and release infrastructure shared across Commons components rather than +shipping a user-facing library. + +| Component | Latest Maven Version | Java CI | CodeQL | Scorecards | Dependency Review | +|--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Build Plugin](https://github.com/apache/commons-build-plugin) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-build-plugin) | [![Maven](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-build-plugin/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-build-plugin/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/dependency-review.yml) | +| [Release Plugin](https://github.com/apache/commons-release-plugin) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-release-plugin) | [![Maven](https://github.com/apache/commons-release-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-release-plugin/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-release-plugin/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/dependency-review.yml) | +| [Skin](https://github.com/apache/commons-skin) | ![Maven Central Version](https://img.shields.io/maven-central/v/org.apache.commons/commons-skin) | [![Maven](https://github.com/apache/commons-skin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/maven.yml) | [![CodeQL](https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml) | [![Scorecards](https://github.com/apache/commons-skin/actions/workflows/scorecards-analysis.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/scorecards-analysis.yml) | [![Dependency Review](https://github.com/apache/commons-skin/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/dependency-review.yml) | +| [Testing](https://github.com/apache/commons-testing) | | | | | |