HTML Formatting needs Java 6

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 -- Gunnar Wagenknecht gunnar@wagenknecht.org http://wagenknecht.org/

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
participants (2)
-
Ceki Gülcü
-
Gunnar Wagenknecht