1
0
Commit Graph

1732 Commits

Author SHA1 Message Date
Gary Gregory
f7ad2ef2f2 Prepare for the next release candidate 2024-08-16 12:43:46 +00:00
dependabot[bot]
825bf3581a Bump github/codeql-action from 3.26.0 to 3.26.2 (#283)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](eb055d739a...429e197704)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 06:23:11 -04:00
Gary Gregory
3624cf7295 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging.git 2024-08-15 08:46:50 -04:00
Gary Gregory
c3b481dc62 Add Java 24-ea to GitHub CI 2024-08-15 08:46:42 -04:00
Gary Gregory
e522afcabc Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 #282 2024-08-15 08:45:01 -04:00
dependabot[bot]
74cf8566ce Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 (#282)
Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 08:44:33 -04:00
Gary Gregory
e59795ad1f Use a supplier instead of testing twice is internal logging is enabled
- Only check once if logging is enabled in other call sites since
logDiagnostic(String) already checks
- Less string building
- Use longer lines
- Whitespace
- Remove unused private constants
2024-08-15 08:44:05 -04:00
Gary Gregory
cc17d9fdb3 Javadoc
Better parameter name
2024-08-15 07:44:46 -04:00
Gary Gregory
11760024c5 Use final and remove redundant parentheses 2024-08-15 07:33:06 -04:00
Gary Gregory
1f302e5b45 Use final 2024-08-15 07:31:02 -04:00
Gary Gregory
b852c9a903 Add whitespace 2024-08-15 07:29:58 -04:00
Gary Gregory
9fb30f8541 Sort members 2024-08-15 07:29:24 -04:00
Gary Gregory
d4f72cdce4 Fix factory loading from context class loader #280, #281 2024-08-15 07:26:56 -04:00
Björn Kautler
f414bd4894 Optimize log factory detection (#192) (#280) 2024-08-15 07:25:10 -04:00
Piotr P. Karwasz
3ed2daf47f [LOGGING-192] Fix factory loading from TCCL (#281)
This fixes the loading of standard `LogFactory` implementations from the TCCL.

The current code has a fallback clause in `newFactory`, so it can happen that the code tests for the presence of Log4j API and SLF4J in the TCCL, but it actually loads the factory from the current classloader (which lacks either of those libraries).
2024-08-14 18:56:20 -04:00
Gary Gregory
46f2d36868 Make Java 22 a normal build on GitHub CI 2024-08-14 14:32:12 -04:00
Gary Gregory
2a8fecbcbb Ignore tests that set a SecurityManager on Java 21 and up:
Java 21 and up:
java.lang.UnsupportedOperationException: The Security Manager is
deprecated and will be removed in a future release
2024-08-14 14:29:52 -04:00
Gary Gregory
a6ce8a14fa Add comments 2024-08-14 13:50:33 -04:00
Gary Gregory
1d1b8adca8 Add comments 2024-08-14 13:47:55 -04:00
Gary Gregory
7b686552c3 Mark builds for Java 22 and 23-ea as experimental 2024-08-14 13:39:49 -04:00
Gary Gregory
f4323f8d5c Add Java 22 and 23-ea builds
23-ea is marked as experimental
2024-08-14 13:36:51 -04:00
Gary Gregory
862ee62057 Point to release history from main page 2024-08-14 09:19:09 -04:00
Gary Gregory
024ca5e13a Remove duplicate link 2024-08-14 09:08:45 -04:00
Gary Gregory
79750f9a9b Use for-each loop in test 2024-08-14 09:07:02 -04:00
Gary Gregory
d72cadb7b9 Use try-with-resources
- Import instead of FQCN
- Remove whitespace
2024-08-14 09:02:35 -04:00
Gary Gregory
d0c4e26317 Fix generics warnings in tests 2024-08-14 09:02:00 -04:00
Gary Gregory
37cd44ccb2 Test does not close input stream 2024-08-14 08:48:28 -04:00
Gary Gregory
b3ebff64dc Fix generics warnings in tests 2024-08-14 08:44:27 -04:00
Gary Gregory
6cad8fc338 Fix generics warnings in tests 2024-08-14 08:41:04 -04:00
Gary Gregory
1002f11bad Fix generics warnings in tests 2024-08-14 08:37:12 -04:00
Gary Gregory
1e987dcace Fix generics warnings in tests
Javadoc in test
2024-08-14 08:30:16 -04:00
Gary Gregory
8e5855505d Javadoc and comments
Fix generics warnings
2024-08-14 08:12:20 -04:00
Gary Gregory
2ca6d51f21 Normalize spelling 2024-08-14 07:46:14 -04:00
Gary Gregory
a823926443 Normalize spelling 2024-08-14 07:45:12 -04:00
Gary Gregory
b9667701e6 Capitalize 2024-08-14 07:42:36 -04:00
Gary Gregory
ef44083160 No need to exclaim! 2024-08-14 07:39:48 -04:00
Gary Gregory
b7f4c68e7b Javadoc and comments 2024-08-14 07:39:31 -04:00
Gary Gregory
9280a6df25 Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 #276 2024-08-09 08:03:41 -04:00
dependabot[bot]
b91b136b76 Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 (#276)
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.15.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 08:03:01 -04:00
dependabot[bot]
39188bf8a8 Bump actions/setup-java from 4.2.1 to 4.2.2 (#278)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](99b8673ff6...6a0805fcef)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 06:31:00 -04:00
dependabot[bot]
ec58c7ddcd Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#279)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...834a144ee9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 06:30:49 -04:00
dependabot[bot]
b27155ffa6 Bump github/codeql-action from 3.25.15 to 3.26.0 (#277)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](afb54ba388...eb055d739a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 06:30:39 -04:00
dependabot[bot]
a77ca81853 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#274)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](dc50aa9510...62b2cac7ed)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 07:16:08 -04:00
dependabot[bot]
ee331da079 Bump github/codeql-action from 3.25.14 to 3.25.15 (#275)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.14 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5cf07d8b70...afb54ba388)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 07:15:57 -04:00
Gary Gregory
81e491ce10 Bump org.apache.commons:commons-parent from 71 to 72 2024-07-30 08:28:32 -04:00
Gary Gregory
d158d2f3a5 Bump properties for next release 2024-07-30 08:26:04 -04:00
Gary Gregory
1529c02432 Use Javadoc @code
- Javadoc and comments: Distinguish 'hash table' the concept versus
'Hashtable' the class
- Use generics in test
- Close HTML tags
2024-07-30 08:24:43 -04:00
dependabot[bot]
76a76eb6a0 Bump github/codeql-action from 3.25.12 to 3.25.14 (#273)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.12 to 3.25.14.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4fa2a79536...5cf07d8b70)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 06:59:00 -04:00
Sebb
1b8f45d7d0 Merge pull request #272 from dancer1325/doc/fix_typo
doc(site.guide): fix small typo
2024-07-25 23:57:36 +01:00
dancer1325
031851a3d4 doc(site.guide): fix small typo 2024-07-25 20:51:33 +02:00