spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

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

Closed dilipdhankecha2530 closed 1 year ago

dilipdhankecha2530 commented 1 year ago

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.

mhalbritter commented 1 year ago

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!