You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
In #20011 we noticed that a lot of the Java libraries using the useReflectionEqualsHashCode config are missing the commons-lang3 dependency in their pom template. I also noticed the mutiny dependency missing in one of the poms for the microprofile library.
openapi-generator version
7.9.0
Steps to reproduce
e.g. update the java-feign sample with useReflectionEqualsHashCode: true, regenerate samples and run mvn integration-test -f samples/client/petstore/java/feign/pom.xml
Suggest a fix
The missing dependencies should be added to the pom templates and the samples should be updated/added so this is covered in the future. It might also be worth looking for more such cases of dependencies missing.
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
In #20011 we noticed that a lot of the Java libraries using the
useReflectionEqualsHashCode
config are missing the commons-lang3 dependency in their pom template. I also noticed the mutiny dependency missing in one of the poms for the microprofile library.openapi-generator version
7.9.0
Steps to reproduce
e.g. update the java-feign sample with
useReflectionEqualsHashCode: true
, regenerate samples and runmvn integration-test -f samples/client/petstore/java/feign/pom.xml
Suggest a fix
The missing dependencies should be added to the pom templates and the samples should be updated/added so this is covered in the future. It might also be worth looking for more such cases of dependencies missing.
The text was updated successfully, but these errors were encountered: