Name: | slf4j |
---|---|
Version: | 1.5.8 |
Release: | 7.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 147393 |
License: | MIT and ASL 2.0 |
RPM: | slf4j-1.5.8-7.el6.noarch.rpm |
Source RPM: | slf4j-1.5.8-7.el6.src.rpm |
Build Date: | Thu Jul 08 2010 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.slf4j.org/ |
Summary: | Simple Logging Facade for Java |
Description: | 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.. |
- Fix license.
- Add ability to build with ant. - Add missing BR on jakarta-commons-lang.
- Skip tests.
- Fix other line lenghts.
- Fix permissions. - Fixed descriptions. - Fix file lengths.
- Adapt for Fedora.
- 1.5.8 - Replace slf4j-1.5.6-integration-tests-current-only.patch with slf4j-1.5.8-skip-integration-tests.patch because of the failure of "testMatch"
- Add -ext jar, depmap and pom - Save jcl104-over-slf4j as symlink
- 1.5.6 - add repolib - fix file eol - fix Release tag
- use excalibur for avalon - remove javadoc scriptlets - GCJ fixes - fix maven directory ownership - fix -bc --short-circuit by moving some of %build to %prep
- 1.5.2
- Fix macro misprint - Add maven2-plugin BRs
- Upgrade to 1.4.2 - Build with maven2 - Add poms and depmap frags - Add gcj_support option
- First JPackage release.