私のWebアプリケーションはJDK1.7で正常に動作しますが、次の例外を除いて1.8でクラッシュします(Jetty 8でのアプリケーションサーバーの起動中)。Springバージョン3.2.5.RELEASEを使用しています。
例外:
org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet
春とそれが依存する「asm.jar」ライブラリが原因で問題が発生すると思います。
これを解決するにはどうすればよいですか?