Skip to content

Java 11? #700

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

Closed
Jolanrensen opened this issue May 17, 2024 · 3 comments · Fixed by #769 or #1083
Closed

Java 11? #700

Jolanrensen opened this issue May 17, 2024 · 3 comments · Fixed by #769 or #1083
Labels
help wanted Extra attention is needed, feel free to help :) question Further information is requested

Comments

@Jolanrensen
Copy link
Collaborator

Jolanrensen commented May 17, 2024

The DataFrame library currently targets Java 8. This is to ensure the widest compatibility across the board and follow Kotlin/JVM itself.
However, kotlin-jupyter, a key component for DataFrame, recently updated to Java 11, making it impossible to update it.

We have two options:

  1. Update to Java 11
  2. Extract Jupyter dependencies to different module #241
  3. (Convince @ileasile to downgrade again)

What should we do?

@Jolanrensen Jolanrensen added help wanted Extra attention is needed, feel free to help :) question Further information is requested labels May 17, 2024
@Jolanrensen Jolanrensen added this to the 0.14.0 milestone May 17, 2024
@ileasile
Copy link
Collaborator

BTW, kandy uses 11 for a year already
Kotlin/kandy@1f5d01e

@Jolanrensen
Copy link
Collaborator Author

@Jolanrensen
Copy link
Collaborator Author

Can be solved by solving #241. Then we can keep Java 8 but update Jupyter to 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed, feel free to help :) question Further information is requested
Projects
None yet
3 participants