Details
-
Task
-
Resolution: Fixed
-
Minor
-
3.3-milestone-1
-
None
Description
Fixed in thread-safety issues in BasicMDCAdapter fixing bug #203 and bug #224. Note that BasicMDCAdapter is only used with the slf4j-jdk14.jar binding.
BasicMDCAdapter invoked a method introduced in JDK 1.5 preventing it from running under JDK 1.4. Interestingly enough, this issue has never been reported by the user community.