dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Java 11?

Open Jolanrensen opened this issue 1 year ago • 2 comments

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. https://github.com/Kotlin/dataframe/issues/241
  3. (Convince @ileasile to downgrade again)

What should we do?

Jolanrensen avatar May 17 '24 11:05 Jolanrensen

BTW, kandy uses 11 for a year already https://github.com/Kotlin/kandy/commit/1f5d01ec4365f008ec33ea6e448c205fdba31489

ileasile avatar May 17 '24 11:05 ileasile

https://youtrack.jetbrains.com/issue/KTNB-686

Jolanrensen avatar May 17 '24 14:05 Jolanrensen

Can be solved by solving https://github.com/Kotlin/dataframe/issues/241. Then we can keep Java 8 but update Jupyter to 11

Jolanrensen avatar Jul 26 '24 11:07 Jolanrensen