Revision
1205 -
Directory Listing
Modified
Fri Oct 17 15:42:18 2008 UTC (22 months, 3 weeks ago) by
ceki
- better wording in the docs
- improved integration tests: Added integration tests consistent with the elective version check policy
Revision
1204 -
Directory Listing
Modified
Fri Oct 17 14:31:02 2008 UTC (22 months, 3 weeks ago) by
ceki
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.
Revision
1174 -
Directory Listing
Added
Fri Oct 3 15:44:19 2008 UTC (23 months ago) by
ceki
- 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.