Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
14 changes: 14 additions & 0 deletions antora-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down