This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.19.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from d31f273 CAMEL-12010: Mock endpoint - Should reset StreamCache when evaluating expecations new 1c32a84 CAMEL-12009: Generate headers when OneToMany tag new a99131e CAMEL-129009: Fixed CS. This closes #2092 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: .../dataformat/bindy/BindyAbstractFactory.java | 21 +++++++ ...a => BindyMarshalOneToManyWithHeadersTest.java} | 67 ++++++++++------------ .../Author.java => linkonetomany/Order.java} | 48 ++++++---------- .../MyData.java => linkonetomany/OrderItem.java} | 46 +++++++-------- ...ndyMarshalOneToManyWithHeadersTest-context.xml} | 12 ++-- 5 files changed, 98 insertions(+), 96 deletions(-) copy components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/{BindyPojoSimpleCsvMarshallTest.java => BindyMarshalOneToManyWithHeadersTest.java} (64%) mode change 100755 => 100644 copy components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/{onetomany/Author.java => linkonetomany/Order.java} (58%) copy components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/{pipeline/MyData.java => linkonetomany/OrderItem.java} (60%) copy components/camel-bindy/src/test/resources/org/apache/camel/dataformat/bindy/csv/{BindySimpleCsvMarshallTrimClipTest-context.xml => BindyMarshalOneToManyWithHeadersTest-context.xml} (78%) -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].