[slf4j-dev] [Bug 261] JDK14: Loggers are not serializable
bugzilla-daemon at qos.ch
bugzilla-daemon at qos.ch
Tue Jun 12 14:47:01 CEST 2012
http://bugzilla.slf4j.org/show_bug.cgi?id=261
Ceki Gulcu <listid at qos.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Ceki Gulcu <listid at 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.
More information about the slf4j-dev
mailing list