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
org.springframework.xml.stream.StaxEventXmlReader uses a constructor for IllegalStateException that is only available in Java 1.5 and later on line 68. If this is meant to be able to compile with earlier versions of the jdk, then the second parameter should be dropped.