Skip to content

Commit 21b3b82

Browse files
committed
[DOXIA-620] Deprecate Doxia Logging API in favor of SLF4J
1 parent 05d719a commit 21b3b82

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

doxia-logging-api/src/main/java/org/apache/maven/doxia/logging/Log.java

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @author ltheussl
3535
* @since 1.1
3636
*/
37+
@Deprecated
3738
public interface Log
3839
{
3940
/** Typecode for debugging messages. */

doxia-logging-api/src/main/java/org/apache/maven/doxia/logging/LogEnabled.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @author ltheussl
2929
* @since 1.1
3030
*/
31+
@Deprecated
3132
public interface LogEnabled
3233
{
3334
/**

doxia-logging-api/src/main/java/org/apache/maven/doxia/logging/PlexusLoggerWrapper.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @author <a href="mailto:[email protected]">Vincent Siveton</a>
2929
* @since 1.1
3030
*/
31+
@Deprecated
3132
public class PlexusLoggerWrapper
3233
implements Log
3334
{

doxia-logging-api/src/main/java/org/apache/maven/doxia/logging/SystemStreamLog.java

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @author ltheussl
3232
* @since 1.1
3333
*/
34+
@Deprecated
3435
public class SystemStreamLog
3536
implements Log
3637
{
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
--------------
2+
Maven Doxia Logging API
3+
--------------
4+
5+
~~ Licensed to the Apache Software Foundation (ASF) under one
6+
~~ or more contributor license agreements. See the NOTICE file
7+
~~ distributed with this work for additional information
8+
~~ regarding copyright ownership. The ASF licenses this file
9+
~~ to you under the Apache License, Version 2.0 (the
10+
~~ "License"); you may not use this file except in compliance
11+
~~ with the License. You may obtain a copy of the License at
12+
~~
13+
~~ http://www.apache.org/licenses/LICENSE-2.0
14+
~~
15+
~~ Unless required by applicable law or agreed to in writing,
16+
~~ software distributed under the License is distributed on an
17+
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18+
~~ KIND, either express or implied. See the License for the
19+
~~ specific language governing permissions and limitations
20+
~~ under the License.
21+
22+
~~ NOTE: For help with the syntax of this file, see:
23+
~~ http://maven.apache.org/doxia/references/apt-format.html
24+
25+
Deprecation Notice
26+
27+
This Doxia module is deprecated and will be removed in version 2.0.0.

0 commit comments

Comments
 (0)