Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroFix versions
Priority
Major
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroFix versions
Priority
Created July 21, 2022 at 7:09 PM
Updated August 3, 2022 at 1:40 PM
Resolved July 22, 2022 at 2:13 PM
The new custom types that integrate with Jackson and Jakarta Json would fail to compile in GraalVM native images when the respective libraries are missing from the compilation path.
This can be avoided by ensuring the static initializers don’t attempt to load the potentially missing types.