Skip to content

Commit 1258bfd

Browse files
committed
Merge pull request scala#216 from gourlaysama/roadmap
fix link to scala compat for java 8 (again).
2 parents 82eb08a + 0025987 commit 1258bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/_posts/2014-06-30-2.12-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here’s how we plan to make this transition as smooth as possible.
4242
## Features exclusive to Scala 2.12: more Java 8 fun
4343
Development of the following features starts in 2015. Since they are binary incompatible, they can’t be backported to 2.11.
4444

45-
* Turn FunctionN into [Functional Interfaces](http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html), so that Java 8 code can call higher-order methods in Scala without a [wrapper](https://github.com/typesafehub/scala-java8-fun).
45+
* Turn FunctionN into [Functional Interfaces](http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html), so that Java 8 code can call higher-order methods in Scala without a [wrapper](https://github.com/scala/scala-java8-compat).
4646
* Support for @interface traits, which are guaranteed to compile to Java interfaces (useful for interop, performance and binary compatibility). This is a generalization of the above feature.
4747
* Streams: integrate into Scala collections? (Anywhere from providing converters to replacing existing functionality.)
4848
* Use the JDK’s forkjoin library instead of embedding our own. (Switch the global default ExecutionContext to be backed by the ForkJoinPool.commonPool().)

0 commit comments

Comments
 (0)