<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/10/2015 11:03 PM, Tomaž Cerar
wrote:<br>
</div>
<blockquote
cite="mid:CAMquZP6suP_2Y2CMJhNV4cjDwrfCsJU3sBz4OAPt4n18Ju+v3w@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Feb 10, 2015 at 10:52 PM,
Scott Marlow <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:smarlow@redhat.com" target="_blank">smarlow@redhat.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex"><br>
The Java 8 TCK update is for EE 6, not EE 7. The EE 7 TCK
might also pass with Java 8 (we should try that
independent of which Java version we require).<span
class=""><br>
<br>
</span></blockquote>
<div>Aha, this is what i was interested in. <br>
</div>
<div>Any chance you can try with JDK8 against current
master? <br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex"><span class="">
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<br>
Scott, can you confirm this?<br>
</blockquote>
<br>
</span>
>From the EE 7 platform specification:<br>
<br>
"<br>
EE.9.5<br>
<br>
Requirements for All Java EE Profiles<br>
<br>
The Java Platform, Standard Edition 7 is the required
foundation for any Java EE 7 profile.</blockquote>
<div>Yes, but that doesn't say that is the only version that
is required.<br>
</div>
<div><br>
<b>EE.2.4.1 Container Requirements</b><br>
"This specification requires that containers provide a
Java Compatible™ runtime environment, as defined by the
Java Platform, Standard Edition, v7 specification (Java
SE)."<br>
<br>
</div>
<div>Which means any Java runtime that is compatible with v7
is fine, and as far as we know 8 is backward compatible,
as it provides all v7 does and more.<br>
</div>
<div> <br>
</div>
</div>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
wildfly-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/wildfly-dev">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></pre>
</blockquote>
[carlo@palantir tmp]$ /opt/oracle/jdk1.8.0/bin/javac -target 1.8
HelloWorld.java <br>
[carlo@palantir tmp]$ /opt/oracle/jdk1.7.0/bin/java HelloWorld <br>
Exception in thread "main" java.lang.UnsupportedClassVersionError:
HelloWorld : Unsupported major.minor version 52.0<br>
<br>
Crock... :-)<br>
<br>
Carlo<br>
</body>
</html>