1
0

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.
This commit is contained in:
Piotr P. Karwasz
2023-11-25 17:06:46 +01:00
committed by GitHub
parent 2a1457cb34
commit 35427e2ce7
7 changed files with 71 additions and 98 deletions

View File

@@ -52,6 +52,12 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Piotr P. Karwasz">
Deprecate org.apache.commons.logging.impl.WeakHashtable without replacement.
</action>
<action issue="LOGGING-188" dev="pkarwasz" type="add" due-to="Piotr P. Karwasz">
Deprecate and disable `Jdk13LumberjackLogger` and `Log4JLogger`.
</action>
<action issue="LOGGING-173" dev="pkarwasz" type="add" due-to="SingingBush">
Deprecate and disable `AvalonLogger` and `LogKitLogger`.
</action>
<!-- FIX -->
<action issue="LOGGING-165" dev="britter" type="add">
Add Automatic-Module-Name Manifest Header for Java 9 compatibility.