FasterXML/jackson-module-kotlin

2.18 build on JDK 8 fails CI

Closed this issue · 2 comments

Search before asking

  • I searched in the issues and found nothing similar.
  • I searched in the issues of databind and other modules used and found nothing similar.
  • I have confirmed that the problem only occurs when using Kotlin.

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

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

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