Repository: camel Updated Branches: refs/heads/master 0b074a762 -> 2f9773e24
http://git-wip-us.apache.org/repos/asf/camel/blob/2f9773e2/platforms/spring-boot/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java index bfa2433..7225161 100644 --- a/platforms/spring-boot/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java @@ -33,7 +33,6 @@ import org.apache.camel.spi.HeaderFilterStrategy; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.DeprecatedConfigurationProperty; import org.springframework.boot.context.properties.NestedConfigurationProperty; -import org.springframework.context.ApplicationContext; import org.springframework.core.task.TaskExecutor; import org.springframework.jms.core.JmsOperations; import org.springframework.jms.support.converter.MessageConverter; @@ -528,10 +527,6 @@ public class JmsComponentConfiguration { @NestedConfigurationProperty private JmsKeyFormatStrategy jmsKeyFormatStrategy; /** - * Sets the Spring ApplicationContext to use - */ - private ApplicationContext applicationContext; - /** * To use a custom QueueBrowseStrategy when browsing queues */ @NestedConfigurationProperty @@ -1134,14 +1129,6 @@ public class JmsComponentConfiguration { this.jmsKeyFormatStrategy = jmsKeyFormatStrategy; } - public ApplicationContext getApplicationContext() { - return applicationContext; - } - - public void setApplicationContext(ApplicationContext applicationContext) { - this.applicationContext = applicationContext; - } - public QueueBrowseStrategy getQueueBrowseStrategy() { return queueBrowseStrategy; } http://git-wip-us.apache.org/repos/asf/camel/blob/2f9773e2/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel index 1e85c88..757acc4 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel @@ -5,7 +5,7 @@ The @{title} component supports @{componentOptions.size()} options which are lis @end{} @if{!componentOptions.isEmpty()} -[width="100%",cols="2,1m,1m,6",options="header"] +[width="100%",cols="2,1,1,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @foreach{row : componentOptions}| **@{row.getShortName(40)}** (@{row.shortGroup}) | @{row.getShortDefaultValue(40)} | @{row.shortJavaType} | @{row.description} http://git-wip-us.apache.org/repos/asf/camel/blob/2f9773e2/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel index a2d5b40..6d14de4 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel @@ -6,7 +6,7 @@ with the following path and query parameters: #### Path Parameters (@{endpointPathOptions.size()} parameters): -[width="100%",cols="2,1,1m,6",options="header"] +[width="100%",cols="2,1,1,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @foreach{row : endpointPathOptions}| **@{row.getShortName(40)}** | @{row.getShortDefaultValue(50)} | @{row.shortJavaType} | @{row.description} @@ -14,7 +14,7 @@ with the following path and query parameters: #### Query Parameters (@{endpointOptions.size()} parameters): -[width="100%",cols="2,1m,1m,6",options="header"] +[width="100%",cols="2,1,1,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @foreach{row : endpointOptions}| **@{row.getShortName(40)}** (@{row.shortGroup}) | @{row.getShortDefaultValue(40)} | @{row.shortJavaType} | @{row.description}