Kotlin native Jackson serialization regression: EmptyList & EmptyMap missing #44472
Labels
area/jackson
Issues related to Jackson (JSON library)
area/kotlin
area/native-image
kind/bug
Something isn't working
Milestone
Describe the bug
reproducer: https://github.com/steinsag/quarkus-kotlin-native-regression
Native tests in reproducer fail.
class kotlin.collections.EmptyList
is missing in native image. Same would happen forclass kotlin.collections.EmptyMap
.Same reproducer works fine in case of downgrading to Quarkus 3.15.1.
stacktrace:
Expected behavior
Native tests don't fail after upgrading to Quarkus 3.16.
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
Linux 6.11.7 (CentOS Stream 9)
Output of
java -version
Temurin OpenJDK 21.0.4
Mandrel or GraalVM version (if different from Java)
container build
Quarkus version or git rev
3.16.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.9.9
Additional information
No response
The text was updated successfully, but these errors were encountered: