This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new bd1091950b Remove forgotten `log4j-layout-jackson` site files (#2198)
bd1091950b is described below
commit bd1091950b89d3f9e4264b43bcdbdfc739825b33
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Jan 29 20:26:04 2024 +0100
Remove forgotten `log4j-layout-jackson` site files (#2198)
---
src/site/markdown/log4j-layout-jackson-xml.md | 33 ---------------------------
src/site/markdown/log4j-layout-jackson.md | 33 ---------------------------
2 files changed, 66 deletions(-)
diff --git a/src/site/markdown/log4j-layout-jackson-xml.md
b/src/site/markdown/log4j-layout-jackson-xml.md
deleted file mode 100644
index b46d3680ff..0000000000
--- a/src/site/markdown/log4j-layout-jackson-xml.md
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- vim: set syn=markdown : -->
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-# Apache Log4j Layout for Jackson XML module
-
-As of Log4j 3.0.0, the layout based on Jackson XML has moved from the existing
module log4j-core to the new modules log4j-layout-jackson-xml.
-
-## Requirements
-
-This module was introduced in Log4j 2.11.0 and requires Jackson.
-
-Some features may require optional
-[dependencies](../runtime-dependencies.html). These dependencies are specified
in the
-documentation for those features.
-
-Some Log4j features require external dependencies.
-See the [Dependency Tree](dependencies.html#Dependency_Tree)
-for the exact list of JAR files needed for these features.
diff --git a/src/site/markdown/log4j-layout-jackson.md
b/src/site/markdown/log4j-layout-jackson.md
deleted file mode 100644
index 8f3b15d7d6..0000000000
--- a/src/site/markdown/log4j-layout-jackson.md
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- vim: set syn=markdown : -->
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-# Apache Log4j Layout for Jackson module
-
-As of Log4j 3.0.0, common code for layouts based on Jackson have moved from
the existing module log4j-core to the new modules log4j-layout-jackson.
-
-## Requirements
-
-This module was introduced in Log4j 2.11.0 and requires Jackson.
-
-Some features may require optional
-[dependencies](../runtime-dependencies.html). These dependencies are specified
in the
-documentation for those features.
-
-Some Log4j features require external dependencies.
-See the [Dependency Tree](dependencies.html#Dependency_Tree)
-for the exact list of JAR files needed for these features.