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

zio 2.1.1, removed java 8 support #846

Merged
merged 1 commit into from
May 14, 2024
Merged

zio 2.1.1, removed java 8 support #846

merged 1 commit into from
May 14, 2024

Conversation

justcoon
Copy link
Contributor

@justcoon justcoon commented May 14, 2024

fixes: #845

removed java 8 support, as zio 2.1.+ require jdk 11

[error] java.lang.UnsupportedClassVersionError: zio/internal/MutableQueueFieldsPadding has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
[error] 	at java.lang.ClassLoader.defineClass1(Native Method)
[error] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:756)

@justcoon justcoon requested a review from a team as a code owner May 14, 2024 20:12
@justcoon justcoon merged commit d85b460 into zio:master May 14, 2024
14 checks passed
@justcoon justcoon deleted the zio_2.1 branch May 14, 2024 20:29
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

Successfully merging this pull request may close these issues.

zio logging slf4j bridge fails on ZIO 2.1.1
1 participant