[camel] branch master updated: CAMEL-12242 - camel-wordpress feature

2018-02-14 Thread acosentino
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.git


The following commit(s) were added to refs/heads/master by this push:
 new 8517722  CAMEL-12242 - camel-wordpress feature
8517722 is described below

commit 85177223fa2143199cda5d3630b4eb893409f449
Author: Andrea Cosentino 
AuthorDate: Wed Feb 14 09:18:31 2018 +0100

CAMEL-12242 - camel-wordpress feature
---
 .../karaf/features/src/main/resources/features.xml | 14 +
 .../camel/itest/karaf/CamelWordpressTest.java  | 33 ++
 2 files changed, 47 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 7912071..c05130e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2326,6 +2326,20 @@
 mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version}
 mvn:org.apache.camel/camel-websocket/${project.version}
   
+  
+cxf-core
+cxf-jaxrs
+camel-core
+mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}
+mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}
+mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}
+mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/${jackson2-version}
+mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${jackson2-version}
+mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${jackson2-version}
+mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/${jackson2-version}
+mvn:com.google.guava/guava/${google-guava-version}
+mvn:org.apache.camel/camel-wordpress/${project.version}
+  
   
 camel-core
 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/${ant-bundle-version}
diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelWordpressTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelWordpressTest.java
new file mode 100644
index 000..b0a0339
--- /dev/null
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelWordpressTest.java
@@ -0,0 +1,33 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.itest.karaf;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.ops4j.pax.exam.junit.PaxExam;
+
+@RunWith(PaxExam.class)
+public class CamelWordpressTest extends BaseKarafTest {
+
+public static final String COMPONENT = 
extractName(CamelWordpressTest.class);
+
+@Test
+public void test() throws Exception {
+testComponent(COMPONENT);
+}
+
+}

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.


[camel] branch master updated (8517722 -> f102d82)

2018-02-14 Thread acosentino
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 8517722  CAMEL-12242 - camel-wordpress feature
 new caa1dba  Upgrade Chronicle Bytes to version 1.10.19
 new f102d82  Upgrade Chronicle Thread to version 1.9.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.


[camel] 01/02: Upgrade Chronicle Bytes to version 1.10.19

2018-02-14 Thread acosentino
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.git

commit caa1dba2efbb07ffe126444dce67db0f64639982
Author: Andrea Cosentino 
AuthorDate: Wed Feb 14 14:59:15 2018 +0100

Upgrade Chronicle Bytes to version 1.10.19
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bedc2ab..e217064 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -120,7 +120,7 @@
 1.2
 3.2.6_1
 3.2.6
-1.10.17
+1.10.19
 1.10.1
 1.13.27
 2.4.17

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.


[camel] 02/02: Upgrade Chronicle Thread to version 1.9.8

2018-02-14 Thread acosentino
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.git

commit f102d823535d2edc8b95b175d6b7a41644706e0d
Author: Andrea Cosentino 
AuthorDate: Wed Feb 14 14:59:35 2018 +0100

Upgrade Chronicle Thread to version 1.9.8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e217064..d2e4f35 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
 2.4.17
 1.10.1
 4.6.70
-1.9.6
+1.9.8
 1.10.17
 3.3.1
 3.3.1_1

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.


[camel] branch master updated (f102d82 -> cecbad0)

2018-02-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from f102d82  Upgrade Chronicle Thread to version 1.9.8
 new 0c3f2f2  CAMEL-12244: Intercept send to endpoint moved inner processor 
to external class.
 new 6195679  Regen
 new cecbad0  CAMEL-12244: Fixed intercept send to endpoint with 
ServicePoolAware producers not being released back in pool.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/impl/InterceptSendToEndpoint.java | 113 ++--
 .../impl/InterceptSendToEndpointProcessor.java | 147 +
 ...terceptSendToEndpointServicePoolProcessor.java} |  19 +--
 ...ceptSendToEndpointServicePoolProducerTest.java} |  72 +-
 .../camel-spring-boot-dependencies/pom.xml |   2 +-
 5 files changed, 203 insertions(+), 150 deletions(-)
 create mode 100644 
camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
 copy 
camel-core/src/main/java/org/apache/camel/impl/{DefaultProducerServicePool.java 
=> InterceptSendToEndpointServicePoolProcessor.java} (65%)
 copy 
