mirror of https://github.com/qos-ch/slf4j
prepare release 1.8.0-beta4
This commit is contained in:
parent
fb418db538
commit
c7e0311517
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>integration</artifactId>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jul-to-slf4j</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>osgi-over-slf4j</artifactId>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>SLF4J</name>
|
||||
|
|
|
|||
32
release.sh
32
release.sh
|
|
@ -13,32 +13,28 @@ function checkExit(){
|
|||
fi
|
||||
}
|
||||
|
||||
function echoThenRun () { # echo and then run the command
|
||||
function echoRunAndCheck () { # echo and then run the command
|
||||
echo $1
|
||||
$1
|
||||
ret=$?
|
||||
echo $ret
|
||||
return $ret
|
||||
if test "$ret" != "0";
|
||||
then
|
||||
echo Failed command: $1
|
||||
exit 1;
|
||||
else echo Succussful run: $1
|
||||
fi
|
||||
}
|
||||
|
||||
$MVN clean
|
||||
checkExit "mvn clean"
|
||||
echoRunAndCheck "$MVN clean"
|
||||
|
||||
echoRunAndCheck "$MVN install"
|
||||
|
||||
echoRunAndCheck "$MVN site:site"
|
||||
|
||||
|
||||
$MVN install
|
||||
checkExit "mvn install"
|
||||
echoRunAndCheck "$MVN assembly:single"
|
||||
|
||||
|
||||
$MVN site:site
|
||||
checkExit "mvn site:ste"
|
||||
|
||||
|
||||
$MVN assembly:single
|
||||
checkExit "mvn assembly:single"
|
||||
|
||||
|
||||
$MVN deploy -P javadocjar,sign-artifacts -Dgpg.passphrase=$PASS
|
||||
checkExit "mvn deploy -P javadocjar,sign-artifacts -Dgpg.passphrase=xxx"
|
||||
echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts -Dgpg.passphrase=$PASS"
|
||||
|
||||
#$MVN site:deploy -N # with Java 8!!!
|
||||
#checkExit "mvn site:deploy -N"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-ext</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-jdk14</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-migrator</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-nop</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.8.0-beta3</version>
|
||||
<version>1.8.0-beta4</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>slf4j-site</artifactId>
|
||||
|
|
|
|||
|
|
@ -37,16 +37,17 @@
|
|||
class names in <code/>
|
||||
-->
|
||||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<!--
|
||||
<h3>2019 - Release of SLF4J 1.8.0-beta4</h3>
|
||||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>2019 - Release of SLF4J 1.8.0-beta5</h3>
|
||||
|
||||
-->
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>February 16th, 2019 - Release of SLF4J 1.8.0-beta3</h3>
|
||||
<h3>February 19th, 2019 - Release of SLF4J 1.8.0-beta4</h3>
|
||||
|
||||
<p class="highlight"t>In the 1.8.x series, SLF4J has been
|
||||
modularized per <a
|
||||
|
|
@ -78,10 +79,17 @@
|
|||
|
||||
<p>For reasons of coherency, the
|
||||
<em>Automatic-Automatic-Module-Name</em> for the jul-to-slf4j
|
||||
module is now "jul.to.slf4j". In the eartly versions of Java 9 the
|
||||
module is now "jul.to.slf4j". In the earlier versions of Java 9 the
|
||||
string "to" within "jul.to.slf4j" was incorrectly interpreted as a
|
||||
reserved keyword. This bug has been fixed in the JDK for a while.
|
||||
reserved keyword. This bug has been fixed in later versions of the
|
||||
JDK, in particular JDK 11.
|
||||
</p>
|
||||
|
||||
<p>SLF4J modules are now <a
|
||||
href="http://openjdk.java.net/jeps/238">multi-release jar</a>
|
||||
files. This fixes compatibility issues in certain legacy
|
||||
environments, as described for example in <a
|
||||
href="https://jira.qos.ch/browse/SLF4J-456">SLF4J-456</a>.
|
||||
|
||||
<p>Fixed <a
|
||||
href="https://nvd.nist.gov/vuln/detail/CVE-2018-8088">CVE-2018-8088</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue