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
- Host: GitHub
- URL: https://github.com/haarolean/lombok-graal
- Owner: Haarolean
- Archived: true
- Created: 2024-02-10T09:16:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T09:21:40.000Z (over 2 years ago)
- Last Synced: 2025-02-17T05:33:45.765Z (over 1 year 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 = 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')