You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JJava (same as its ancestor, iJava) depends on io.github.spencerpark:jupyter-jvm-basekernel that is no longer supported. Among other things, this causes dependency issues like #31.
We will need to internalize io.github.spencerpark:jupyter-jvm-basekernel, either as a separate subproject of DFLib, but more likely as a module in a multi-module jjava project. Then we can fully control the dependency stack, etc. E.g. we can start by upgrading gson dependency, and then switch to something else (or shade the dependency).
The text was updated successfully, but these errors were encountered:
JJava (same as its ancestor, iJava) depends on
io.github.spencerpark:jupyter-jvm-basekernel
that is no longer supported. Among other things, this causes dependency issues like #31.We will need to internalize
io.github.spencerpark:jupyter-jvm-basekernel
, either as a separate subproject of DFLib, but more likely as a module in a multi-module jjava project. Then we can fully control the dependency stack, etc. E.g. we can start by upgradinggson
dependency, and then switch to something else (or shade the dependency).The text was updated successfully, but these errors were encountered: