This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 4f474b3275 Retire Log4j Scala (#4030)
4f474b3275 is described below

commit 4f474b32751f4ccad67424ca585612584440cd63
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Jan 22 11:08:42 2026 +0100

    Retire Log4j Scala (#4030)
---
 src/site/antora/modules/ROOT/nav.adoc                     | 1 -
 src/site/antora/modules/ROOT/pages/manual/api.adoc        | 8 ++------
 src/site/antora/modules/ROOT/partials/log4j-features.adoc | 6 +-----
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/site/antora/modules/ROOT/nav.adoc 
b/src/site/antora/modules/ROOT/nav.adoc
index d8ed815358..faa9c3056e 100644
--- a/src/site/antora/modules/ROOT/nav.adoc
+++ b/src/site/antora/modules/ROOT/nav.adoc
@@ -87,6 +87,5 @@
 .Related projects
 * {logging-services-url}/log4j/jmx-gui/index.html[Log4j JMX GUI]
 * {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
-* {logging-services-url}/log4j/scala/index.html[Log4j Scala]
 * {logging-services-url}/log4j/tools/index.html[Log4j Tools]
 * {logging-services-url}/log4j/transform/index.html[Log4j Transformation Tools]
diff --git a/src/site/antora/modules/ROOT/pages/manual/api.adoc 
b/src/site/antora/modules/ROOT/pages/manual/api.adoc
index 525c5d54e0..e8c1f3ad1c 100644
--- a/src/site/antora/modules/ROOT/pages/manual/api.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/api.adoc
@@ -42,12 +42,8 @@ This page tries to cover the most prominent Log4j API 
features.
 
 [TIP]
 ====
-Did you know that Log4j provides specialized APIs for Kotlin and Scala?
-Check out
-{logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
-and
-{logging-services-url}/log4j/scala/index.html[Log4j Scala]
-projects for details.
+Did you know that Log4j provides a specialized API for Kotlin?
+Check out the {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin] 
project for details.
 ====
 
 [#intro]
diff --git a/src/site/antora/modules/ROOT/partials/log4j-features.adoc 
b/src/site/antora/modules/ROOT/partials/log4j-features.adoc
index 14d9b74cdc..cdf7e8d6ff 100644
--- a/src/site/antora/modules/ROOT/partials/log4j-features.adoc
+++ b/src/site/antora/modules/ROOT/partials/log4j-features.adoc
@@ -39,11 +39,7 @@ Powerful API::
 Log4j is a logging system where the API (called Log4j API) and its 
implementation (called Log4j Core) is distinctly separate from each other.
 xref:manual/api.adoc[Log4j API] provides the most feature-rich logging facade 
in the market; support for various `Message` types (such as `Object` or `Map`) 
besides plain `String`, lambda expressions, parameterized logging, markers, 
levels, diagnostic contexts (aka. MDC/NDC), etc.
 Log4j team takes backward compatibility very seriously and makes sure people 
relying on Log4j API gets a logging facade that is straightforward to use in a 
correct and future-proof way.
-Check out the xref:manual/api.adoc[Java API],
-{logging-services-url}/log4j/kotlin/index.html[Kotlin API]
-and
-{logging-services-url}/log4j/scala/index.html[Scala API]
-pages for further information.
+Check out the xref:manual/api.adoc[Java API] and 
{logging-services-url}/log4j/kotlin/index.html[Kotlin API] pages for further 
information.
 
 No vendor lock-in::
 Log4j API is a generic logging facade for various logging frameworks.

Reply via email to