You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/01/02 09:10:35 UTC

[1/5] camel git commit: CAMEL-10663: Fixed camel-cmis build issue due interface was not public

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 54264a084 -> 25d054196


CAMEL-10663: Fixed camel-cmis build issue due interface was not public


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f2c9e8d2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f2c9e8d2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f2c9e8d2

Branch: refs/heads/camel-2.18.x
Commit: f2c9e8d263e74b196388cbb01210cc3c93d8afc8
Parents: 54264a0
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 2 09:32:38 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 10:06:41 2017 +0100

----------------------------------------------------------------------
 .../camel/component/cmis/CMISSessionFacadeFactory.java       | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f2c9e8d2/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISSessionFacadeFactory.java
----------------------------------------------------------------------
diff --git a/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISSessionFacadeFactory.java b/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISSessionFacadeFactory.java
index bf6956e..f786594 100644
--- a/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISSessionFacadeFactory.java
+++ b/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISSessionFacadeFactory.java
@@ -16,7 +16,13 @@
  */
 package org.apache.camel.component.cmis;
 
-interface CMISSessionFacadeFactory {
+/**
+ * Factory to create {@link CMISSessionFacade} instances.
+ */
+public interface CMISSessionFacadeFactory {
 
+    /**
+     * Creates a new instance of CMISSessionFacade
+     */
     CMISSessionFacade create(CMISEndpoint endpoint) throws Exception;
 }


[2/5] camel git commit: Component update

Posted by da...@apache.org.
Component update


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a32ed374
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a32ed374
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a32ed374

Branch: refs/heads/camel-2.18.x
Commit: a32ed3740242a79c465799d106e01258e62664a4
Parents: f2c9e8d
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 2 10:06:21 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 10:06:47 2017 +0100

----------------------------------------------------------------------
 components/readme.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a32ed374/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 7cea667..54db5ab 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -100,7 +100,7 @@ Components
 `cm-sms:host` | The influxdb component allows to integrate with CM SMS Gateway.
 
 | link:camel-cmis/src/main/docs/cmis-component.adoc[CMIS] (camel-cmis) +
-`cmis:url` | The cmis component uses the Apache Chemistry client API and allows you to add/read nodes to/from a CMIS compliant content repositories.
+`cmis:cmsUrl` | The cmis component uses the Apache Chemistry client API and allows you to add/read nodes to/from a CMIS compliant content repositories.
 
 | link:camel-coap/src/main/docs/coap-component.adoc[CoAP] (camel-coap) +
 `coap:uri` | The coap component is used for sending and receiving messages from COAP capable devices.


[3/5] camel git commit: Upgrade Swagger Java to version 1.5.12

Posted by da...@apache.org.
Upgrade Swagger Java to version 1.5.12


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/314b0caa
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/314b0caa
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/314b0caa

Branch: refs/heads/camel-2.18.x
Commit: 314b0caa8899b1f32ac8d3f928550fdac1a5cb80
Parents: a32ed37
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Jan 2 09:42:13 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 10:07:07 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/314b0caa/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4af1034..8f27cd2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -585,7 +585,7 @@
     <swagger-scala-version>1.3.12</swagger-scala-version>
     <swagger-scala-guava-version>15.0</swagger-scala-guava-version>
     <swagger-scala-bundle-version>1.3.12_1</swagger-scala-bundle-version>
-    <swagger-java-version>1.5.11</swagger-java-version>
+    <swagger-java-version>1.5.12</swagger-java-version>
     <swagger-java-parser-version>1.0.22</swagger-java-parser-version>
     <swagger-java-guava-version>18.0</swagger-java-guava-version>
     <stax-api-version>1.0.1</stax-api-version>


[4/5] camel git commit: Upgrade undertow

Posted by da...@apache.org.
Upgrade undertow


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ead449e9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ead449e9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ead449e9

Branch: refs/heads/camel-2.18.x
Commit: ead449e9f91ea04d79c0ec0491a08c950ae7c665
Parents: 314b0ca
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 2 10:09:07 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 10:09:07 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ead449e9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 8f27cd2..1a1a9a8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -598,7 +598,7 @@
     <tinybundles-version>2.1.1</tinybundles-version>
     <twitter4j-bundle-version>4.0.5_1</twitter4j-bundle-version>
     <twitter4j-version>4.0.5</twitter4j-version>
-    <undertow-version>1.4.3.Final</undertow-version>
+    <undertow-version>1.4.8.Final</undertow-version>
     <univocity-parsers-version>2.2.2</univocity-parsers-version>
     <unix-socket-factory-version>2015-01-27T15-02-14</unix-socket-factory-version>
     <unix-socket-factory-bundle-version>1.0.0</unix-socket-factory-bundle-version>


[5/5] camel git commit: Upgrade jboss xnio

Posted by da...@apache.org.
Upgrade jboss xnio


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/25d05419
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/25d05419
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/25d05419

Branch: refs/heads/camel-2.18.x
Commit: 25d0541965e885af60af5d5f882ce01cd56dcf9f
Parents: ead449e
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 2 10:10:24 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 10:10:24 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/25d05419/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1a1a9a8..32dfaa9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -309,7 +309,7 @@
     <jboss-javaee-6-version>1.0.0.Final</jboss-javaee-6-version>
     <jboss-logging-version>3.3.0.Final</jboss-logging-version>
     <jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version>
-    <jboss-xnio-version>3.4.0.Final</jboss-xnio-version>
+    <jboss-xnio-version>3.4.3.Final</jboss-xnio-version>
     <jcache-bundle-version>1.0.0_1</jcache-bundle-version>
     <jclouds-version>1.9.2</jclouds-version>
     <!-- jclouds must use this guava version -->