raulgomis
raulgomis

Reputation: 115

Mule 2.2.1-HF5 compatible with Java 8

I was wondering if anyone knows if Mule 2.2.1-HF5 could be executed with Java 8.

I have all my code developed in Java 6 with Mule 2.2.1-HF5 and, in order to migrate to Java 8 I will need to know if Mule 2.2.1-HF5 would be compatible with no code changes (i.e. executed in JRE 8)

Upvotes: 0

Views: 209

Answers (2)

afelisatti
afelisatti

Reputation: 2835

Unfortunately no. You will have to migrate to 3.7.x for full Java 8 support. See this post for more details.

Upvotes: 1

user3510748
user3510748

Reputation:

Probably not. When I try to run a flow with Mule 3.4.0 CE and jdk1.8.0_31 in Anypoint Studio it fails with this error:

InitialisationException: JDK Version 1.8.0_31 and/or Vendor Oracle Corporation are not supported.

Upvotes: 0

Related Questions