We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of the box, the produced client code has api unit tests. These don't run because there is a missing dependecy:
<dependency> <groupId>org.glassfish.web</groupId> <artifactId>javax.el</artifactId> <version>2.2.4</version> </dependency>
java -jar swagger-codegen-cli-3.0.61.jar generate -v -i api-docs-annotated-2.8.8.json -l java -c config.json -o swagger_std_288 $ cat config.json { "io.swagger.parser.util.RemoteUrl.trustAll": "true", "hideGenerationTimestamp": "true", "useBeanValidation": "true", "dateLibrary": "java11", "performBeanValidation": "true" }
Generate the dependecy
The text was updated successfully, but these errors were encountered:
refs-swagger-api/swagger-codegen#12448 / Use ParameterMessageInterpol…
e0bc7ff
…ation to get rid of hibernate error with missing dependency
HI @TPunkiee thank you for reporting ! FIx should be addressed in: swagger-api/swagger-codegen-generators#1320. I am closing the issue.
Sorry, something went wrong.
No branches or pull requests
Description
Out of the box, the produced client code has api unit tests. These don't run because there is a missing dependecy:
Swagger-codegen version
Steps to reproduce
Suggest a fix/enhancement
Generate the dependecy
The text was updated successfully, but these errors were encountered: