You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/29 15:15:50 UTC

[camel] branch master updated (ef3a798 -> 8d9a2f4)

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

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


    from ef3a798  Update google-pubsub-component.adoc
     add 8d9a2f4  CAMEL-12606: Fixed regression in camel test blueprint behaviour.

No new revisions were added by this update.

Summary of changes:
 camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java    | 2 +-
 .../{CustomConverterTest.java => CustomConverterRegressionTest.java}  | 4 ++--
 .../converter/{FooConverter.java => FooConverterRegression.java}      | 4 ++--
 .../test/resources/META-INF/services/org/apache/camel/TypeConverter   | 2 +-
 .../CustomConverterRegressionTest.xml}                                | 3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)
 copy components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/converter/{CustomConverterTest.java => CustomConverterRegressionTest.java} (93%)
 copy components/camel-test-blueprint/src/test/java/org/apache/camel/test/blueprint/converter/{FooConverter.java => FooConverterRegression.java} (93%)
 copy components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/{BlueprintAddServiceTest.xml => converter/CustomConverterRegressionTest.xml} (95%)