spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support

Home Page:https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Builder class `com.demo.Test$Builder` does not have build method (name: 'build')

dilipdhankecha2530 opened this issue · comments

We face this issue while creating native build and may be this is because of jackson-databind dependency.

@JsonDeserialize( builder = Catalog.Builder.class )
May be because of above one we face this issue.

Hello,

Spring Native is now superseded by Spring Boot 3 official native support, see the related reference documentation for more details.

Could you migrate your project to Spring Boot 3 and check if the native support in there solves your problem? If not, please report it on the Spring Boot issue tracker. Thanks a lot!