1
0
Commit Graph

902 Commits

Author SHA1 Message Date
Gary D. Gregory dfc42ab44b Port from Doxia 1 to 2 2025-01-23 16:42:56 -05:00
Gary D. Gregory ff0fee9d0c Port from Doxia 1 to 2 2025-01-23 16:38:24 -05:00
Gary Gregory 3bddfc4165 Remove background color from site pages 2025-01-23 10:07:35 -05:00
Gary Gregory 26e7dc2ebf Add Checkstyle TypecastParenPad 2025-01-21 13:47:02 -05:00
Gary D. Gregory a051d1793c Javadoc is missing its Overview page
The overview.html file is not in the location maven-javadoc-plugin
expects
2025-01-18 08:59:29 -05:00
Gary D. Gregory fa59694ed1 Match Doxia 2 site generation 2025-01-17 11:10:38 -05:00
Gary Gregory 772844f9bd Use HTTPS to fetch XSD files 2025-01-15 09:47:06 -05:00
Gary D. Gregory 6bc880e87d Bump org.apache.commons:commons-parent from 78 to 79
The changes report is generated with Doxia 2 as changes.html instead of
changes-report.html
2025-01-14 07:07:01 -05:00
Gary D. Gregory 8ab4fbd97f Bump org.apache.commons:commons-parent from 78 to 79 2025-01-10 06:56:21 -05:00
Gary D. Gregory f7353049b5 Add Apache license header 2025-01-03 10:14:32 -05:00
Gary Gregory 481d483f60 Bump log4j2.version from 2.24.2 to 2.24.3 #328 2024-12-20 10:24:51 -05:00
Gary Gregory 7b32e7cb94 Rename test class 2024-12-18 09:53:49 -05:00
Gary Gregory cbb1c04ed1 Javadoc: Remove unnecessary open paragraph tag 2024-11-29 07:14:31 -05:00
Gary Gregory 23d41fc9d0 No need for blank Javadoc lines between Javadoc @ tags 2024-11-29 07:05:01 -05:00
Gary Gregory 09aad58385 No need for blank Javadoc lines between Javadoc @ tags 2024-11-28 12:46:39 -05:00
Gary Gregory e9e794ac18 Prepare for the next release candidate 2024-11-22 15:34:54 +00:00
Gary Gregory 0f1c549136 Prepare for the next release candidate 2024-11-22 15:28:21 +00:00
Gary Gregory 122560d347 Bump log4j2.version from 2.24.1 to 2.24.2 #319 2024-11-22 09:07:51 -05:00
Gary Gregory fa78e440eb Javadoc: Use semantic tag <strong> instead of style tag <b> 2024-11-15 11:32:47 -05:00
Gary Gregory 07c2131ac9 Use Java naming in comments, not C++ 2024-11-05 06:10:05 -05:00
Gary Gregory 3d70801738 Bump org.apache.commons:commons-parent from 77 to 78 #310 2024-10-22 10:48:38 -04:00
Gary Gregory 0bf2451680 Bump org.apache.commons:commons-parent from 76 to 77 #303 2024-10-09 15:39:15 -04:00
Gary Gregory 797696744b Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained 2024-10-05 08:38:47 -04:00
Gary Gregory 5b8781fccc Bump log4j2.version from 2.24.0 to 2.24.1 #299 2024-09-29 21:34:06 -04:00
Gary Gregory 19594d72ca Bump org.apache.commons:commons-parent from 75 to 76 #298 2024-09-28 20:36:11 -04:00
Gary Gregory 50c2a1503c Bump org.apache.commons:commons-parent from 74 to 75 #295 2024-09-27 08:11:44 -04:00
Gary Gregory e9f35c6854 Bump log4j2.version from 2.23.1 to 2.24.0 #292 2024-09-13 10:43:22 -04:00
Gary Gregory 86a37e318d Remove trailing whitespace 2024-09-11 21:02:44 -04:00
Gary Gregory fdb3d9c376 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 2024-08-29 17:54:24 -04:00
Gary Gregory fd24f0afbc Bump org.apache.commons:commons-parent from 73 to 74 #287 2024-08-29 08:02:59 -04:00
Gary Gregory 736d1c3fa7 Fix typos in comments 2024-08-21 09:17:35 -04:00
Gary Gregory 41c6b731d9 Bump org.apache.commons:commons-parent from 72 to 73 #285 2024-08-19 09:47:05 -04:00
Gary Gregory 219c0d1b3c Add section for the next release 2024-08-19 13:45:14 +00:00
Gary Gregory f7ad2ef2f2 Prepare for the next release candidate 2024-08-16 12:43:46 +00: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
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 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 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