I've been using version 1.5.1 for comparison tests in Scala applications. Upgrading to 1.5.3 lately caused Scala compiler complained as below:
bad constant pool index: 0 at pos: 1331
If 1.5.3 jar has been generated by a newer Java version, that might not be very ideal because new fix versions shouldn't introduce any breaking changes.
I've been using version
1.5.1for comparison tests in Scala applications. Upgrading to1.5.3lately caused Scala compiler complained as below:If
1.5.3jar has been generated by a newer Java version, that might not be very ideal because new fix versions shouldn't introduce any breaking changes.