Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.1 release not Java 8 compatible #2994

Closed
jphelp32 opened this issue Aug 7, 2023 · 2 comments
Closed

6.0.1 release not Java 8 compatible #2994

jphelp32 opened this issue Aug 7, 2023 · 2 comments
Assignees
Milestone

Comments

@jphelp32
Copy link
Contributor

jphelp32 commented Aug 7, 2023

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
@patriknw
Copy link
Member

patriknw commented Aug 8, 2023

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

@patriknw patriknw self-assigned this Aug 8, 2023
patriknw added a commit that referenced this issue Aug 9, 2023
* Missing --release 8 in javacOptions
* Release must be with JDK 8 because --release 8 flag prevents access to
  com.sun.nio.file.SensitivityWatchEventModifier
@patriknw patriknw closed this as completed Aug 9, 2023
@patriknw patriknw added this to the 6.0.2 milestone Aug 9, 2023
@patriknw
Copy link
Member

patriknw commented Aug 9, 2023

@jphelp32 6.0.2 has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants