akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Home Page:https://doc.akka.io/docs/alpakka/current/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6.0.1 release not Java 8 compatible

jphelp32 opened this issue · comments

Versions used

6.0.0, 6.0.1

Appears to be a regression of issue #2680

Seems to affect only the Enum classes. I've found these so far:

akka.stream.alpakka.csv.javadsl.CsvQuotingStyle
akka.stream.alpakka.xml.ParseEventMarker

e.g.

% javap -v akka.stream.alpakka.xml.ParseEventMarker | grep "major version"
  major version: 55

Thanks for reporting. Fix in #2995
I'll try to release tomorrow.

@jphelp32 6.0.2 has been released