Commit Graph

22 Commits

Author SHA1 Message Date
ceki b3c2f16f12 security manager is no longer supported in later JDKs
Signed-off-by: ceki <ceki@qos.ch>
2025-10-01 15:59:29 +02:00
Ceki Gulcu d186d5fbd3 failing OSGi/ServiceLoader integration 2017-12-02 21:30:08 +01:00
Ceki Gulcu 755bf3d42b preparing release 1.8.0-beta0 2017-10-20 14:55:53 +02:00
Ceki Gulcu 73874fa327 update packages, migrate test to Junit4 2017-03-21 17:02:03 +01:00
Ceki Gulcu 369beaa158 all tests pass 2017-03-21 16:32:18 +01:00
Ceki Gulcu 45c12f86c8 ongoing work, removed slf4j-android and slf4j-jcl modules 2017-03-21 14:50:48 +01:00
Ceki Gulcu 2d4074c65a testing SLF4J-353 support 2016-02-09 16:34:46 +01:00
Ceki Gulcu 37229d8d62 fix SLF4J-324 2015-11-10 19:54:10 +01:00
Ceki Gulcu 255def2278 avoid version mismatch warning (when run with slf4j-api-1.6.jar) by setting REQUESTED_VERSION to 1.6.99 instead of 1.7 2012-09-06 23:46:19 +02:00
Ceki Gulcu e5eb0b068d preparing release 1.6.6 2012-06-11 16:16:40 +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 88c4c45676 setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
Ceki Gulcu 19fc29d089 - added unit tests verifying that the slf4j artifacts can actually be
used by other osgi bundles within a real osgi framework. The tests
depend on Felix.
2009-11-28 19:35:28 +01: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 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 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