You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/12/04 06:45:06 UTC

[camel] branch regen_bot updated (4c0490a -> c242925)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4c0490a  Sync deps
     add c242925  CAMEL-15919: map java.io.File to swagger response schema type 'file' (#4719)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/openapi/RestModelConverters.java  |  5 ++-
 .../apache/camel/openapi/RestOpenApiReader.java    |  7 ++++
 ...=> RestOpenApiReaderFileResponseModelTest.java} | 46 ++++++++--------------
 .../apache/camel/swagger/RestSwaggerReader.java    |  3 ++
 ...=> RestSwaggerReaderFileResponseModelTest.java} | 27 ++++---------
 5 files changed, 37 insertions(+), 51 deletions(-)
 copy components/camel-openapi-java/src/test/java/org/apache/camel/openapi/{RestOpenApiReaderApiDocsTest.java => RestOpenApiReaderFileResponseModelTest.java} (65%)
 copy components/camel-swagger-java/src/test/java/org/apache/camel/swagger/{RestSwaggerReaderApiDocsTest.java => RestSwaggerReaderFileResponseModelTest.java} (69%)