Commit Graph

7 Commits

Author SHA1 Message Date
Ceki Gulcu 999956dd00 preparing release 1.7.0 2012-09-06 23:51:29 +02:00
Ceki Gulcu 918d144c67 - preparing release 1.6.0
- the plan is for all versions in the 1.6.x series to be mutually
  compatible
2010-05-08 12:32:00 +02:00
Ceki Gulcu d1d27b8d87 As of SLF4J version 1.6.0, in the absence of an SLF4J binding,
slf4j-api will default to a no-operation implementation discarding all
log requests. Thus, instead of throwing an exception, SLF4J will emit
a single warning message about the absence of a binding and proceed to
discard all log requests without further protest.
2010-04-06 13:57:15 +02:00
Ceki Gulcu 581b20f8aa - fixed bug 154
- It is expected that all SLF4J releases in the 1.6.x and 2.0.x series
will be mutually compatible. Note that the 2.0.x series is expected to
require JDK 1.5 or later.
2010-04-05 00:11:16 +02:00
Ceki Gulcu cefca8f144 Added a test for testing MultiBinding behaviour. See also bug http://bugzilla.slf4j.org/show_bug.cgi?id=132 2009-06-09 20:23:38 +00:00
Ceki Gulcu eb14bf4392 - better wording in the docs
- improved integration tests: Added integration tests consistent with the elective version check policy
2008-10-17 15:42:18 +00:00
Ceki Gulcu ecfb1b5512 - testing VERSION checks
- added a new module called "integration" for testing interactions between
  various SLF4J versions. This module uses Ant and relies on Ant's flexibility
  in providing different classpaths to various tasks (this is much harder to do 
  with Maven). The Ant build file is still invoked by Maven. Thus, integration tests
  are run at build time.
2008-10-03 15:44:19 +00:00