You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2020/02/21 15:39:24 UTC

[camel] branch master updated (04c029e -> e218d54)

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

aldettinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 04c029e  Upgrade AWS SDK v2 to version 2.10.69
     add e218d54  CAMEL-11807: Migrated camel-avro tests to JUnit 5

No new revisions were added by this update.

Summary of changes:
 components/camel-avro/pom.xml                      |  7 +--
 .../component/avro/AvroConsumerTestSupport.java    | 22 ++++++---
 .../camel/component/avro/AvroHttpConsumerTest.java |  4 +-
 .../camel/component/avro/AvroHttpProducerTest.java |  4 +-
 .../component/avro/AvroHttpSpringProducerTest.java |  4 +-
 .../component/avro/AvroNettyConsumerTest.java      |  4 +-
 .../component/avro/AvroNettyProducerTest.java      |  4 +-
 .../avro/AvroNettySpringConsumerTest.java          |  8 ++--
 .../avro/AvroNettySpringProducerTest.java          |  4 +-
 .../component/avro/AvroProducerTestSupport.java    | 12 ++---
 .../camel/component/avro/AvroSettingsTest.java     | 52 +++++++++++++---------
 .../camel/component/avro/AvroTestSupport.java      |  2 +-
 .../avro/AvroGenericMarshaAndUnmarshaTest.java     | 11 +++--
 .../avro/AvroMarshalAndUnmarshallTest.java         |  7 ++-
 .../camel/component/avro/avro-http-producer.xml    | 14 +++---
 .../camel/component/avro/avro-netty-producer.xml   | 14 +++---
 16 files changed, 96 insertions(+), 77 deletions(-)