
11 Mar
2010
11 Mar
'10
11:30 a.m.
It's a bug. Thanks. On 11/03/2010 11:43 AM, Gunnar Wagenknecht wrote:
Hi,
I don't know if this is a feature or bug. But I found it worthwile reporting here. My assumption was that Logback Core requires 1.5. But it seems that the HTML formatting part requires Java 6.
ch.qos.logback.core.html.LayoutWrappingEncoder.convertToBytes(String) calls java.lang.String.getBytes(Charset) which has "@since 1.6".
-Gunnar