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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3a92a31  Add `logging-parent` version `10.2.0` website
3a92a31 is described below

commit 3a92a31d56ab106d012a92c6ec17311c469051b4
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Oct 19 16:18:48 2023 +0200

    Add `logging-parent` version `10.2.0` website
---
 10.x/index.html | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 87 insertions(+), 12 deletions(-)

diff --git a/10.x/index.html b/10.x/index.html
index 5ae30c0..a98557b 100644
--- a/10.x/index.html
+++ b/10.x/index.html
@@ -545,6 +545,7 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <li><a href="#security">Security</a></li>
 <li><a href="#release-notes">Release Notes</a>
 <ul class="sectlevel2">
+<li><a href="#release-notes-10-2-0">10.2.0</a></li>
 <li><a href="#release-notes-10-1-1">10.1.1</a></li>
 <li><a href="#release-notes-10-1-0">10.1.0</a></li>
 <li><a href="#release-notes-10-0-0">10.0.0</a></li>
@@ -601,6 +602,9 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <p><a 
href="https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin/README.md";><code>bnd-maven-plugin</code></a>
 integration for auto-generating OSGi and JPMS descriptors</p>
 </li>
 <li>
+<p><a 
href="https://github.com/CycloneDX/cyclonedx-maven-plugin";><code>cyclonedx-maven-plugin</code></a>
 integration for auto-generating Software Bill of Materials (SBOM)</p>
+</li>
+<li>
 <p><a href="https://asciidoc.org/";>AsciiDoc</a>-based site generation</p>
 </li>
 </ul>
@@ -675,7 +679,7 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <div class="olist arabic">
 <ol class="arabic">
 <li>
-<p>Add <code>org.apache.logging:logging-parent:10.1.1</code> as a 
<code>parent</code> to your <code>pom.xml</code></p>
+<p>Add <code>org.apache.logging:logging-parent:10.2.0</code> as a 
<code>parent</code> to your <code>pom.xml</code></p>
 <div class="olist loweralpha">
 <ol class="loweralpha" type="a">
 <li>
@@ -691,7 +695,7 @@ table.CodeRay td.code{padding:0 0 0 .75em}
 <p>Check out your website:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">./mvnw -N site
+<pre class="CodeRay highlight"><code data-lang="bash">./mvnw site
 python -m http.server -d target/site</code></pre>
 </div>
 </div>
@@ -722,7 +726,7 @@ python -m http.server -d target/site</code></pre>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">./mvnw -N site
+<pre class="CodeRay highlight"><code data-lang="bash">./mvnw site
 python -m http.server -d target/site</code></pre>
 </div>
 </div>
@@ -772,6 +776,77 @@ 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-10-2-0">10.2.0</h3>
+<div class="dlist">
+<dl>
+<dt class="hdlist1">Release date</dt>
+<dd>
+<p>2023-10-18</p>
+</dd>
+</dl>
+</div>
+<div class="paragraph">
+<p>This minor release contains several small improvements.</p>
+</div>
+<div class="sect3">
+<h4 id="_added">Added</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Added support for auto-generating CycloneDX Software Bill of Materials 
(SBOM)</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_changed">Changed</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Add a compulsory <code>bnd-baseline-maven-plugin</code> execution to check 
for breaking API changes</p>
+</li>
+<li>
+<p>Apply the default <code>bnd-maven-plugin</code> configuration to all the 
plugin&#8217;s goals</p>
+</li>
+<li>
+<p>Moves <code>.flattened-pom.xml</code> to the same directory as 
<code>pom.xml</code> to preserve the relative parent path. This requires adding 
<code>.flattened-pom.xml</code> to the <code>.gitignore</code> file of the 
repository.</p>
+</li>
+<li>
+<p>Update <code>org.apache.logging.log4j:log4j-changelog-maven-plugin</code> 
to version <code>0.5.0</code></p>
+</li>
+<li>
+<p>Update <code>log4j-changelog</code> XSD (used for validating changelog 
entries) to version <code>0.1.2</code></p>
+</li>
+<li>
+<p>Update <code>com.github.spotbugs:spotbugs-annotations</code> to version 
<code>4.8.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/44";>44</a>)</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_fixed">Fixed</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Prioritize definitions in <code>bnd-extra-*</code> variables over those 
inherited (<a 
href="https://github.com/apache/logging-parent/issues/39";>39</a>)</p>
+</li>
+<li>
+<p>Keep parent in <code>flatten-bom</code> configuration (<a 
href="https://github.com/apache/logging-parent/issues/37";>37</a>)</p>
+</li>
+<li>
+<p>Remove <code>build</code> in <code>flatten-bom</code> configuration</p>
+</li>
+<li>
+<p>Fixed the archiving of symbolically linked directories in the 
<code>distribution</code> Maven profile (<a 
href="https://github.com/apache/logging-parent/issues/43";>43</a>)</p>
+</li>
+<li>
+<p>Used specific execution IDs in <code>defaultGoal</code>s to avoid running 
unwanted plugins</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect2">
 <h3 id="release-notes-10-1-1">10.1.1</h3>
 <div class="dlist">
 <dl>
