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 8cd10fa Prepare for the next release candidate
add 09aad58 No need for blank Javadoc lines between Javadoc @ tags
add 23d41fc No need for blank Javadoc lines between Javadoc @ tags
add cbb1c04 Javadoc: Remove unnecessary open paragraph tag
add 55c1ad7 Add pull request template
add d5f9fa6 Bump github/codeql-action from 3.27.5 to 3.27.6 (#323)
add 106be0f Bump actions/cache from 4.1.2 to 4.2.0 (#322)
add 6a6fbbc Bump github/codeql-action from 3.27.6 to 3.27.9 (#324)
add 7b32e7c Rename test class
add 1dc3194 Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#325)
add 1f0e676 Bump actions/setup-java from 4.5.0 to 4.6.0 (#326)
add fed7bef Bump log4j2.version from 2.24.2 to 2.24.3 (#328)
add 481d483 Bump log4j2.version from 2.24.2 to 2.24.3 #328
add aec0edb Next RC for this release will be RC2
add b81eeb0 Bump github/codeql-action from 3.27.9 to 3.28.0 (#330)
add 9b45e18 Update notice file copyright end date
add f735304 Add Apache license header
add 8ab4fbd Bump org.apache.commons:commons-parent from 78 to 79
add 0fda96f Bump actions/upload-artifact from 4.5.0 to 4.6.0
add 29b0597 Merge pull request #334 from
apache/dependabot/github_actions/actions/upload-artifact-4.6.0
add 26bcfbc Merge branch 'master' of
https://github.com/apache/commons-logging.git
add 1584340 Merge branch 'master' of
https://github.com/apache/commons-logging.git
add 6bc880e Bump org.apache.commons:commons-parent from 78 to 79
add 772844f Use HTTPS to fetch XSD files
add baf7057 Bump github/codeql-action from 3.28.0 to 3.28.1
add 2bd07fa Merge pull request #336 from
apache/dependabot/github_actions/github/codeql-action-3.28.1
add fa59694 Match Doxia 2 site generation
add a051d17 Javadoc is missing its Overview page
add 7bd70de +=AL header
add 957da70 Remove trailing whitespace
add 26e7dc2 Add Checkstyle TypecastParenPad
add 3bddfc4 Remove background color from site pages
add 664e27d Fix HTML warnings
add ff0fee9 Port from Doxia 1 to 2
add dfc42ab Port from Doxia 1 to 2
add 704b6f8 Bump github/codeql-action from 3.28.1 to 3.28.4
add 685f5e9 Merge pull request #338 from
apache/dependabot/github_actions/github/codeql-action-3.28.4
add 67d2c05 Add contributing file from user feedback
add c16f9c3 Normalize spelling
add 288b0bd Bump org.apache.commons:commons-parent from 79 to 80 (#339)
add 682a33b Bump org.apache.commons:commons-parent from 79 to 80 #339
add 6fee738 Add macOS noise to git ignore file
add cf39484 Better description
add b8eb703 Bump org.apache.commons:commons-parent from 80 to 81
add b0dd59b Bump github/codeql-action from 3.28.4 to 3.28.8
add 7c6e326 Merge pull request #341 from
apache/dependabot/github_actions/github/codeql-action-3.28.8
add 24e2a7d Bump actions/setup-java from 4.6.0 to 4.7.0
add 7dedb28 Merge pull request #340 from
apache/dependabot/github_actions/actions/setup-java-4.7.0
add ef078ea Prepare for the next release candidate
new a658f8b Merge from master
new 37ee7aa Prepare for the next release candidate
The 2 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:
.gitattributes | 15 ++++++
.github/pull_request_template.md | 28 ++++++++++
.github/workflows/codeql-analysis.yml | 8 +--
.github/workflows/maven.yml | 2 +-
.github/workflows/scorecards-analysis.yml | 4 +-
.gitignore | 1 +
CONTRIBUTING.md | 19 ++++---
NOTICE.txt | 2 +-
PROPOSAL.html | 2 +-
README.md | 2 +-
RELEASE-NOTES.txt | 47 ++++++++++++++--
STATUS.html | 38 ++++++-------
pom.xml | 13 ++---
src/changes/changes.xml | 12 +++--
src/changes/release-notes.vm | 2 +-
src/conf/checkstyle.xml | 1 +
src/conf/pmd.xml | 2 +-
src/main/assembly/bin.xml | 2 +-
src/main/assembly/src.xml | 2 +-
.../org/apache/commons/logging/LogFactory.java | 3 +-
.../commons/logging/impl/LogFactoryImpl.java | 11 +---
src/main/{java => javadoc}/overview.html | 2 +-
src/site/resources/profile.jacoco | 16 ++++++
src/site/site.xml | 39 ++++++++------
src/site/xdoc/building.xml | 4 +-
src/site/xdoc/download_logging.xml | 10 ++--
src/site/xdoc/guide.xml | 49 +++++++----------
src/site/xdoc/index.xml | 13 ++---
src/site/xdoc/issue-tracking.xml | 14 ++---
src/site/xdoc/junit-report.xml | 5 +-
src/site/xdoc/mail-lists.xml | 14 ++---
src/site/xdoc/proposal.xml | 8 +--
src/site/xdoc/tech.xml | 5 +-
src/site/xdoc/troubleshooting.xml | 62 ++++++++++------------
.../logging/impl/WeakHashtableTestCase.java | 6 +--
.../commons/logging/log4j/StandardTests.java | 1 -
36 files changed, 282 insertions(+), 182 deletions(-)
create mode 100644 .github/pull_request_template.md
rename src/main/{java => javadoc}/overview.html (98%)