We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After latest fix, version 3.0.0-SNAPSHOT of Kotlin module passes tests for all JDKs and Kotlin version -- except for Kotlin 2.0. See f.ex:
https://github.com/FasterXML/jackson-module-kotlin/actions/runs/9635973986/job/26573371169
Errors look like:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.249 s [INFO] Finished at: 2024-06-23T19:43:30Z [INFO] ------------------------------------------------------------------------ Error: Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:2.0.0:compile (compile) on project jackson-module-kotlin: Compilation failure: Compilation failure: Error: /home/runner/work/jackson-module-kotlin/jackson-module-kotlin/src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt:[45,63] Unresolved reference 'DISABLED'. Error: /home/runner/work/jackson-module-kotlin/jackson-module-kotlin/src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt:[59,87] Unresolved reference 'CANONICALIZE'. Error: /home/runner/work/jackson-module-kotlin/jackson-module-kotlin/src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt:[79,69] Unresolved reference 'CANONICALIZE'. Error: /home/runner/work/jackson-module-kotlin/jackson-module-kotlin/src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt:[80,38] Unresolved reference 'DISABLED'.
CI test run so right Kotlin-core and JDK versions used
All tests pass
Kotlin: 2.0 Jackson-module-kotlin: 3.0.0-SNAPSHOT Jackson-databind: 3.0.0-SNAPSHOT
No response
The text was updated successfully, but these errors were encountered:
master
MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS
SORT_PROPERTIES_ALPHABETICALLY
#815 Might fix the issue
Sorry, something went wrong.
No branches or pull requests
Search before asking
Describe the bug
After latest fix, version 3.0.0-SNAPSHOT of Kotlin module passes tests for all JDKs and Kotlin version -- except for Kotlin 2.0. See f.ex:
https://github.com/FasterXML/jackson-module-kotlin/actions/runs/9635973986/job/26573371169
Errors look like:
To Reproduce
CI test run so right Kotlin-core and JDK versions used
Expected behavior
All tests pass
Versions
Kotlin: 2.0
Jackson-module-kotlin: 3.0.0-SNAPSHOT
Jackson-databind: 3.0.0-SNAPSHOT
Additional context
No response
The text was updated successfully, but these errors were encountered: