<div dir="auto"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 17, 2019, 3:06 AM Ceki <<a href="mailto:ceki@qos.ch">ceki@qos.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
I am happy to announce the immediate availability of SLF4J version<br>
1.7.30, a maintenance release fixing bugs with no new features.<br>
<br>
Please refer to the the news page for more details on this release:<br>
<br>
     <a href="http://www.slf4j.org/news.html" rel="noreferrer noreferrer" target="_blank">http://www.slf4j.org/news.html</a><br>
<br>
The relevant artifacts should hit the Maven central repository within<br>
the next few hours.<br>
<br>
The 1.7.x series:<br>
<br>
The Simple Logging Facade for Java or (SLF4J) serves as a simple<br>
facade or abstraction for various logging frameworks,<br>
e.g. java.util.logging, log4j and logback, allowing the end user to<br>
plug in the desired logging framework at deployment time.<br>
<br>
The 1.7.x series adds varargs support in Logger methods.  Compared to<br>
previous versions, 1.7.5 significantly improves logger retrieval<br>
times. Users are highly encouraged to migrate to SLF4J 1.7.5 or<br>
later.<br>
<br>
Binary compatibility:<br>
<br>
Mixing mixing different versions of slf4j-api.jar and SLF4J binding<br>
can cause problems. For example, if you are using slf4j-api-1.7.1.jar,<br>
then you should also use slf4j-simple-1.7.1.jar, using<br>
slf4j-simple-1.5.5.jar will not work.<br>
<br>
 From the client's perspective all versions of slf4j-api are<br>
compatible. Client code compiled with slf4j-api-N.jar will run<br>
perfectly fine with slf4j-api-M.jar for any N and M. You only need to<br>
ensure that the version of your binding matches that of the<br>
slf4j-api.jar. You do not have to worry about the version of<br>
slf4j-api.jar used to compile a given dependency in your project. You<br>
can always use *any* version of slf4j-api.jar, and as long as the<br>
version of slf4j-api.jar and its binding match, you should be fine.<br>
<br>
Downloading SLF4J:<br>
<br>
You can download SLF4J, including full source code, class files and<br>
documentation on our download page:<br>
<br>
      <a href="http://www.slf4j.org/download.html" rel="noreferrer noreferrer" target="_blank">http://www.slf4j.org/download.html</a><br>
<br>
Announcement mailing list:<br>
<br>
You can receive SLF4J related announcements by subscribing to the<br>
SLF4J announce mailing list. To subscribe to QOS.ch announce list,<br>
please visit the following URL.<br>
<br>
    <a href="http://www.qos.ch/mailman/listinfo/announce" rel="noreferrer noreferrer" target="_blank">http://www.qos.ch/mailman/listinfo/announce</a><br>
<br>
You may also receive announcements via twitter:<br>
<br>
    <a href="https://twitter.com/qos_ch" rel="noreferrer noreferrer" target="_blank">https://twitter.com/qos_ch</a><br>
<br>
Enjoy,<br>
<br>
-- <br>
Ceki Gülcü<br>
_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch" target="_blank" rel="noreferrer">slf4j-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-user" rel="noreferrer noreferrer" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-user</a></blockquote></div>