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

Part of the classes is compiled with Java 8 and the rest with Java 11 #50

Open
pashashiz opened this issue Oct 28, 2022 · 0 comments
Open

Comments

@pashashiz
Copy link

If we take the latest flink-adt_2.12-0.6.1.jar and look inside:

file io/findify/flinkadt/api/serializer/ScalaCaseClassSerializerSnapshot.class
io/findify/flinkadt/api/serializer/ScalaCaseClassSerializerSnapshot.class: compiled Java class data, version 55.0 (Java SE 11)
file io/findify/flinkadt/api/typeinfo/CaseClassComparator.class
io/findify/flinkadt/api/typeinfo/CaseClassComparator.class: compiled Java class data, version 52.0 (Java 1.8)

Any chance we could compile it all with Java 8?

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

1 participant