This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-logging.git
from 26e5084 Fix site generation add a50b0b9 Bump actions/cache from 4.0.1 to 4.0.2 (#235) add b63fc7a Bump github/codeql-action from 3.24.7 to 3.24.8 (#236) add 0adb67e Use Java 5's String#contains(CharSequence) add 0fc71b6 Merge branch 'release' add 0bbefd9 Add section for the next release add 149d376 Fix site generation add 3a86c5f [LOGGING-190] Add OSGi metadata to enable Service Loader Mediator (#234) add 96a4b89 [LOGGING-190] Add OSGi metadata to enable Service Loader Mediator #234 add 85117d0 Bump github/codeql-action from 3.24.8 to 3.24.9 (#237) add 3bc4ad5 Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#238) add 1711e8f Bump org.apache.commons:commons-parent from 67 to 69 (#240) add c121c81 Bump org.apache.commons:commons-parent from 67 to 69 #240 add 247324c Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#241) add c0aeea5 Bump github/codeql-action from 3.24.9 to 3.24.10 (#242) add 40e4e6d Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#243) add b12bfda Bump github/codeql-action from 3.24.10 to 3.25.1 (#245) add c662976 Bump actions/upload-artifact from 4.3.1 to 4.3.2 (#246) add c1c8dce Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#248) add 9cd3ea8 Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 #248 add 1bae51e Bump github/codeql-action from 3.25.1 to 3.25.3 (#251) add 0755e2a Bump actions/checkout from 4.1.2 to 4.1.4 (#250) add c12d7f3 Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#249) add 33efdc2 [LOGGING-191] Apache commons logging shows 1.4 as latest release instead of 1.3.1 add 176bcdf Javadoc add 2fa63c7 Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#252) add 144ae1f Normalize exception message add 3d59890 Set a baseline for JaCoCo checks add 2097ca8 Set a baseline for JaCoCo checks add 6cddcb4 Set a baseline for JaCoCo checks add f553f77 Add Java 22 to GH CI builds add f852efc Java 22 build doesn't work add 2efb10c Bump github/codeql-action from 3.25.3 to 3.25.4 (#253) add 21d0430 Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#255) add 541b25f Bump actions/checkout from 4.1.4 to 4.1.5 (#254) add ebe6c93 Move properties towards the top add 1724a5b Prepare for the next release candidate new e29c111 Merge branch 'master' into release The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/codeql-analysis.yml | 10 +- .github/workflows/coverage.yml | 4 +- .github/workflows/maven.yml | 4 +- .github/workflows/scorecards-analysis.yml | 8 +- README.md | 4 +- RELEASE-NOTES.txt | 50 +++++ pom.xml | 202 ++++++++++----------- src/changes/changes.xml | 7 + .../apache/commons/logging/impl/AvalonLogger.java | 2 +- .../apache/commons/logging/impl/WeakHashtable.java | 2 +- src/site/resources/profile.jacoco | 0 src/site/xdoc/download_logging.xml | 26 +-- src/site/xdoc/index.xml | 2 +- .../org/apache/commons/logging/LoadTestCase.java | 3 +- .../logging/tccl/log/TcclDisabledTestCase.java | 3 +- .../tccl/logfactory/TcclDisabledTestCase.java | 3 +- 16 files changed, 192 insertions(+), 138 deletions(-) create mode 100644 src/site/resources/profile.jacoco