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

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.

Hi Ceki, No, you haven't. ;) But it would be a good PR, anyway, since Log4J won't have support (did not check, but I'm pretty sure) and JUL XML-Layout, the one used for SocketAppender, doesn't support it, either. It doesn't even support "Cause"... So people will be quite lost and out of options without Logback (and Lilith;)) supporting it. I think it's a great opportunity. I didn't finish the support since I wasn't sure how you'd like to implement the remaining stuff, e.g. if there be special formatter options or not. Cheers, Joern. On 11.07.2011, at 09:26, Ceki Gülcü wrote:
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.
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://qos.ch/mailman/listinfo/logback-dev
participants (2)
-
Ceki Gülcü
-
Joern Huxhorn