Commit Graph

210 Commits

Author SHA1 Message Date
Ceki Gulcu 1cd35900c4 - preparing release 1.5.6
- marked javassist dependency in slf4j-ext optional (tests pass)
2008-11-20 14:08:07 +00:00
Ceki Gulcu f002e3b965 1.5.6-SNAPSHOT comes after 1.5.5
In LoggerFactory.java we anticipate that 1.5.6 be 100% compatible with 1.5.5
2008-10-17 19:43:03 +00:00
Ceki Gulcu 098e855f42 - preparing release 1.5.5 2008-10-17 15:44:31 +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 2050a4db44 Given the huge size of the SLF4J user base, we need a more lenient version
check mechanism. For example, we can't expect external implementations such as
Mina, jetty, jboss to follow SLF4J's release schedule. We just can't.

This commit changes the version check policy to become elective. The FAQ includes an entry explaining 
the logic.
2008-10-17 14:31:02 +00:00
Ceki Gulcu ba10ccd6fe - preparing release 1.5.4 2008-10-16 15:49:34 +00:00
Ceki Gulcu 55d9863a04 bug 107
SLF4JHandler was renamed as SLF4JBridgeHandler
2008-10-16 10:08:11 +00:00
Ceki Gulcu f4e21dc7e0 - added a new version checking test
- updates to the docs
2008-10-03 17:56:46 +00:00
Ceki Gulcu 61f63d36fc - minor clean up 2008-10-03 17:09:11 +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