camel-core/src/test/java/org/apache/camel/processor/{DefaultScheduledPollConsumerBridgeErrorHandlerTest.java
 => intercept/InterceptSendToEndpointServicePoolProducerTest.java} (57%)

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.


[camel] 01/03: CAMEL-12244: Intercept send to endpoint moved inner processor to external class.

2018-02-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 0c3f2f28ede94f8e7a47934d523b29d1eacc7720
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 06:57:24 2018 -0500

CAMEL-12244: Intercept send to endpoint moved inner processor to external 
class.
---
 .../apache/camel/impl/InterceptSendToEndpoint.java | 107 +--
 .../impl/InterceptSendToEndpointProcessor.java | 143 +
 2 files changed, 148 insertions(+), 102 deletions(-)

diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
index b94b3eb..629803c 100644
--- 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
@@ -18,8 +18,6 @@ package org.apache.camel.impl;
 
 import java.util.Map;
 
-import org.apache.camel.AsyncCallback;
-import org.apache.camel.AsyncProcessor;
 import org.apache.camel.CamelContext;
 import org.apache.camel.Consumer;
 import org.apache.camel.Endpoint;
@@ -34,8 +32,6 @@ import org.apache.camel.util.ServiceHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import static org.apache.camel.processor.PipelineHelper.continueProcessing;
-
 /**
  * This is an endpoint when sending to it, is intercepted and is routed in a 
detour
  *
@@ -46,7 +42,6 @@ public class InterceptSendToEndpoint implements Endpoint, 
ShutdownableService {
 private static final Logger LOG = 
LoggerFactory.getLogger(InterceptSendToEndpoint.class);
 
 private final Endpoint delegate;
-private Producer producer;
 private Processor detour;
 private boolean skip;
 
@@ -65,6 +60,10 @@ public class InterceptSendToEndpoint implements Endpoint, 
ShutdownableService {
 this.detour = detour;
 }
 
+public Processor getDetour() {
+return detour;
+}
+
 public Endpoint getDelegate() {
 return delegate;
 }
@@ -99,103 +98,7 @@ public class InterceptSendToEndpoint implements Endpoint, 
ShutdownableService {
 }
 
 public Producer createProducer() throws Exception {
-producer = delegate.createProducer();
-return new DefaultAsyncProducer(delegate) {
-
-public Endpoint getEndpoint() {
-return producer.getEndpoint();
-}
-
-public Exchange createExchange() {
-return producer.createExchange();
-}
-
-public Exchange createExchange(ExchangePattern pattern) {
-return producer.createExchange(pattern);
-}
-
-@Deprecated
-public Exchange createExchange(Exchange exchange) {
-return producer.createExchange(exchange);
-}
-
-@Override
-public boolean process(Exchange exchange, AsyncCallback callback) {
-// process the detour so we do the detour routing
-if (LOG.isDebugEnabled()) {
-LOG.debug("Sending to endpoint: {} is intercepted and 
detoured to: {} for exchange: {}", new Object[]{getEndpoint(), detour, 
exchange});
-}
-// add header with the real endpoint uri
-exchange.getIn().setHeader(Exchange.INTERCEPTED_ENDPOINT, 
delegate.getEndpointUri());
-
-// detour the exchange using synchronous processing
-try {
-detour.process(exchange);
-} catch (Exception e) {
-exchange.setException(e);
-}
-
-// Decide whether to continue or not; similar logic to the 
Pipeline
-// check for error if so we should break out
-if (!continueProcessing(exchange, "skip sending to original 
intended destination: " + getEndpoint(), LOG)) {
-callback.done(true);
-return true;
-}
-
-// determine if we should skip or not
-boolean shouldSkip = skip;
-
-// if then interceptor had a when predicate, then we should 
only skip if it matched
-Boolean whenMatches = (Boolean) 
exchange.removeProperty(Exchange.INTERCEPT_SEND_TO_ENDPOINT_WHEN_MATCHED);
-if (whenMatches != null) {
-shouldSkip = skip && whenMatches;
-}
-
-if (!shouldSkip) {
-if (exchange.hasOut()) {
-// replace OUT with IN as detour changed something
-exchange.setIn(exchange.getOut());
-exchange.setOut(null);
-}
-
-// route to original destination leveraging the 
asynchronous routing engine if possible
-

[camel] 02/03: Regen

2018-02-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 6195679a1cdadd31e9654b021c28a2f668d12dda
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 07:47:08 2018 -0500

Regen
---
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 7488bc2..14c6f32 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3369,7 +3369,7 @@
   
 org.knowm.xchange
 xchange-core
-4.3.2
+4.3.3
   
   
 org.mozilla

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.


[camel] 03/03: CAMEL-12244: Fixed intercept send to endpoint with ServicePoolAware producers not being released back in pool.

2018-02-14 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit cecbad0bab7fbd0438922ed6f2d805a69b91b44c
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 09:00:14 2018 -0500

CAMEL-12244: Fixed intercept send to endpoint with ServicePoolAware 
producers not being released back in pool.
---
 .../apache/camel/impl/InterceptSendToEndpoint.java |   8 +-
 .../impl/InterceptSendToEndpointProcessor.java |   8 +-
 ...nterceptSendToEndpointServicePoolProcessor.java |  31 ++
 ...rceptSendToEndpointServicePoolProducerTest.java | 119 +
 4 files changed, 163 insertions(+), 3 deletions(-)

diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
index 629803c..b4d1d90 100644
--- 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpoint.java
@@ -27,6 +27,7 @@ import org.apache.camel.ExchangePattern;
 import org.apache.camel.PollingConsumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
+import org.apache.camel.ServicePoolAware;
 import org.apache.camel.ShutdownableService;
 import org.apache.camel.util.ServiceHelper;
 import org.slf4j.Logger;
@@ -98,7 +99,12 @@ public class InterceptSendToEndpoint implements Endpoint, 
ShutdownableService {
 }
 
 public Producer createProducer() throws Exception {
-return new InterceptSendToEndpointProcessor(this, delegate, skip);
+Producer producer = delegate.createProducer();
+if (producer instanceof ServicePoolAware) {
+return new InterceptSendToEndpointServicePoolProcessor(this, 
delegate, producer, skip);
+} else {
+return new InterceptSendToEndpointProcessor(this, delegate, 
producer, skip);
+}
 }
 
 public Consumer createConsumer(Processor processor) throws Exception {
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
index 10c1052..1808525 100644
--- 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointProcessor.java
@@ -28,6 +28,10 @@ import org.slf4j.LoggerFactory;
 
 import static org.apache.camel.processor.PipelineHelper.continueProcessing;
 
+/**
+ * {@link org.apache.camel.Processor} used to interceptor and detour the 
routing
+ * when using the {@link InterceptSendToEndpoint} functionality.
+ */
 public class InterceptSendToEndpointProcessor extends DefaultAsyncProducer {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(InterceptSendToEndpointProcessor.class);
@@ -36,11 +40,11 @@ public class InterceptSendToEndpointProcessor extends 
DefaultAsyncProducer {
 private final Producer producer;
 private final boolean skip;
 
-public InterceptSendToEndpointProcessor(InterceptSendToEndpoint endpoint, 
Endpoint delegate, boolean skip) throws Exception {
+public InterceptSendToEndpointProcessor(InterceptSendToEndpoint endpoint, 
Endpoint delegate, Producer producer, boolean skip) throws Exception {
 super(delegate);
 this.endpoint = endpoint;
 this.delegate = delegate;
-this.producer = delegate.createProducer();
+this.producer = producer;
 this.skip = skip;
 }
 
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointServicePoolProcessor.java
 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointServicePoolProcessor.java
new file mode 100644
index 000..9de74ef
--- /dev/null
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToEndpointServicePoolProcessor.java
@@ -0,0 +1,31 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.impl;
+
+import org.apache.camel.Endpoint;
+import org.apache.camel.Producer;
+import 

[camel] branch master updated: Fixed small typos in LRUSoftCache javadoc

2018-02-14 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 3eb2ac1  Fixed small typos in LRUSoftCache javadoc
3eb2ac1 is described below

commit 3eb2ac1ab875cca2b219380a667e05764f7473bd
Author: aldettinger 
AuthorDate: Wed Feb 14 18:50:26 2018 +0100

Fixed small typos in LRUSoftCache javadoc
---
 camel-core/src/main/java/org/apache/camel/util/LRUSoftCache.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/util/LRUSoftCache.java 
b/camel-core/src/main/java/org/apache/camel/util/LRUSoftCache.java
index 39bcaf6..e59e51e 100644
--- a/camel-core/src/main/java/org/apache/camel/util/LRUSoftCache.java
+++ b/camel-core/src/main/java/org/apache/camel/util/LRUSoftCache.java
@@ -25,10 +25,10 @@ package org.apache.camel.util;
  * when it wants to reclaim objects when it's running out of memory. Therefore 
this implementation does
  * not support all the {@link java.util.Map} methods.
  * 
- * The following methods is only be be used:
+ * Only methods below should be used:
  * 
  *   containsKey - To determine if the key is in the cache and refers to a 
value
- *   entrySet - To return a set of all the entries (as key/value 
paris)
+ *   entrySet - To return a set of all the entries (as key/value 
pairs)
  *   get - To get a value from the cache
  *   isEmpty - To determine if the cache contains any values
  *   keySet - To return a set of the current keys which refers to a 
value
@@ -42,7 +42,7 @@ package org.apache.camel.util;
  * The {@link #containsValue(Object)} method should not be used as it's 
not adjusted to check
  * for the existence of a value without catering for the soft references.
  * 
- * Notice that if the JVM reclaim memory the content of this cache may be 
garbage collected, without any
+ * Notice that if the JVM reclaims memory, the content of this cache may be 
garbage collected without any
  * eviction notifications.
  * 
  * Use {@link LRUCacheFactory} to create a new instance (do not use the 
constructor).

-- 
To stop receiving notification emails like this one, please contact
aldettin...@apache.org.


[camel] 01/04: Upgrade to google drive v2-rev297-1.22.0

2018-02-14 Thread janstey
This is an automated email from the ASF dual-hosted git repository.

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

commit faa1bde6c820ff1e96e95027c13f94b1dab3134b
Author: Jonathan Anstey 
AuthorDate: Wed Feb 14 15:18:35 2018 -0330

Upgrade to google drive v2-rev297-1.22.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d2e4f35..4ab648d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -265,7 +265,7 @@
 1.0.10
 19.0
 1.22.0
-
v2-rev263-1.22.0
+
v2-rev297-1.22.0
 
v3-rev243-1.22.0
 
v1-rev63-1.22.0
 
v2-rev352-1.22.0

-- 
To stop receiving notification emails like this one, please contact
jans...@apache.org.


[camel] 02/04: Upgrade to google calendar v3-rev291-1.22.0

2018-02-14 Thread janstey
This is an automated email from the ASF dual-hosted git repository.

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

commit 376cc4b1866d98c2a39558516cdecb176cca0437
Author: Jonathan Anstey 
AuthorDate: Wed Feb 14 15:20:53 2018 -0330

Upgrade to google calendar v3-rev291-1.22.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ab648d..3771541 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -266,7 +266,7 @@
 19.0
 1.22.0
 
v2-rev297-1.22.0
-
v3-rev243-1.22.0
+
v3-rev291-1.22.0
 
v1-rev63-1.22.0
 
v2-rev352-1.22.0
 
v1-rev12-1.22.0

-- 
To stop receiving notification emails like this one, please contact
jans...@apache.org.


[camel] 04/04: Fix CS

2018-02-14 Thread janstey
This is an automated email from the ASF dual-hosted git repository.

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

commit fff38e1f1b4589fa7ca2e39ea3c0e889bb6bf620
Author: Jonathan Anstey 
AuthorDate: Wed Feb 14 16:16:40 2018 -0330

Fix CS
---
 .../src/main/java/org/apache/camel/component/ahc/AhcBinding.java  | 4 ++--
 .../src/main/java/org/apache/camel/component/ahc/AhcProducer.java | 4 ++--
 .../main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcBinding.java
 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcBinding.java
index b6d940f..2537197 100644
--- 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcBinding.java
+++ 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcBinding.java
@@ -18,12 +18,12 @@ package org.apache.camel.component.ahc;
 
 import java.io.ByteArrayOutputStream;
 
+import io.netty.handler.codec.http.HttpHeaders;
+
 import org.apache.camel.Exchange;
 import org.asynchttpclient.HttpResponseStatus;
 import org.asynchttpclient.Request;
 
-import io.netty.handler.codec.http.HttpHeaders;
-
 /**
  * Binding from Camel to/from {@link com.ning.http.client.AsyncHttpClient}
  */
diff --git 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcProducer.java
 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcProducer.java
index dbec1a0..cc02349 100644
--- 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcProducer.java
+++ 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/AhcProducer.java
@@ -18,6 +18,8 @@ package org.apache.camel.component.ahc;
 
 import java.io.ByteArrayOutputStream;
 
+import io.netty.handler.codec.http.HttpHeaders;
+
 import org.apache.camel.AsyncCallback;
 import org.apache.camel.Exchange;
 import org.apache.camel.impl.DefaultAsyncProducer;
@@ -27,8 +29,6 @@ import org.asynchttpclient.HttpResponseBodyPart;
 import org.asynchttpclient.HttpResponseStatus;
 import org.asynchttpclient.Request;
 
-import io.netty.handler.codec.http.HttpHeaders;
-
 /**
  *
  */
diff --git 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java
 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java
index 86466fa..b6bbac6 100644
--- 
a/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java
+++ 
b/components/camel-ahc/src/main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java
@@ -30,6 +30,8 @@ import java.util.List;
 import java.util.Map;
 import java.util.TreeMap;
 
+import io.netty.handler.codec.http.HttpHeaders;
+
 import org.apache.camel.CamelExchangeException;
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;
@@ -50,8 +52,6 @@ import 
org.asynchttpclient.request.body.generator.InputStreamBodyGenerator;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import io.netty.handler.codec.http.HttpHeaders;
-
 public class DefaultAhcBinding implements AhcBinding {
 
 protected final Logger log = LoggerFactory.getLogger(this.getClass());

-- 
To stop receiving notification emails like this one, please contact
jans...@apache.org.


[camel] branch master updated (3eb2ac1 -> fff38e1)

2018-02-14 Thread janstey
This is an automated email from the ASF dual-hosted git repository.

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


from 3eb2ac1  Fixed small typos in LRUSoftCache javadoc
 new faa1bde  Upgrade to google drive v2-rev297-1.22.0
 new 376cc4b  Upgrade to google calendar v3-rev291-1.22.0
 new b4a5d56  Upgrade to gmail v1-rev81-1.22.0
 new fff38e1  Fix CS

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/camel/component/ahc/AhcBinding.java| 4 ++--
 .../src/main/java/org/apache/camel/component/ahc/AhcProducer.java   | 4 ++--
 .../main/java/org/apache/camel/component/ahc/DefaultAhcBinding.java | 4 ++--
 parent/pom.xml  | 6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jans...@apache.org.


[camel] 03/04: Upgrade to gmail v1-rev81-1.22.0

2018-02-14 Thread janstey
This is an automated email from the ASF dual-hosted git repository.

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

commit b4a5d56a4b1b0b9f9c274543b6347f61b00cd722
Author: Jonathan Anstey 
AuthorDate: Wed Feb 14 15:23:57 2018 -0330

Upgrade to gmail v1-rev81-1.22.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3771541..eb55649 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -267,7 +267,7 @@
 1.22.0
 
v2-rev297-1.22.0
 
v3-rev291-1.22.0
-
v1-rev63-1.22.0
+
v1-rev81-1.22.0
 
v2-rev352-1.22.0
 
v1-rev12-1.22.0
 0.30

-- 
To stop receiving notification emails like this one, please contact
jans...@apache.org.


[camel] branch master updated: Upgrade Spring Cloud Netflix to version 1.4.3.RELEASE

2018-02-14 Thread acosentino
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.git


The following commit(s) were added to refs/heads/master by this push:
 new 376300e  Upgrade Spring Cloud Netflix to version 1.4.3.RELEASE
376300e is described below

commit 376300eb6c84727a5db57957eec4be99f1159a69
Author: Andrea Cosentino 
AuthorDate: Thu Feb 15 07:49:36 2018 +0100

Upgrade Spring Cloud Netflix to version 1.4.3.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index eb55649..78c7984 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
 1.5.10.RELEASE
 
 1.3.1.RELEASE
-1.4.2.RELEASE
+1.4.3.RELEASE
 1.2.0
 1.13.6.RELEASE
 1.2.6.RELEASE

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.