1
0

Merge pull request #159 from SingingBush/deprecate_avalon_and_lumberjack

mark loggers for Avalon and Lumberjack as deprecated
This commit is contained in:
Christian Grobmeier
2023-10-09 23:02:12 +02:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -48,7 +48,10 @@ import org.apache.commons.logging.Log;
* commons-logging, but this never actually worked (a NullPointerException would
* be thrown as soon as the deserialized object was used), so removing this marker
* is not considered to be an incompatible change.
*
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
*/
@Deprecated
public class AvalonLogger implements Log {
/** Ancestral Avalon logger. */

View File

@@ -33,7 +33,9 @@ import org.apache.commons.logging.Log;
* available in SourceForge's Lumberjack for JDKs prior to 1.4.
*
* @since 1.1
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
*/
@Deprecated
public class Jdk13LumberjackLogger implements Log, Serializable {
/** Serializable version identifier. */

View File

@@ -30,7 +30,10 @@ import org.apache.commons.logging.Log;
* {@code LogKit} accepts only {@code String} messages.
* Therefore, this implementation converts object messages into strings
* by called their {@code toString()} method before logging them.
*
* @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
*/
@Deprecated
public class LogKitLogger implements Log, Serializable {
/** Serializable version identifier. */