Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
843 stars 63 forks source link

Java 11? #700

Open Jolanrensen opened 6 months ago

Jolanrensen commented 6 months ago

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?

ileasile commented 6 months ago

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

Jolanrensen commented 6 months ago

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

Jolanrensen commented 3 months ago

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