-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Remove /t characters from swagger.yaml #166
base: master
Are you sure you want to change the base?
Conversation
/t (tab) characters cause problems in some versions of swagger-codegen-cli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, Tyler!
What language/implementation/version of codegen causes what err?
What is your business connection with NASA's UTM? afaik I have not met you.
Irene at NASA
Hey Irene, {
"library": "spring-boot",
"java8": "true",
"dateLibrary": "java8",
"modelPackage": "gov.nasa.utm.utmcommons.model",
"useBeanValidation": "true"
} The company I work for is exploring FIMS/UTM development. Thank you for your time! Edited to add the error:
The error doesn't tell you much, but I tested with a more recent version of the 2.x swagger-codegen-cli (v2.4.9) and it specifically called out the \t(TAB) characters as the cause of the parse error:
|
/t (tab) characters cause problems in some versions of swagger-codegen-cli