Skip to content

Releases: scala/scala-java8-compat

Scala 2.12.0-RC2 support

18 Oct 21:42
Compare
Choose a tag to compare
Merge pull request #81 from retronym/bump/2.12.0-RC2

Bump to Scala 2.12.0-RC2

Scala 2.12.0-RC1-support

12 Sep 12:03
Compare
Choose a tag to compare
Pre-release

Another attempt at building a release with support for Scala 2.11, 2.12.0-M5 and 2.12.0-RC1, after v0.8.0-RC4 and v0.8.0-RC5 didn't publish all required artifacts.

Scala 2.12.0-RC1 support

09 Sep 15:06
Compare
Choose a tag to compare
Pre-release

Adds support for Scala 2.12.0-RC1.

New release with Scala 2.12.0-M5 support

05 Jul 09:02
Compare
Choose a tag to compare

This release adds some refinements to the Stepper encoding for streams compatibility and is built on Scala 2.11.8 and 2.12.0-M5 (instead of 2.12.0-M4).

New release with Scala 2.12.0-M5 support

04 Jul 13:00
Compare
Choose a tag to compare

Wrong commit tagged. This release was not published.

This release adds some refinements to the Stepper encoding for streams compatibility and is built on Scala 2.11.8 and 2.12.0-M5 (instead of 2.12.0-M4).

Java 8 Streams interop

08 Apr 15:25
Compare
Choose a tag to compare
Pre-release

This release adds converters between Scala collections and Java 8 streams. See the main README.md for details.

It is cross-built against Scala 2.11 and 2.12.0-M4. On 2.11 it comes with JFunction classes (now in scala.runtime.java8 instead of scala.compat.java8) for interoperability with Java 8 lambdas. 2.12.0-M4 includes these classes in the standard library instead.

v0.7.0

31 Aug 10:58
Compare
Choose a tag to compare
  • Remove unintended dependency on scala-compiler.jar

v0.6.0

28 Aug 06:05
Compare
Choose a tag to compare
  • Refinements to the Future converters
  • Converters for java.util.function._

See the corresponding milestone for a full list of fixed issues.

v0.5.0

22 May 01:56
Compare
Choose a tag to compare

Adds a lambda deserializer

v0.4.0

05 May 02:16
Compare
Choose a tag to compare
  • Add converters for Java's Optional and Iterator
  • Use Scala's boxing semantics, rather than Java's (null is reintepreted as 0 during unboxing).