From 824917034227e9e9e912ff904ae2ca911256bdd9 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 12:13:21 +0200 Subject: [PATCH 1/6] feat: add overview of Apache Commons workflows This PR adds a `REPOSITORIES.md` documentation file that holds a summary table of the status of four selected GitHub Actions workflows for each Commons repository: - Java CI - CodeQL - Scorecards - Dependency Review This gives a simple way to check whether all the workflows are currently passing. --- REPOSITORIES.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 REPOSITORIES.md diff --git a/REPOSITORIES.md b/REPOSITORIES.md new file mode 100644 index 000000000..41b1df88f --- /dev/null +++ b/REPOSITORIES.md @@ -0,0 +1,77 @@ + + +# Apache Commons Repositories + +The table below lists every active Apache Commons repository, together with the current status of the four GitHub Actions workflows we track across components: + ++ **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. ++ **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. + +| Repository | Java CI | CodeQL | Scorecards | Dependency Review | +|----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [commons-bcel](https://github.com/apache/commons-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) | +| [commons-beanutils](https://github.com/apache/commons-beanutils) | [![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) | +| [commons-bsf](https://github.com/apache/commons-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) | +| [commons-build-plugin](https://github.com/apache/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) | +| [commons-cli](https://github.com/apache/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) | +| [commons-codec](https://github.com/apache/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) | +| [commons-collections](https://github.com/apache/commons-collections) | [![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) | +| [commons-compress](https://github.com/apache/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) | +| [commons-configuration](https://github.com/apache/commons-configuration) | [![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) | +| [commons-crypto](https://github.com/apache/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) | +| [commons-csv](https://github.com/apache/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) | +| [commons-daemon](https://github.com/apache/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) | +| [commons-dbcp](https://github.com/apache/commons-dbcp) | [![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) | +| [commons-dbutils](https://github.com/apache/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) | +| [commons-digester](https://github.com/apache/commons-digester) | [![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) | +| [commons-email](https://github.com/apache/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) | +| [commons-exec](https://github.com/apache/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) | +| [commons-fileupload](https://github.com/apache/commons-fileupload) | [![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) | +| [commons-geometry](https://github.com/apache/commons-geometry) | [![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) | | +| [commons-graph](https://github.com/apache/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) | | | | +| [commons-imaging](https://github.com/apache/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) | +| [commons-io](https://github.com/apache/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) | +| [commons-jci](https://github.com/apache/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) | +| [commons-jcs](https://github.com/apache/commons-jcs) | [![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) | +| [commons-jelly](https://github.com/apache/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) | +| [commons-jexl](https://github.com/apache/commons-jexl) | [![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) | +| [commons-jxpath](https://github.com/apache/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) | +| [commons-lang](https://github.com/apache/commons-lang) | [![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) | +| [commons-logging](https://github.com/apache/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) | +| [commons-math](https://github.com/apache/commons-math) | [![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) | | +| [commons-net](https://github.com/apache/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) | +| [commons-numbers](https://github.com/apache/commons-numbers) | [![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) | | +| [commons-pool](https://github.com/apache/commons-pool) | [![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) | +| [commons-rdf](https://github.com/apache/commons-rdf) | [![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) | +| [commons-release-plugin](https://github.com/apache/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) | +| [commons-rng](https://github.com/apache/commons-rng) | [![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) | | +| [commons-scxml](https://github.com/apache/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) | +| [commons-skin](https://github.com/apache/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) | +| [commons-statistics](https://github.com/apache/commons-statistics) | [![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) | | +| [commons-testing](https://github.com/apache/commons-testing) | | | | +| [commons-text](https://github.com/apache/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) | +| [commons-validator](https://github.com/apache/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) | +| [commons-vfs](https://github.com/apache/commons-vfs) | [![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) | +| [commons-weaver](https://github.com/apache/commons-weaver) | [![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) | From 08b942d9d7135979091c4df83d8577ed1deff74d Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 14:32:41 +0200 Subject: [PATCH 2/6] fix: use names from commons.apache.org --- REPOSITORIES.md | 89 +++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/REPOSITORIES.md b/REPOSITORIES.md index 41b1df88f..21750cd99 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -17,7 +17,8 @@ # Apache Commons Repositories -The table below lists every active Apache Commons repository, together with the current status of the four GitHub Actions workflows we track across components: +The table below lists every active Apache Commons repository, together with the current status of the four GitHub +Actions workflows we track across components: + **Java CI**: the main Maven build, including unit tests and static analysis. + **CodeQL**: GitHub's semantic code scanning for security vulnerabilities. @@ -29,49 +30,49 @@ The table below lists every active Apache Commons repository, together with the 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. -| Repository | Java CI | CodeQL | Scorecards | Dependency Review | +| Component | Java CI | CodeQL | Scorecards | Dependency Review | |----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [commons-bcel](https://github.com/apache/commons-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) | -| [commons-beanutils](https://github.com/apache/commons-beanutils) | [![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) | -| [commons-bsf](https://github.com/apache/commons-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) | -| [commons-build-plugin](https://github.com/apache/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) | -| [commons-cli](https://github.com/apache/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) | -| [commons-codec](https://github.com/apache/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) | -| [commons-collections](https://github.com/apache/commons-collections) | [![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) | -| [commons-compress](https://github.com/apache/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) | -| [commons-configuration](https://github.com/apache/commons-configuration) | [![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) | -| [commons-crypto](https://github.com/apache/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) | -| [commons-csv](https://github.com/apache/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) | -| [commons-daemon](https://github.com/apache/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) | -| [commons-dbcp](https://github.com/apache/commons-dbcp) | [![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) | -| [commons-dbutils](https://github.com/apache/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) | -| [commons-digester](https://github.com/apache/commons-digester) | [![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) | -| [commons-email](https://github.com/apache/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) | -| [commons-exec](https://github.com/apache/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) | -| [commons-fileupload](https://github.com/apache/commons-fileupload) | [![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) | -| [commons-geometry](https://github.com/apache/commons-geometry) | [![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) | | -| [commons-graph](https://github.com/apache/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) | | | | -| [commons-imaging](https://github.com/apache/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) | -| [commons-io](https://github.com/apache/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) | -| [commons-jci](https://github.com/apache/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) | -| [commons-jcs](https://github.com/apache/commons-jcs) | [![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) | -| [commons-jelly](https://github.com/apache/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) | -| [commons-jexl](https://github.com/apache/commons-jexl) | [![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) | -| [commons-jxpath](https://github.com/apache/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) | -| [commons-lang](https://github.com/apache/commons-lang) | [![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) | -| [commons-logging](https://github.com/apache/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) | -| [commons-math](https://github.com/apache/commons-math) | [![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) | | -| [commons-net](https://github.com/apache/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) | -| [commons-numbers](https://github.com/apache/commons-numbers) | [![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) | | -| [commons-pool](https://github.com/apache/commons-pool) | [![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) | -| [commons-rdf](https://github.com/apache/commons-rdf) | [![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) | -| [commons-release-plugin](https://github.com/apache/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) | -| [commons-rng](https://github.com/apache/commons-rng) | [![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) | | -| [commons-scxml](https://github.com/apache/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) | +| [BCEL](https://github.com/apache/commons-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](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](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) | +| [Commons Build Plugin](https://github.com/apache/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) | +| [CLI](https://github.com/apache/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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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) | +| [Commons Release Plugin](https://github.com/apache/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) | +| [RNG](https://github.com/apache/commons-rng) | [![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](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) | | [commons-skin](https://github.com/apache/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) | -| [commons-statistics](https://github.com/apache/commons-statistics) | [![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) | | +| [Statistics](https://github.com/apache/commons-statistics) | [![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) | | | [commons-testing](https://github.com/apache/commons-testing) | | | | -| [commons-text](https://github.com/apache/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) | -| [commons-validator](https://github.com/apache/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) | -| [commons-vfs](https://github.com/apache/commons-vfs) | [![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) | -| [commons-weaver](https://github.com/apache/commons-weaver) | [![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) | +| [Text](https://github.com/apache/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](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](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](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) | From f9d3c8ec9f2c7f02cfaa56bc1f85565b104d48f0 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 14:37:16 +0200 Subject: [PATCH 3/6] fix: split into two tables --- REPOSITORIES.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/REPOSITORIES.md b/REPOSITORIES.md index 21750cd99..8df685585 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -30,12 +30,13 @@ Actions workflows we track across components: 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 | Java CI | CodeQL | Scorecards | Dependency Review | |----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [BCEL](https://github.com/apache/commons-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](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](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) | -| [Commons Build Plugin](https://github.com/apache/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) | | [CLI](https://github.com/apache/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](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](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) | @@ -66,13 +67,22 @@ been configured for that repository. | [Numbers](https://github.com/apache/commons-numbers) | [![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](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](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) | -| [Commons Release Plugin](https://github.com/apache/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) | | [RNG](https://github.com/apache/commons-rng) | [![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](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) | -| [commons-skin](https://github.com/apache/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) | | [Statistics](https://github.com/apache/commons-statistics) | [![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) | | -| [commons-testing](https://github.com/apache/commons-testing) | | | | | [Text](https://github.com/apache/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](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](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](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 | Java CI | CodeQL | Scorecards | Dependency Review | +|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Build Plugin](https://github.com/apache/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](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](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) | | | | From dfabf11da1d4fc5426486c33f86ce126331cde00 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 14:53:23 +0200 Subject: [PATCH 4/6] fix: add Maven version --- REPOSITORIES.md | 101 ++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/REPOSITORIES.md b/REPOSITORIES.md index 8df685585..e19be6221 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -17,9 +17,10 @@ # Apache Commons Repositories -The table below lists every active Apache Commons repository, together with the current status of the four GitHub -Actions workflows we track across components: +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 @@ -32,57 +33,57 @@ been configured for that repository. ## Components -| Component | Java CI | CodeQL | Scorecards | Dependency Review | -|----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [BCEL](https://github.com/apache/commons-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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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](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) | +| 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?filter=1.*) | [![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?filter=1.*) | [![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/org.apache.commons/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 | Java CI | CodeQL | Scorecards | Dependency Review | -|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Build Plugin](https://github.com/apache/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](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](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) | | | | +| Component | Latest Maven Version | Java CI | CodeQL | Scorecards | Dependency Review | +|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Commons 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) | +| [Commons 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) | +| [commons-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) | +| [commons-testing](https://github.com/apache/commons-testing) | | | | | | From 5b07e49ec9df473d882ad10f42c7d21b86aa2ebf Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 15:01:53 +0200 Subject: [PATCH 5/6] fix: add beanutils and fileupload 1.x --- REPOSITORIES.md | 98 +++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 48 deletions(-) diff --git a/REPOSITORIES.md b/REPOSITORIES.md index e19be6221..96c795874 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -33,57 +33,59 @@ 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?filter=1.*) | [![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?filter=1.*) | [![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/org.apache.commons/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) | +| 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 | -|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Commons 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) | -| [Commons 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) | -| [commons-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) | -| [commons-testing](https://github.com/apache/commons-testing) | | | | | | +| 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) | | | | | | From 30e8ef0c8cd07020afc7e9444da451b565dc39be Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 19 Apr 2026 15:04:45 +0200 Subject: [PATCH 6/6] fix: note about `ScoreCards` --- REPOSITORIES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REPOSITORIES.md b/REPOSITORIES.md index 96c795874..666d7600b 100644 --- a/REPOSITORIES.md +++ b/REPOSITORIES.md @@ -24,7 +24,8 @@ Central and the current status of the four GitHub Actions workflows we track acr + **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. + 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.