-
1. Re: JBoss AS7 Supported with JDK8
ctomc Mar 18, 2014 3:42 PM (in response to gerry.matte)1 of 1 people found this helpfulHey,
java 8 was just released...
but, AS7.x is not supported to run on it, first release we tested against JDK8 is WildFly 8.
I would recommend you to upgrade, grab it from http://www.wildfly.org/downloads/
So in short, AS7 *could* run on JDK8 but there was no testing done to confirm it runs properly.
--
tomaz
-
2. Re: JBoss AS7 Supported with JDK8
gerry.matte Mar 19, 2014 11:56 AM (in response to ctomc)I'm waiting for Wildfly 8.1 before migrating my production server.
It would be helpful if Red Hat ran their test suite with Jboss 7.1.1 and Java 8 so cautious users would not have to experiment with jdk8.
;-)
-
3. Re: Re: JBoss AS7 Supported with JDK8
ctomc Mar 19, 2014 12:22 PM (in response to gerry.matte)I'm waiting for Wildfly 8.1 before migrating my production server.
WildFly 8.0.1 will be out in a week or so, after that probably next release will be WildFly 9.
It would be helpful if Red Hat ran their test suite with Jboss 7.1.1 and Java 8 so cautious users would not have to experiment with jdk8.
;-)
Red Hat does exactly that for EAP.
EAP 6 is based on AS7 and it has 10 year support to it which includes support & certifications on many platforms.
AS7.1 is two year old release, community work is always done on latest stuff.
Maybe you want to go for commercial option ;-)
--
tomaz
-
4. Re: Re: JBoss AS7 Supported with JDK8
rhusar Mar 19, 2014 12:42 PM (in response to ctomc)...and you can always run at least the AS 7.1.2 testsuite on JDK 8 yourself :-)
-
5. Re: Re: JBoss AS7 Supported with JDK8
ctomc Mar 19, 2014 12:52 PM (in response to rhusar)or any other for that matter https://github.com/wildfly/wildfly/releases
just run
./build.sh|bat clean install -DallTests
or
mvn clean install -DallTests