Repository: camel Updated Branches: refs/heads/camel-2.17.x f28d32e02 -> 68a90d9ad refs/heads/master 19e9c2fc8 -> c8111d6fd
add spi-annotations to bom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c8111d6f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c8111d6f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c8111d6f Branch: refs/heads/master Commit: c8111d6fdcae9f8b7abb9fa80115746a3275185d Parents: 19e9c2f Author: Jonathan Anstey <jans...@gmail.com> Authored: Mon Aug 22 22:52:46 2016 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Mon Aug 22 22:52:46 2016 -0230 ---------------------------------------------------------------------- components-starter/camel-cache-starter/pom.xml | 2 +- components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 2 +- parent/pom.xml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c8111d6f/components-starter/camel-cache-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-cache-starter/pom.xml b/components-starter/camel-cache-starter/pom.xml index ee5ea5e..105ceaa 100644 --- a/components-starter/camel-cache-starter/pom.xml +++ b/components-starter/camel-cache-starter/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>camel-cache-starter</artifactId> <packaging>jar</packaging> - <name>Spring-Boot Starter :: Camel :: Cache</name> + <name>Spring-Boot Starter :: Camel :: Cache (deprecated)</name> <description>Spring-Boot Starter for Camel Cache support based on ehCache</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/c8111d6f/components/camel-bindy/src/main/docs/bindy-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc index 59aa943..090b6d2 100644 --- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc +++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc @@ -74,7 +74,7 @@ The Bindy dataformat supports 3 options which are listed below. [width="100%",cols="2s,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description -| type | KeyValue | BindyType | Whether to use csv fixed or key value pairs mode. +| type | Csv | BindyType | Whether to use csv fixed or key value pairs mode. | classType | | String | Name of model class to use. | locale | | String | To configure a default locale to use such as us for united states. To use the JVM platform default locale then use the name default |======================================================================= http://git-wip-us.apache.org/repos/asf/camel/blob/c8111d6f/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3ee4e20..eca354e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1950,6 +1950,11 @@ <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>spi-annotations</artifactId> + <version>${project.version}</version> + </dependency> <!-- camel starters -->