Scala 2.9.1-1 RC1
We are happy to announce a new Release Candidate in the Scala 2.9.x
series: 2.9.1-1 RC1. This release fixes a critical Java-Scala
interoperability issue that arose in 2.9.1. Here is the change list:
* Don't mark mixed-in methods as bridges.
* Add SYNTHETIC flag for BRIDGE methods.
* Update build for publishing to sonatype OSSRH
The Scala 2.9.1-1 release is intended to be a conservative bug fix
release; it will be followed by another, more aggressive bug fix release
called 2.9.2.
This RC1 release candidate is made available for testing purposes only
and is not intended for production environments: a final 2.9.1-1 release
will follow at the end of the RC cycle. Please help us with the testing
of this candidate, and let us know of any issues you may detect, or of
any incompatibility that you may encounter.
The Scala Team