
... 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.