http://bugzilla.slf4j.org/show_bug.cgi?id=261

Ceki Gulcu <lis...@qos.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Ceki Gulcu <lis...@qos.ch> 2012-06-12 14:47:01 CEST ---
In JDK14LoggerAdapter, changing the logger field
from 
  final java.util.logging.Logger logger;
to 
  transient final java.util.logging.Logger logger;

seems to fix the problem. See also [1].

Could you give it a try?

[1] https://github.com/qos-ch/slf4j/commit/2cf1b399928f7460

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to