Skip to content

Commit

Permalink
update slf4j version reference, typo fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Dec 23, 2021
1 parent ea42f7c commit 72096f8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logback-site/src/site/pages/download.html
Expand Up @@ -30,7 +30,7 @@

<h2>Latest STABLE version</h2>

<p>The latest stable logback is version
<p>The latest stable logback version is
<span class="big green">${latest.stable.version}</span>. </p>

<h2>EXPERIMENTAL/UNSTABLE requiring SLF4J version ${slf4j.version}</h2>
Expand Down
22 changes: 22 additions & 0 deletions logback-site/src/site/pages/news.html
Expand Up @@ -33,7 +33,17 @@ <h2>Logback News</h2>
announce</a> mailing list.</p>

<hr width="80%" align="center" />

<h3>23rd of December, 2021, Release of version 1.2.10</h3>

<p>&bull;&nbsp; <code>ContextInitializer</code> no longer
complains about missing <em>logback.groovy</em> configuration
file. This fixes <a
href="https://jira.qos.ch/browse/LOGBACK-1601">LOGBACK-1601</a>.
</p>

<hr width="80%" align="center" />

<h3>22nd of December, 2021, Release of version 1.3.0-alpha12</h3>

<p><b>Note that 1.3.0-alpha12 contains the same security related
Expand Down Expand Up @@ -72,6 +82,18 @@ <h3>22nd of December, 2021, Release of version 1.3.0-alpha12</h3>
<a
href="https://jira.qos.ch/browse/LOGBACK-1572">LOGBACK-1572</a>.
</p>

<p>&bull;&nbsp; Properties in an unreferenced appender no longer
cause warnings from <code>ImplicitModelHander</code>. This fixes
<a
href="https://jira.qos.ch/browse/LOGBACK-1572">LOGBACK-1572</a>.
</p>

<p>&bull;&nbsp; <code>ContextInitializer</code> no longer
complains about missing <em>logback.groovy</em> configuration
file. This fixes <a
href="https://jira.qos.ch/browse/LOGBACK-1601">LOGBACK-1601</a>.
</p>.

<hr width="80%" align="center" />

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -47,7 +47,7 @@
</modules>

<properties>
<latest.stable.version>1.2.9</latest.stable.version>
<latest.stable.version>1.2.10</latest.stable.version>
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>
Expand All @@ -60,7 +60,7 @@
<!-- slf4j.version property is used below, in
logback-classic/pom.xml, /logback-examples/src/main/resources/setClasspath.cmd, download.html
-->
<slf4j.version>2.0.0-alpha4</slf4j.version>
<slf4j.version>2.0.0-alpha5</slf4j.version>
<cal10n.version>0.8.1</cal10n.version>
<consolePlugin.version>1.1.0</consolePlugin.version>
<tomcat.version>10.0.10</tomcat.version>
Expand Down

0 comments on commit 72096f8

Please sign in to comment.