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 2020/03/19 09:46:41 UTC

[camel-spring-boot] 01/03: Camel-Core-starter: Fixed build and regen

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 9a058d6d361ae9f3766c72944832ffc6afcc85e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 10:36:17 2020 +0100

    Camel-Core-starter: Fixed build and regen
---
 .../rest/springboot/RestConfigurationDefinitionAutoConfiguration.java | 4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components-starter/camel-core-starter/src/main/java/org/apache/camel/model/rest/springboot/RestConfigurationDefinitionAutoConfiguration.java b/components-starter/camel-core-starter/src/main/java/org/apache/camel/model/rest/springboot/RestConfigurationDefinitionAutoConfiguration.java
index 3f91b5f..efaadab 100644
--- a/components-starter/camel-core-starter/src/main/java/org/apache/camel/model/rest/springboot/RestConfigurationDefinitionAutoConfiguration.java
+++ b/components-starter/camel-core-starter/src/main/java/org/apache/camel/model/rest/springboot/RestConfigurationDefinitionAutoConfiguration.java
@@ -20,7 +20,7 @@ import java.util.HashMap;
 import java.util.Map;
 import javax.annotation.Generated;
 import org.apache.camel.CamelContext;
-import org.apache.camel.model.rest.RestConstants;
+import org.apache.camel.component.rest.RestComponent;
 import org.apache.camel.spi.RestConfiguration;
 import org.apache.camel.spring.boot.util.CamelPropertiesHelper;
 import org.apache.camel.support.IntrospectionSupport;
@@ -53,7 +53,7 @@ public class RestConfigurationDefinitionAutoConfiguration {
     private RestConfigurationDefinitionProperties config;
 
     @Lazy
-    @Bean(name = RestConstants.DEFAULT_REST_CONFIGURATION_ID)
+    @Bean(name = RestComponent.DEFAULT_REST_CONFIGURATION_ID)
     @ConditionalOnClass(CamelContext.class)
     @ConditionalOnMissingBean
     public RestConfiguration configureRestConfigurationDefinition()
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index c2628c0..0d4b7bb 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4123,7 +4123,7 @@
       <dependency>
         <groupId>org.codehaus.jettison</groupId>
         <artifactId>jettison</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.1</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>