You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Matt Sicker <bo...@gmail.com> on 2014/07/22 23:37:07 UTC

Should log4j-core be runnable using only the compact2 JDK1.8 profile?

The compact2 profile leaves out a bunch of packages the JDK would normally
include. I think it's even a subset of the Android classes available.
Making it so log4j-core runs with just the compact2 profile would really
mean it's all core, but I'm not sure which compact profile would be best to
target. Things like JNDI, JDBC, Swing, AWT, etc., aren't included in the
compact2 profile.

I would have suggested compact1, but that doesn't even include any XML
classes, so that's not really viable.

-- 
Matt Sicker <bo...@gmail.com>