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

github-bot pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 2b8671c  Add website content generated from 
`8da206942c1c5e811a30dc64cfbbe5ca21659f76`
2b8671c is described below

commit 2b8671c939d1eb97f43f5f3e24f76d5f5e72ca72
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Mar 31 15:54:14 2026 +0000

    Add website content generated from 
`8da206942c1c5e811a30dc64cfbbe5ca21659f76`
---
 index.html  | 18 +++++++++++++++++-
 sitemap.xml |  6 +++---
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index dacc5c7..c6c905c 100644
--- a/index.html
+++ b/index.html
@@ -132,7 +132,10 @@ Your application still needs to have a logging backend 
(e.g., <a href="https://l
 <h2 id="dependencies"><a class="anchor" 
href="#dependencies"></a>Dependencies</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>You need to have the <code>org.apache.logging.log4j:log4j-api-kotlin</code> 
dependency in your classpath:</p>
+<p>You need to have the <code>org.apache.logging.log4j:log4j-api-kotlin</code> 
dependency in your classpath.</p>
+</div>
+<div class="paragraph">
+<p>With Maven:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -144,6 +147,19 @@ Your application still needs to have a logging backend 
(e.g., <a href="https://l
 </div>
 </div>
 <div class="paragraph">
+<p>or with Gradle:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-kotlin hljs" 
data-lang="kotlin">implementation("org.apache.logging.log4j:log4j-api-kotlin:1.6.0-SNAPSHOT")</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Note that <code>log4j-api-kotlin</code> has a transitive dependency on 
<code>log4j-api</code>.
+Since <code>log4j-core</code> <strong>also</strong> depends transitively on 
<code>log4j-api</code>, this may result in Maven downgrading the 
<code>-api</code> artifact which can <a 
href="https://github.com/apache/logging-log4j-kotlin/issues/144#issuecomment-4090207780";>cause
 issues</a>.
+We recommend that projects <a 
href="https://logging.apache.org/log4j/2.x/manual/installation.html";>leverage 
the <code>log4j-bom</code></a> as well.</p>
+</div>
+<div class="paragraph">
 <p>Java module name and OSGi <code>Bundle-SymbolicName</code> are set to 
<code>org.apache.logging.log4j.api.kotlin</code>.</p>
 </div>
 </div>
diff --git a/sitemap.xml b/sitemap.xml
index bff74dd..4d7f973 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,14 +2,14 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/development.html</loc>
-<lastmod>2026-03-31T15:19:06.604Z</lastmod>
+<lastmod>2026-03-31T15:54:12.520Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/index.html</loc>
-<lastmod>2026-03-31T15:19:06.604Z</lastmod>
+<lastmod>2026-03-31T15:54:12.520Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/release-notes.html</loc>
-<lastmod>2026-03-31T15:19:06.604Z</lastmod>
+<lastmod>2026-03-31T15:54:12.520Z</lastmod>
 </url>
 </urlset>

Reply via email to