This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0dfff50 Fix Checkstyle issues new 959b6ec Remove unused imports new 6c260ab CAMEL-12420: Swagger enums for array types The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/processor/ShutdownDeferTest.java | 1 - .../camel/processor/ShutdownNotDeferTest.java | 1 - components/camel-swagger-java/pom.xml | 6 ++ .../apache/camel/swagger/RestSwaggerReader.java | 64 ++++++++++-- .../org/apache/camel/swagger/ParameterAssert.java | 114 +++++++++++++++++++++ .../camel/swagger/RestSwaggerArrayEnumTest.java | 91 ++++++++++++++++ 6 files changed, 266 insertions(+), 11 deletions(-) create mode 100644 components/camel-swagger-java/src/test/java/org/apache/camel/swagger/ParameterAssert.java create mode 100644 components/camel-swagger-java/src/test/java/org/apache/camel/swagger/RestSwaggerArrayEnumTest.java -- To stop receiving notification emails like this one, please contact zregv...@apache.org.