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/02/02 10:17:25 UTC

[camel] branch regen_bot updated (68f3d82 -> dba8366)

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 68f3d82  Regen for commit 16e21de5d8bb854949629d337d8dc642ceabba45
     add dba8366  CAMEL-16114: ClassResolver should be able to load array classes, which can be used by dataformats such as jackson. Thanks to Bob Paulin for the unit test.

No new revisions were added by this update.

Summary of changes:
 ...a => JacksonMarshalUnmarshalPojoArrayTest.java} | 33 ++++++++++++++--------
 .../org/apache/camel/builder/DataFormatClause.java | 11 ++++++++
 .../java/org/apache/camel/util/ObjectHelper.java   | 15 ++++++++++
 .../test/java/org/apache/camel/util/MyPojo.java    |  4 +--
 .../camel/util/ObjectHelperLoadClassTest.java}     | 32 ++++++++++-----------
 5 files changed, 66 insertions(+), 29 deletions(-)
 copy components/camel-jackson/src/test/java/org/apache/camel/component/jackson/{JacksonMarshalUnmarshalArrayTest.java => JacksonMarshalUnmarshalPojoArrayTest.java} (67%)
 copy components/camel-spring/src/test/java/org/apache/camel/spring/DummyBean.java => core/camel-util/src/test/java/org/apache/camel/util/MyPojo.java (94%)
 copy core/{camel-core/src/test/java/org/apache/camel/catalog/RuntimeCamelCatalogEndpointUriAssemblerTest.java => camel-util/src/test/java/org/apache/camel/util/ObjectHelperLoadClassTest.java} (52%)