New posts in java-8

Java 8 timezone conversions

Stream Way to get index of first element matching boolean

Local variable log defined in an enclosing scope must be final or effectively final

Why StringJoiner when we already have StringBuilder?

spring-core 3.2.9 + java 8

Get date of first day of week based on LocalDate.now() in Java 8

Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags when using lombok

Optional vs. null. What is the purpose of Optional in Java 8? [duplicate]

Does Stream.forEach respect the encounter order of sequential streams?

Is mapToDouble() really necessary for summing a List<Double> with Java 8 streams?

ECDHE cipher suites not supported on OpenJDK 8 installed on EC2 Linux machine

Java 8 pass method as parameter

Throwing exception from CompletableFuture

Java access bean methods with LambdaMetafactory

Java 8: sort list of objects by attribute without custom comparator

Stream.skip behavior with unordered terminal operation

Lambda this reference in java

Stream.peek() method in Java 8 vs Java 9

Java 8: How to create a ZonedDateTime from an Epoch value?

Why does the Java 8 generic type inference pick this overload?