We update our spring boot version to 3.0.0 and build native image with below mentioned grallvm version.
openjdk version "17.0.5" 2022-10-18
OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08)
OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08, mixed mode, sharing)
While call the API which use Jackson-databind annotation then it will return with an error.
Overview
We update our spring boot version to 3.0.0 and build native image with below mentioned grallvm version.
While call the API which use Jackson-databind annotation then it will return with an error.
Related Issues
@RegisterReflectionForBindingshould register hints for Jackson annotations #29426@JsonNamingstrategy is not supported in GraalVM native image #29386