This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit a34280b54c3581e524f3c574c4e9bdb3d95bb9af Author: Raman Gupta <[email protected]> AuthorDate: Mon Dec 18 16:35:26 2023 -0500 Add `log4j-kotlin` version `1.4.0` website --- 1.x/index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 75 insertions(+), 11 deletions(-) diff --git a/1.x/index.html b/1.x/index.html index f05c676..5d5e7ee 100644 --- a/1.x/index.html +++ b/1.x/index.html @@ -541,11 +541,16 @@ table.CodeRay td.code{padding:0 0 0 .75em} </ul> </li> <li><a href="#development">Development</a></li> -<li><a href="#distribution">Distribution</a></li> +<li><a href="#distribution">Distribution</a> +<ul class="sectlevel2"> +<li><a href="#cyclonedx-sbom">CycloneDX Software Bill of Materials (SBOM)</a></li> +</ul> +</li> <li><a href="#support">Support</a></li> <li><a href="#security">Security</a></li> <li><a href="#release-notes">Release Notes</a> <ul class="sectlevel2"> +<li><a href="#release-notes-1-4-0">1.4.0</a></li> <li><a href="#release-notes-1-3-0">1.3.0</a></li> <li><a href="#release-notes-1-2-0">1.2.0</a></li> <li><a href="#release-notes-1-1-0">1.1.0</a></li> @@ -592,7 +597,7 @@ Your application still needs to have a logging backend (e.g., <a href="https://l <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag"><dependency></span> <span class="tag"><groupId></span>org.apache.logging.log4j<span class="tag"></groupId></span> <span class="tag"><artifactId></span>log4j-api-kotlin<span class="tag"></artifactId></span> - <span class="tag"><version></span>1.3.0<span class="tag"></version></span> + <span class="tag"><version></span>1.4.0<span class="tag"></version></span> <span class="tag"></dependency></span></code></pre> </div> </div> @@ -815,6 +820,13 @@ python -m http.server -d target/site</code></pre> <div class="paragraph"> <p>See <a href="#release-instructions">the release instructions</a> for details.</p> </div> +<div class="sect2"> +<h3 id="cyclonedx-sbom">CycloneDX Software Bill of Materials (SBOM)</h3> +<div class="paragraph"> +<p>Starting with version <code>1.4.0</code>, Log4j Kotlin API distributes <a href="https://cyclonedx.org/capabilities/sbom/">CyclenoDX Software Bill of Materials (SBOM)</a> along with each deployed artifact. +This is streamlined by <code>logging-parent</code>, see <a href="https://logging.apache.org/logging-parent/latest/#cyclonedx-sbom">its website</a> for details.</p> +</div> +</div> </div> </div> <div class="sect1"> @@ -840,6 +852,58 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <h2 id="release-notes">Release Notes</h2> <div class="sectionbody"> <div class="sect2"> +<h3 id="release-notes-1-4-0">1.4.0</h3> +<div class="dlist"> +<dl> +<dt class="hdlist1">Release date</dt> +<dd> +<p>2023-12-18</p> +</dd> +</dl> +</div> +<div class="paragraph"> +<p>This minor release fixes incorrect coroutine context map and stack.</p> +</div> +<div class="sect3"> +<h4 id="_added">Added</h4> +<div class="ulist"> +<ul> +<li> +<p>Started generating CycloneDX SBOM with the recent update of <code>logging-parent</code> to version <code>10.2.0</code></p> +</li> +</ul> +</div> +</div> +<div class="sect3"> +<h4 id="_changed">Changed</h4> +<div class="ulist"> +<ul> +<li> +<p>Coroutine context is not cleared properly, only appended to (<a href="https://github.com/apache/logging-log4j-kotlin/issues/54">54</a>)</p> +</li> +<li> +<p>Update <code>org.apache.logging:logging-parent</code> to version <code>10.2.0</code></p> +</li> +<li> +<p>Update <code>org.apache.logging.log4j:log4j-bom</code> to version <code>2.22.0</code> (<a href="https://github.com/apache/logging-log4j-kotlin/pull/52">52</a>)</p> +</li> +<li> +<p>Update <code>org.apache.logging:logging-parent</code> to version <code>10.4.0</code> (<a href="https://github.com/apache/logging-log4j-kotlin/pull/53">53</a>)</p> +</li> +<li> +<p>Update <code>org.codehaus.mojo:build-helper-maven-plugin</code> to version <code>3.5.0</code> (<a href="https://github.com/apache/logging-log4j-kotlin/pull/51">51</a>)</p> +</li> +<li> +<p>Update <code>org.codehaus.mojo:exec-maven-plugin</code> to version <code>3.1.1</code> (<a href="https://github.com/apache/logging-log4j-kotlin/pull/50">50</a>)</p> +</li> +<li> +<p>Update <code>org.junit:junit-bom</code> to version <code>5.10.1</code> (<a href="https://github.com/apache/logging-log4j-kotlin/pull/49">49</a>)</p> +</li> +</ul> +</div> +</div> +</div> +<div class="sect2"> <h3 id="release-notes-1-3-0">1.3.0</h3> <div class="dlist"> <dl> @@ -853,7 +917,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <p>This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.</p> </div> <div class="sect3"> -<h4 id="_added">Added</h4> +<h4 id="_added_2">Added</h4> <div class="ulist"> <ul> <li> @@ -866,13 +930,13 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <p>Added missing <code>catching</code> and <code>throwing</code> API methods in <code>KotlinLogger</code> (<a href="https://github.com/apache/logging-log4j-kotlin/issues/32">32</a>)</p> </li> <li> -<p>Added JPMS support and used <code>org.apache.logging.log4j.api.kotlin</code> for the module name</p> +<p>Added JPMS support and used <code>org.apache.logging.log4j.api.kotlin</code> for the module name (identical to OSGi <code>Bundle-SymbolicName</code>) of the <code>log4j-api-kotlin</code> artifact</p> </li> </ul> </div> </div> <div class="sect3"> -<h4 id="_changed">Changed</h4> +<h4 id="_changed_2">Changed</h4> <div class="ulist"> <ul> <li> @@ -921,7 +985,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <p>This is the 3rd minor release of the project.</p> </div> <div class="sect3"> -<h4 id="_changed_2">Changed</h4> +<h4 id="_changed_3">Changed</h4> <div class="ulist"> <ul> <li> @@ -945,7 +1009,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <p>This is the 2nd minor release of the project.</p> </div> <div class="sect3"> -<h4 id="_added_2">Added</h4> +<h4 id="_added_3">Added</h4> <div class="ulist"> <ul> <li> @@ -958,7 +1022,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur </div> </div> <div class="sect3"> -<h4 id="_changed_3">Changed</h4> +<h4 id="_changed_4">Changed</h4> <div class="ulist"> <ul> <li> @@ -982,7 +1046,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur <p>This is the first major release of the project.</p> </div> <div class="sect3"> -<h4 id="_added_3">Added</h4> +<h4 id="_added_4">Added</h4> <div class="ulist"> <ul> <li> @@ -992,7 +1056,7 @@ See <a href="https://logging.apache.org/log4j/2.x/security.html">the Log4j Secur </div> </div> <div class="sect3"> -<h4 id="_changed_4">Changed</h4> +<h4 id="_changed_5">Changed</h4> <div class="ulist"> <ul> <li> @@ -1031,7 +1095,7 @@ See the License for the specific language governing permissions and limitations </div> <div id="footer"> <div id="footer-text"> -Last updated 2023-10-03 09:02:36 UTC +Last updated 2023-12-18 18:46:19 UTC </div> </div> </body>
