Open koperagen opened 4 months ago
Well... That was a long journey. For some reason, the logger of io.swagger.v3.parser.OpenAPIV3Parser
gets the name "i.swagger.v3.parser.OpenAPIV3Parser"
. So, to disable it, you need that exact name.
The logger of io.swagger.v3.parser.util.DeserializationUtils
becomes "i.s.v.p.util.DeserializationUtils"
for some reason... That explains why I couldn't disable it.
Still, disabling the error is hard. I am able to disable it from normal running code, but it seems like Gradle somewhere is picking it up and piping it to stderr :/
Any ideas?
https://www.kaggle.com/datasets/ruchi798/data-science-job-salaries Try to generate a schema:
It appears as an error, while code generation was in fact successful. Looks bad, i'd revisit why this needs logging and remove if possible https://github.com/Kotlin/dataframe/blob/808e3d8c93c80c0cee89dd106bf7911ffd828545/dataframe-openapi/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/isOpenApi.kt#L15