Closed
Description
Upgrade to v0.14, I found kotlinx-serialization-core/json becomes a dependency of dataframe-core.
If it is for processing JSON files, it should be part of the dependencies of the dataframe json module. In our backend, we use Kotlin/Spring Boot, but we do not use Kotlin Serialization as JSON serialization/deserialization.
Or it should be replaceable with the existing popular solution, not just Kotlin serialization, should be replaced with Jackson, Jakarta JSONB, Gson, etc.
When upgrading to v0.14, it will conflict with the existing Jackson config in Spring.