FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.11k stars 175 forks source link

2.18 build on JDK 8 fails CI #793

Closed cowtowncoder closed 2 months ago

cowtowncoder commented 3 months ago

Search before asking

Describe the bug

Looks like CI build on Java 8 fails for current main branch, 2.18:

https://github.com/FasterXML/jackson-module-kotlin/actions/runs/8769536004/job/24171490526

due to some API change (I think).

To Reproduce

See Github action failure mentioned abvoe.

Expected behavior

CI should pass

Versions

2.18 (branch)

Additional context

N/A

k163377 commented 2 months ago

Apparently it was your branch operation error. I cherry-picked c112afd and fixed the tree. https://github.com/FasterXML/jackson-module-kotlin/actions/runs/8860669321

cowtowncoder commented 2 months ago

@k163377 Sorry about that then & thank you for fixing!