openapi-generator
openapi-generator copied to clipboard
[Spring] Resolve default value issue with Lombok Builder
Resolving #18689
thanks for the PR
can you please update the samples as well as requested in step 3 of the PR checklist?
cc @cachescrubber (2022/02) @welshm (2022/02) @MelleD (2022/02) @atextor (2022/02) @manedev79 (2022/02) @javisst (2022/02) @borsch (2022/02) @banlevente (2022/02) @Zomzog (2022/09) @martin-mfg (2023/08)
Hi @levitin, thanks for the PR!
Unfortunately, the updated java-camel sample doesn't compile. Running maven compile in samples/server/petstore/java-camel/ results in the error message "package lombok.Builder does not exist". Please fix this.
I will create a PR to have the java-camel sample automatically tested as part of the PR checks in the future.
Can this get merged now, or what are we missing here? @levitin @wing328
Can this get merged now, or what are we missing here? @levitin @wing328
As a replacement for this PR I created #19855 and resolved there the problem I mentioned in my comment above.
Awesome, @martin-mfg . Anything I can help with to get it merged?