1
0
Commit Graph

255 Commits

Author SHA1 Message Date
Gary Gregory 736d1c3fa7 Fix typos in comments 2024-08-21 09:17:35 -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
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 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 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 b7f4c68e7b Javadoc and comments 2024-08-14 07:39:31 -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
Gary Gregory 11a243711f Javadoc
Use HTML 'em' tag instead of 'i' tag
2024-07-21 11:41:31 -04:00
Gary Gregory c4d0dca461 Move declarations 2024-06-30 10:46:52 -04:00
Gary Gregory 93c7195cbb Use generics 2024-06-30 10:45:15 -04:00
Gary Gregory 50bc992aaf Use generics 2024-06-30 10:44:40 -04:00
Gary Gregory 41621417cb Use generics 2024-06-30 08:43:01 -04:00
Gary Gregory 5c34ad7d9a Use generics 2024-06-30 08:38:32 -04:00
Gary Gregory d6ae2efb64 Use generics 2024-06-30 08:34:23 -04:00
Gary Gregory ab4b5c50d8 Inline single use local variable 2024-06-30 08:33:02 -04:00
Gary Gregory 3d7feefa07 Remove redundant keyword 2024-06-30 07:48:54 -04:00
Gary Gregory d67eefa4e2 Sort imports
Whitespace
2024-05-11 11:28:09 -04:00
Gary Gregory e37750947d Deprecate org.apache.commons.logging.LogSource.jdk14IsAvailable 2024-05-11 11:18:47 -04:00
Gary Gregory 0adb67eb20 Use Java 5's String#contains(CharSequence) 2024-03-22 09:48:14 -04:00
Elliotte Rusty Harold 3b2daae483 cure generics warnings (#213) 2024-03-17 10:09:17 -04:00
Gary Gregory c1e4fefc56 Update from Logj 1 to the Log4j 2 API compatibility layer (#231)
* Update from Logj1 to the 2 API compatibility layer

* Update from Logj1 to the 2 API compatibility layer
2024-03-16 18:30:40 -04:00
Gary Gregory 3467620e45 Terminate file with a blank line 2024-02-10 11:45:28 -05:00
Gary Gregory 70b95a0ce1 Terminate file with a blank line 2024-02-10 11:44:46 -05:00
Gary Gregory 4adb3c8380 Terminate file with a blank line 2024-02-10 11:44:41 -05:00
Gary Gregory f2b9df5d13 Terminate file with a blank line 2024-02-10 11:44:05 -05:00
Gary Gregory 013dadc879 Legibility 2024-02-10 10:54:00 -05:00
Gary Gregory 3ca327b7c2 Remove variable assignment just before returning it
Use final
2024-02-04 13:57:53 -05:00
Gary Gregory 69f9599ec8 Use *= 2024-01-15 09:26:59 -05:00
Gary Gregory bf1956afb8 Javadoc 2023-12-17 14:40:52 -05:00
Gary Gregory 4570499764 Javadoc 2023-12-14 09:49:24 -05:00
Gary Gregory 3b9ee41f5f Javadoc spelling 2023-11-26 15:54:46 -05:00
Gary Gregory 087b3cba93 Use Checkstyle ParenPad 2023-11-26 15:07:37 -05:00
Gary Gregory e8a558b708 Spelling and version 1.3.0 2023-11-26 13:51:14 -05:00
Gary Gregory a1c174c086 Use try-with-resources 2023-11-26 10:18:14 -05:00
Gary Gregory 6400cd0bc0 Fix generics compiler warnings 2023-11-26 10:15:02 -05:00
Gary Gregory f80e102dde Remove extra blank lines 2023-11-26 10:08:31 -05:00
Gary Gregory b7bca0f8cc Remove trailing whitespace 2023-11-26 10:03:58 -05:00
Gary Gregory a28caba95b Spelling 2023-11-25 12:33:33 -05:00