@@ -785,7 +860,7 @@ See <a 
href="https://logging.apache.org/log4j/2.x/security.html";>the Log4j Secur
 <p>This patch release contains minor fixes addressing issues blocking the 
release of <code>log4j-tools</code>, <code>log4j-kotlin</code>, etc.</p>
 </div>
 <div class="sect3">
-<h4 id="_added">Added</h4>
+<h4 id="_added_2">Added</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -795,7 +870,7 @@ See <a 
href="https://logging.apache.org/log4j/2.x/security.html";>the Log4j Secur
 </div>
 </div>
 <div class="sect3">
-<h4 id="_changed">Changed</h4>
+<h4 id="_changed_2">Changed</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -808,7 +883,7 @@ See <a 
href="https://logging.apache.org/log4j/2.x/security.html";>the Log4j Secur
 </div>
 </div>
 <div class="sect3">
-<h4 id="_fixed">Fixed</h4>
+<h4 id="_fixed_2">Fixed</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -842,7 +917,7 @@ Hence, no need for custom <code>.bnd</code> and/or 
<code>module-info.java</code>
 In particular, we expect the absence of <code>module-info.java</code> files to 
avoid several IDE and testing related headaches.</p>
 </div>
 <div class="sect3">
-<h4 id="_added_2">Added</h4>
+<h4 id="_added_3">Added</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -864,7 +939,7 @@ In particular, we expect the absence of 
<code>module-info.java</code> files to a
 </div>
 </div>
 <div class="sect3">
-<h4 id="_changed_2">Changed</h4>
+<h4 id="_changed_3">Changed</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -899,7 +974,7 @@ In particular, we expect the absence of 
<code>module-info.java</code> files to a
 </div>
 </div>
 <div class="sect3">
-<h4 id="_fixed_2">Fixed</h4>
+<h4 id="_fixed_3">Fixed</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -929,7 +1004,7 @@ See <code>README.adoc</code> for the complete list of 
features and their usage.<
 All preparations (release notes, source and binary distributions, vote &amp; 
announcement emails, etc.) are staged to both Nexus and SVN and waiting the 
release manager to proceed.</p>
 </div>
 <div class="sect3">
-<h4 id="_added_3">Added</h4>
+<h4 id="_added_4">Added</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -960,7 +1035,7 @@ All preparations (release notes, source and binary 
distributions, vote &amp; ann
 </div>
 </div>
 <div class="sect3">
-<h4 id="_changed_3">Changed</h4>
+<h4 id="_changed_4">Changed</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -1367,7 +1442,7 @@ See the License for the specific language governing 
permissions and limitations
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2023-09-27 11:41:26 +0200
+Last updated 2023-10-18 18:47:23 UTC
 </div>
 </div>
 </body>

Reply via email to