move stream API to core-java-8 (#3403)

* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup

* fix blocking tests

* add core-java-io module

* move stream API to core-java-8
This commit is contained in:
Doha2012
2018-01-13 15:58:51 +02:00
committed by Grzegorz Piwowarek
parent fc8e9ae24a
commit 6f3710b9ae
7 changed files with 23 additions and 3 deletions
+3
View File
@@ -34,3 +34,6 @@
- [Copy a File with Java](http://www.baeldung.com/java-copy-file)
- [Generating Prime Numbers in Java](http://www.baeldung.com/java-generate-prime-numbers)
- [Static and Default Methods in Interfaces in Java](http://www.baeldung.com/java-static-default-methods)
- [Iterable to Stream in Java](http://www.baeldung.com/java-iterable-to-stream)
- [Converting String to Stream of chars](http://www.baeldung.com/java-string-to-stream)
- [How to Iterate Over a Stream With Indices](http://www.baeldung.com/java-stream-indices)