1
0
Commit Graph

192 Commits

Author SHA1 Message Date
Gary Gregory
e1855ea36d Revert "Remove redundant code"
This reverts commit 155c1b2a03.
2024-06-30 07:50:48 -04:00
Gary Gregory
e6c48c9dae Remove redundant keyword 2024-06-30 07:49:34 -04:00
Gary Gregory
618ab14b4a Collapse into if-else 2024-06-30 07:49:26 -04:00
Gary Gregory
155c1b2a03 Remove redundant code 2024-06-30 07:49:05 -04:00
Gary Gregory
cfa7297e33 Use Objects.toString() 2024-06-11 10:55:02 -04:00
Gary Gregory
34776ff23a Format nits 2024-05-22 17:13:05 -04:00
Gary Gregory
bd8f345c64 Fix PMD UnnecessaryFullyQualifiedName in SimpleLog 2024-05-22 16:43:32 -04:00
Gary Gregory
837d9b027c Javadoc 2024-05-18 09:57:11 -04:00
Gary Gregory
d67eefa4e2 Sort imports
Whitespace
2024-05-11 11:28:09 -04:00
Gary Gregory
8b3454ac61 Fix generics compiler warning 2024-05-11 11:21:55 -04:00
Gary Gregory
e37750947d Deprecate org.apache.commons.logging.LogSource.jdk14IsAvailable 2024-05-11 11:18:47 -04:00
Gary Gregory
f60da7be70 Comment empty code block 2024-05-11 11:08:27 -04:00
Gary Gregory
e8a3587ac6 Fix Javadoc warnings 2024-05-11 11:08:11 -04:00
Gary Gregory
144ae1f657 Normalize exception message 2024-05-03 10:13:06 -04:00
Gary Gregory
176bcdf740 Javadoc 2024-04-26 07:12:19 -04:00
Elliotte Rusty Harold
3b2daae483 cure generics warnings (#213) 2024-03-17 10:09:17 -04:00
Gary Gregory
3ca327b7c2 Remove variable assignment just before returning it
Use final
2024-02-04 13:57:53 -05:00
Gary Gregory
610096340e Add missing XML Schema reference 2024-01-28 14:32:01 -05:00
Gary Gregory
bded390bd1 Normalize end of comments 2024-01-20 10:53:04 -05:00
Gary Gregory
40327d5427 Javadoc 2024-01-17 10:34:43 -05:00
Gary Gregory
fc62db25af Javadoc and comments: Use an HTTPS URL 2024-01-14 10:59:48 -05:00
Gary Gregory
a18d7d7a21 Use an HTTPS URL to the Apache web site 2024-01-14 10:36:20 -05:00
Gary Gregory
f85a691196 Use forEach() 2023-12-29 13:27:24 -05:00
Gary Gregory
bf1956afb8 Javadoc 2023-12-17 14:40:52 -05:00
Gary Gregory
aa6eaef9ec Reuse Boolean.parseBoolean(String) 2023-12-15 11:49:06 -05:00
Gary Gregory
3b9ee41f5f Javadoc spelling 2023-11-26 15:54:46 -05:00
Gary Gregory
fa2dd91b6d Javadoc 2023-11-26 15:07:16 -05:00
Gary Gregory
1a30b658bd Use Checkstyle ParenPad 2023-11-26 15:06:34 -05:00
Gary Gregory
1290cecf73 Deprecate
org.apache.commons.logging.impl.Jdk13LumberjackLogger.dummyLevel without
replacement
2023-11-26 15:04:55 -05:00
Gary Gregory
768c5ee741 Javadoc
Normalize spelling
2023-11-26 15:02:35 -05:00
Gary Gregory
c1bee804fc Javadoc
Normalize spelling
2023-11-26 14:58:54 -05:00
Gary Gregory
a164386b2a Fix SpotBugs [ERROR] Medium
Switch statement found in
org.apache.commons.logging.impl.SimpleLog.log(int, Object, Throwable)
where default case is missing
[org.apache.commons.logging.impl.SimpleLog] At SimpleLog.java:[lines
505-522] SF_SWITCH_NO_DEFAULT
2023-11-26 14:17:02 -05:00
Gary Gregory
e8a558b708 Spelling and version 1.3.0 2023-11-26 13:51:14 -05:00
Gary Gregory
4b13fdaf94 Remove code that accounts for Java 1.1 and 1.2
Didn't get quite right in the previous commit
2023-11-26 10:42:56 -05:00
Gary Gregory
5ddba2b9f9 Remove code that accounts for Java 1.1 and 1.2 2023-11-26 10:29:45 -05:00
Gary Gregory
8ed85820ce Use try-with-resources 2023-11-26 10:22:37 -05:00
Gary Gregory
f80e102dde Remove extra blank lines 2023-11-26 10:08:31 -05:00
Gary Gregory
98a23a7980 Use varargs 2023-11-26 10:03:51 -05:00
Gary Gregory
a28caba95b Spelling 2023-11-25 12:33:33 -05:00
Gary Gregory
409ff88dd7 Fix compiler warnings 2023-11-25 12:20:42 -05:00
Gary Gregory
170957c6f6 Spelling
Remove unused import
2023-11-25 12:18:01 -05:00
Gary Gregory
09e85b177c Simplify weird code 2023-11-25 12:16:31 -05:00
Gary Gregory
a5b6ec6522 Fix SpotBugs [ERROR] 2023-11-25 12:12:50 -05:00
Gary Gregory
0f16cc12da Internal refactoring 2023-11-25 12:06:13 -05:00
Gary Gregory
eb9e4c506f Fix SpotBugs [ERROR]
Medium: Class org.apache.commons.logging.impl.WeakHashtable defines non-transient non-serializable instance field queue [org.apache.commons.logging.impl.WeakHashtable] In WeakHashtable.java SE_BAD_FIELD
2023-11-25 11:59:17 -05:00
Gary Gregory
0f25dd6c0e Fix SpotBugs [ERROR]
High: Found reliance on default encoding in org.apache.commons.logging.LogFactory.initDiagnostics(): new java.io.PrintStream(OutputStream) [org.apache.commons.logging.LogFactory] At LogFactory.java:[line 1205] DM_DEFAULT_ENCODING.
2023-11-25 11:55:22 -05:00
Gary Gregory
b9785548d6 Enable PMD check in default Maven goal 2023-11-25 11:41:45 -05:00
Gary Gregory
afb295013d Remove trailing whitespace 2023-11-25 11:09:13 -05:00
Gary Gregory
942b1c37af Sort members 2023-11-25 11:07:56 -05:00
Piotr P. Karwasz
35427e2ce7 Disable Lumberjack and Log4j 1.x and document it (#182)
This PR removes Lumberjack and Log4j 1.x for the automatic logging
backend discovery procedure.

The updated procedure is documented in the guide.

This closes LOGGING-173 and LOGGING-188.
2023-11-25 11:06:46 -05:00