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 2021/01/30 09:52:58 UTC

[camel] branch regen_bot updated (9aec78c -> 29605cd)

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 9aec78c  Sync deps
     add f53b7ad  Upgrade maven format plugin
     add 3cfb84e  CAMEL-16112: Fix camel-rest should create new instance of data formats. Thanks to Krzysztof Jamroz for reporting and unit test.
     add 29605cd  Upgrade impsort maven plugin

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   2 +-
 .../http/rest/RestProducerOutTypeBindingTest.java  | 123 +++++++++++++++++++++
 .../apache/camel/component/rest/RestProducer.java  |   8 +-
 parent/pom.xml                                     |   2 +-
 pom.xml                                            |   2 +-
 5 files changed, 130 insertions(+), 7 deletions(-)
 create mode 100644 components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestProducerOutTypeBindingTest.java