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-log4j-scala.git
The following commit(s) were added to refs/heads/main by this push:
new f15fe56 Announce the retirement (#103)
f15fe56 is described below
commit f15fe568a3b6cfdcc97948da53e13e57944156c5
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Jan 22 10:35:33 2026 +0100
Announce the retirement (#103)
---
README.adoc | 8 ++++++++
antora-playbook.yaml | 14 ++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/README.adoc b/README.adoc
index bd1fdb9..0557e5a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,6 +15,14 @@ See the License for the specific language governing
permissions and
limitations under the License.
////
+[WARNING]
+====
+*This project is not maintained anymore!*
+https://lists.apache.org/thread/ky89yqxgd7sccpyozhhlsgok0mov503m[It has been
retired by Apache Logging Services consensus on 2026-01-19.]
+Users are advised to migrate to alternatives.
+For other inquiries, see https://logging.apache.org/support.html[the support
policy].
+====
+
https://github.com/apache/logging-log4j-scala/actions[image:https://github.com/apache/logging-log4j-scala/actions/workflows/build.yaml/badge.svg[Actions
Status]]
https://search.maven.org/search?q=g:org.apache.logging.log4j%20a:log4j-api-scala_2.10[image:https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api-scala_2.10.svg[Maven
Central]]
https://www.apache.org/licenses/LICENSE-2.0.txt[image:https://img.shields.io/github/license/apache/logging-log4j-scala.svg[License]]
diff --git a/antora-playbook.yaml b/antora-playbook.yaml
index 3e01488..d6002b5 100644
--- a/antora-playbook.yaml
+++ b/antora-playbook.yaml
@@ -103,11 +103,25 @@ ui:
.hljs-string {
color: #0f8532;
}
+ div#retirement-banner {
+ color: #000;
+ background-color: #fff000;
+ width: 100%;
+ padding: 1em;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ }
</style>
- path: partials/header-content.hbs
contents: |
<header class="header">
+ <div id="retirement-banner">
+ <b>This project is not maintained anymore!</b>
+ <a
href="https://lists.apache.org/thread/ky89yqxgd7sccpyozhhlsgok0mov503m">It has
been retired by Apache Logging Services consensus on 2026-01-19.</a>
+ Users are advised to migrate to alternatives.
+ For other inquiries, see <a
href="https://logging.apache.org/support.html">the support policy</a>.
+ </div>
<nav class="navbar">
<div class="navbar-brand">
<span class="navbar-item title">{{site.title}}</span>