avi5kdonrh opened a new pull request #6015: URL: https://github.com/apache/camel/pull/6015
… generate an empty enum even when allowableValues are not specified. https://github.com/apache/camel/blob/main/components/camel-swagger-java/src/main/java/org/apache/camel/swagger/RestSwaggerReader.java#L530 checks for a null list but not for an empty list. The null check is not needed because the getAllowableValues() method already does that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
