Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days 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')