
Hi Joern, Did I claim that logback would support Java 7 from day one? If have I don't recall it. Anyway, support for Java 7 was not a priority but given your patch, it should be easy enough to add. Cheers, -- Ceki On 10/07/2011 3:20 PM, Joern Huxhorn wrote:
... for a Logback release implementing http://jira.qos.ch/browse/LBCLASSIC-276 and the claim that Logback supported Java 7 from day one. I'd really like to see this happening...
According to http://openjdk.java.net/projects/jdk7/ JDK 7 will be released on 2011-07-28.
I did most of the work necessary in https://github.com/ceki/logback/pull/16 - suppressed exceptions are obtained and converted into ThrowableProxy (including CPD) successfully, tested against b145 of JDK7.
The only thing left is using the collected data in the following places: ch.qos.logback.classic.db.DBAppender ch.qos.logback.classic.html.DefaultThrowableRenderer ch.qos.logback.classic.net.SyslogAppender ch.qos.logback.classic.pattern.ThrowableProxyConverter ch.qos.logback.classic.spi.ThrowableProxyUtil
Cheers, Joern.