Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
lombok superbuilder annotation doesn't work with spring boot & graalvm native image
- Host: GitHub
- URL: https://github.com/haarolean/lombok-graal
- Owner: Haarolean
- Created: 2024-02-10T09:16:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T09:21:40.000Z (9 months ago)
- Last Synced: 2024-02-10T10:27:40.850Z (9 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. mvn -DskipTests --no-transfer-progress clean package -Pnative
2. ./target/lombok = failError:
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException:
Builder class `com.example.lombok.dto.PullRequestConfig$PullRequestConfigBuilderImpl`
does not have build method (name: 'build')