On Fri, Sep 13, 2013 at 2:13 PM, Kabir Khan <kabir.khan@jboss.com> wrote:
WildFly 8 targets JEE7, which must be runnable on JDK 7 (we build WF with JDK7).
EAP 6.2 targets JEE6, which must be runnable on JDK 6.


Not exactly!

EE7 requires at least JDK7 not only it has to be runnable on, it is hard requirement! (see EE7 spec chapter 9.5)
EAP 6.x targets EE6 which requires at least JDK6 but is also runnable on JDK7.