Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

slf4j-1.7.36-150200.3.4.3 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: slf4j Distribution: SUSE Linux Enterprise 15
Version: 1.7.36 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150200.3.4.3 Build date: Sat Feb 25 13:31:32 2023
Group: Development/Libraries/Java Build host: sheep66
Size: 67286 Source RPM: slf4j-1.7.36-150200.3.4.3.src.rpm
Packager: https://www.suse.com/
Url: https://www.slf4j.org/
Summary: Simple Logging Facade for Java
The Simple Logging Facade for Java or (SLF4J) is intended to serve
as a simple facade for various logging APIs allowing to the end-user
to plug in the desired implementation at deployment time. SLF4J also
allows for a gradual migration path away from
Jakarta Commons Logging (JCL).

Logging API implementations can either choose to implement the
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
it is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..

Provides

Requires

License

Apache-2.0 AND MIT

Changelog

* Wed Jul 06 2022 fstrba@suse.com
  - Add symlink to reload4j -> log4j12 for applications that expect
    that name.
* Sat Mar 19 2022 fstrba@suse.com
  - Build with source/target levels 8
* Fri Feb 25 2022 fstrba@suse.com
  - Upgrade to 1.7.36
    * Changes in 1.7.36:
      + Correct corrupt "Export-Package" declaration in MANIFEST.MF
      in log4j-over-slf4j module
      + Starting with version 1.7.36, slf4j releases will be
      reproducible. By reproducible we mean that anyone checking out
      the code corresponding to the release version from source code
      repository and building that local copy, will obtain an
      identical binary to the published binary.
    * Changes 1.7.35
      + In this release, the "slf4j-log4j12" artifact automatically
      instructs Maven to use the "slf4j-reload4j" artifact instead.
      As you might have guessed, the "slf4j-reload4j" binding
      delegates log processing to the reload4j logging framework.
      + Fix incorrect version number in the relocation element in
      slf4j-log4j12/pom.ml
    * Changes in 1.7.34
      + The relocation element in slf4j-log4j12 had incorrect version
      number. Version 1.7.34 should not be used.
    * Changes in 1.7.33
      + SLF4J now ships with the slf4j-reload4j module delegating to
      the reload4j backend.
      + SimpleLogger now prints the thread Id if instructed to do so.
      This fixes SLF4J-499.
  - Added patch:
    * slf4j-reload4j-bundlename.patch
      + fix a typo in source reload4k -> reload4j
* Thu Feb 24 2022 fstrba@suse.com
  - Do not use a separate spec file for sources, since now they
    can be built in the same run as the other artifacts
* Wed Feb 23 2022 fstrba@suse.com
  - Removed patch:
    * slf4j-reload4j.patch
      + the incompatibility is now handled in reload4j itself
* Tue Feb 22 2022 fstrba@suse.com
  - Fetch sources using source service
  - Depend for build on reload4j
  - Fix dependencies of the module slf4j-log4j12
* Tue Feb 22 2022 fstrba@suse.com
  - Added patch:
    * slf4j-reload4j.patch
      + fix build against reload4j
* Wed Dec 29 2021 pmonreal@suse.com
  - Update to upstream version 1.7.32
    * In the slf4j-simple module, SimpleLogger now caters for
      concurrent access.
  - Update to upstream version 1.7.31
    * In the jcl-over-slf4j module avoid Object to String conversion.
    * In the log4j-over-slf4j module added empty constructors for
      ConsoleAppender.
* Sat Apr 11 2020 fstrba@suse.com
  - Don't use %%mvn_artifact, but %%add_maven_depmap for the
    sources artifacts, so that they don't suck in half of the xmvn*
    stack in order to build
* Wed Feb 26 2020 fstrba@suse.com
  - Upgrade to upstream version 1.7.30
  - Removed patch:
    * slf4j-Disallow-EventData-deserialization-by-default.patch
      + not needed any more
* Wed Dec 18 2019 fstrba@suse.com
  - Use the source tarball from github, since the previous one is
    not accessible anymore
  - Modified patches:
    * slf4j-Disallow-EventData-deserialization-by-default.patch
      + Adapt to unix line-ends
    * slf4j-commons-lang3.patch
      + Adapt to unix line-ends
      + Do not patch inexisting files
* Sat Oct 05 2019 fstrba@suse.com
  - Remove references to parent from all pom files
  - Avoid dependencies without version tag
* Tue Oct 01 2019 fstrba@suse.com
  - Build against the compatibility log4j12-mini package
  - Depend on mvn(log4j:log4j:1.2.17) provided by the compatibility
    packages
* Tue Mar 19 2019 fstrba@suse.com
  - Fix an unexpanded ${parsedVersion.osgiVersion} variable in the
    manifests.
* Mon Mar 18 2019 fstrba@suse.com
  - Split slf4j package into several sub-packages leaving only
    parent, api, simple and nop in the main package
  - Package slf4j source jar files in a separate spec file
* Tue Feb 26 2019 fstrba@suse.com
  - Clean up the maven pom installation
* Mon Oct 22 2018 fstrba@suse.com
  - Upgrade to 1.7.25
  - Modify the build.xml file tarball to correspond to the right
    version
  - Modify slf4j-commons-lang3.patch to the new context
* Mon Oct 15 2018 fstrba@suse.com
  - Install the maven artefacts to have mvn dependencies/provides
    generated automatically
* Fri May 18 2018 pmonrealgonzalez@suse.com
  - Security fix:  [bsc#1085970, CVE-2018-8088]
    * Disallow EventData deserialization by default
    * Added slf4j-Disallow-EventData-deserialization-by-default.patch
      refreshed from Fedora [ https://src.fedoraproject.org/rpms/slf4j/
      blob/d7cd96bc7a8e8d8d62c8bc62baa7df02cef56c63/f/
      0001-Disallow-EventData-deserialization-by-default.patch ]
* Wed Oct 11 2017 fstrba@suse.com
  - Adeed patch:
    * slf4j-commons-lang3.patch
      + Use apache-commons-lang3 instead of apache-commons-lang
* Sun Sep 10 2017 fstrba@suse.com
  - Specify java source and target levels 1.6 in order to allow
    building with jdk9
  - Disable doclint to avoid bailing out on formatting errors
  - Recompress the build.xml.tar.bz2, so that it is a real tar.bz2
* Fri May 19 2017 tchvatal@suse.com
  - Remove some not-needed deps
* Tue Nov 10 2015 dmacvicar@suse.de
  - note:
    slf4j-pom_xml.patch was removed (not relevant anymore)
* Fri Oct 23 2015 dmacvicar@suse.de
  - remove all unnecessary maven depmap metadata
* Fri Oct 23 2015 dmacvicar@suse.de
  - update to version 1.7.12
* Wed Mar 18 2015 tchvatal@suse.com
  - Fix build with new javapackages-tools

Files

/usr/share/doc/packages/slf4j-1.7.36
/usr/share/doc/packages/slf4j-1.7.36/LICENSE.txt
/usr/share/java/slf4j
/usr/share/java/slf4j/api.jar
/usr/share/java/slf4j/nop.jar
/usr/share/java/slf4j/simple.jar
/usr/share/java/slf4j/slf4j-api.jar
/usr/share/java/slf4j/slf4j-nop.jar
/usr/share/java/slf4j/slf4j-simple.jar
/usr/share/maven-metadata/slf4j.xml
/usr/share/maven-poms/slf4j
/usr/share/maven-poms/slf4j/api.pom
/usr/share/maven-poms/slf4j/nop.pom
/usr/share/maven-poms/slf4j/simple.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024