An open API service indexing awesome lists of open source software.

https://github.com/haarolean/lombok-graal

lombok superbuilder annotation doesn't work with spring boot & graalvm native image
https://github.com/haarolean/lombok-graal

Last synced: over 1 year ago
JSON representation

lombok superbuilder annotation doesn't work with spring boot & graalvm native image

Awesome Lists containing this project

README

          

1. mvn -DskipTests --no-transfer-progress clean package -Pnative
2. ./target/lombok = fail

Error:
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException:
Builder class `com.example.lombok.dto.PullRequestConfig$PullRequestConfigBuilderImpl`
does not have build method (name: 'build')