You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a tomcat 7 + jdk 1.7, but failed to use 1.7.0 version.
java.lang.UnsupportedClassVersionError: amqp/spring/converter/XStreamConverter : Unsupported major.minor version 52.0 (unable to load class amqp.spring.converter.XStreamConverter)
Looks like the latest version is compiled with java 8. Do you mind to make it compatible with jdk 1.7
The text was updated successfully, but these errors were encountered:
I have a tomcat 7 + jdk 1.7, but failed to use 1.7.0 version.
java.lang.UnsupportedClassVersionError: amqp/spring/converter/XStreamConverter : Unsupported major.minor version 52.0 (unable to load class amqp.spring.converter.XStreamConverter)
Looks like the latest version is compiled with java 8. Do you mind to make it compatible with jdk 1.7
The text was updated successfully, but these errors were encountered: