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 2018/12/10 15:00:12 UTC

[camel] branch sandbox/camel-3.x updated (9a8efc9 -> ddd5011)

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

acosentino pushed a change to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9a8efc9  Upgrade Infinispan to version 9.4.4.Final
     new 2cb2071  CAMEL-11492: Set consistent headings in compone...
     new ddd5011  Use the latest Hazelcast-Kubernetes fixed release 3.11.1

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:
 components/camel-azure/src/main/docs/azure.adoc                        | 3 +--
 components/camel-cxf-transport/src/main/docs/cxf-transport.adoc        | 3 +--
 components/camel-kura/src/main/docs/kura.adoc                          | 3 +--
 components/camel-leveldb/src/main/docs/leveldb.adoc                    | 3 +--
 components/camel-openstack/src/main/docs/openstack.adoc                | 3 +--
 components/camel-script/src/main/docs/script.adoc                      | 3 +--
 components/camel-shiro/src/main/docs/shiro.adoc                        | 3 +--
 components/camel-spring-cloud/src/main/docs/spring-cloud.adoc          | 3 +--
 .../camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc       | 3 +--
 components/camel-test-cdi/src/main/docs/test-cdi.adoc                  | 3 +--
 components/camel-test/src/main/docs/test.adoc                          | 3 +--
 .../src/main/resources/fabric8/hazelcast-deployment.yaml               | 2 +-
 12 files changed, 12 insertions(+), 23 deletions(-)


[camel] 02/02: Use the latest Hazelcast-Kubernetes fixed release 3.11.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ddd50117183484f60a93e8a7aa467c4e0bd4a2df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 10 15:56:43 2018 +0100

    Use the latest Hazelcast-Kubernetes fixed release 3.11.1
---
 .../src/main/resources/fabric8/hazelcast-deployment.yaml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
index 27886fc..c441b52 100644
--- a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
+++ b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
@@ -12,7 +12,7 @@ spec:
     spec: 
       containers: 
       - name: hazelcast
-        image: quay.io/pires/hazelcast-kubernetes:3.11
+        image: quay.io/pires/hazelcast-kubernetes:3.11.1
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"


[camel] 01/02: CAMEL-11492: Set consistent headings in compone...

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2cb2071524744f72b53df5e4869854094e7a09a0
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Dec 10 15:17:50 2018 +0100

    CAMEL-11492: Set consistent headings in compone...
    
    ...nt docs
    
    As a part of the automatic TOC content for components having a
    consistent way to find the component name from the heading in the
    asciidoc file is helpful.
    
    This changes headings to asciidoc style, `==` for level 2 heading.
    
    Conflicts:
    	components/camel-bam/src/main/docs/bam.adoc
    	components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
    	components/camel-guice/src/main/docs/guice.adoc
    	components/camel-rx/src/main/docs/rx.adoc
    	components/camel-scala/src/main/docs/scala-eip.adoc
    	components/camel-scala/src/main/docs/scala-getting-started.adoc
    	components/camel-scala/src/main/docs/scala.adoc
    	components/camel-servletlistener/src/main/docs/servletlistener.adoc
    	components/camel-swagger/src/main/docs/swagger.adoc
    	components/camel-urlrewrite/src/main/docs/urlrewrite.adoc
---
 components/camel-azure/src/main/docs/azure.adoc                        | 3 +--
 components/camel-cxf-transport/src/main/docs/cxf-transport.adoc        | 3 +--
 components/camel-kura/src/main/docs/kura.adoc                          | 3 +--
 components/camel-leveldb/src/main/docs/leveldb.adoc                    | 3 +--
 components/camel-openstack/src/main/docs/openstack.adoc                | 3 +--
 components/camel-script/src/main/docs/script.adoc                      | 3 +--
 components/camel-shiro/src/main/docs/shiro.adoc                        | 3 +--
 components/camel-spring-cloud/src/main/docs/spring-cloud.adoc          | 3 +--
 .../camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc       | 3 +--
 components/camel-test-cdi/src/main/docs/test-cdi.adoc                  | 3 +--
 components/camel-test/src/main/docs/test.adoc                          | 3 +--
 11 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/components/camel-azure/src/main/docs/azure.adoc b/components/camel-azure/src/main/docs/azure.adoc
index 6a9b53c..0961eb7 100644
--- a/components/camel-azure/src/main/docs/azure.adoc
+++ b/components/camel-azure/src/main/docs/azure.adoc
@@ -1,6 +1,5 @@
 [[Azure-CamelComponentsforWindowsAzureServices]]
-Camel Components for Windows Azure Services
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Camel Components for Windows Azure Services
 
 The Camel Components for https://azure.microsoft.com/[Windows Azure Services]
 provide connectivity to Azure services from Camel.
diff --git a/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc b/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
index 934a302..629b3e8 100644
--- a/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
+++ b/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
@@ -1,6 +1,5 @@
 [[CamelTransportforCXF-WhatstheCamelTransportforCXF]]
-What's the Camel Transport for CXF
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== What's the Camel Transport for CXF
 
 In CXF you offer or consume a webservice by defining its address. The
 first part of the address specifies the protocol to use. For example
diff --git a/components/camel-kura/src/main/docs/kura.adoc b/components/camel-kura/src/main/docs/kura.adoc
index f4f693f..b9c6e68 100644
--- a/components/camel-kura/src/main/docs/kura.adoc
+++ b/components/camel-kura/src/main/docs/kura.adoc
@@ -1,6 +1,5 @@
 [[Kura-EclipseKuracomponent]]
-Eclipse Kura component
-~~~~~~~~~~~~~~~~~~~~~~
+== Eclipse Kura component
 
 *Available as of Camel 2.15*
 
diff --git a/components/camel-leveldb/src/main/docs/leveldb.adoc b/components/camel-leveldb/src/main/docs/leveldb.adoc
index be98e34..84c6abb 100644
--- a/components/camel-leveldb/src/main/docs/leveldb.adoc
+++ b/components/camel-leveldb/src/main/docs/leveldb.adoc
@@ -1,6 +1,5 @@
 [[LevelDB-LevelDB]]
-LevelDB
-~~~~~~~
+== LevelDB
 
 *Available as of Camel 2.10*
 
diff --git a/components/camel-openstack/src/main/docs/openstack.adoc b/components/camel-openstack/src/main/docs/openstack.adoc
index d4b17f7..52cf2ff 100644
--- a/components/camel-openstack/src/main/docs/openstack.adoc
+++ b/components/camel-openstack/src/main/docs/openstack.adoc
@@ -1,6 +1,5 @@
 [[Openstack-OpenstackComponent]]
-Openstack Component
-~~~~~~~~~~~~~~~~~~~
+== Openstack Component
 
 *Available as of Camel 2.19*
 
diff --git a/components/camel-script/src/main/docs/script.adoc b/components/camel-script/src/main/docs/script.adoc
index 8babcc1..9368ad7 100644
--- a/components/camel-script/src/main/docs/script.adoc
+++ b/components/camel-script/src/main/docs/script.adoc
@@ -1,6 +1,5 @@
 [[Script-Script]]
-Script
-~~~~~~
+== Script
 
 *Available as of Camel 2.16*
 
diff --git a/components/camel-shiro/src/main/docs/shiro.adoc b/components/camel-shiro/src/main/docs/shiro.adoc
index 4e9ad1f..8eebcf0 100644
--- a/components/camel-shiro/src/main/docs/shiro.adoc
+++ b/components/camel-shiro/src/main/docs/shiro.adoc
@@ -1,6 +1,5 @@
 [[ShiroSecurity-ShiroSecurityComponent]]
-Shiro Security Component
-~~~~~~~~~~~~~~~~~~~~~~~~
+== Shiro Security Component
 
 *Available as of Camel 2.5*
 
diff --git a/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc b/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
index 61c796f..c5e81f5 100644
--- a/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
+++ b/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
@@ -1,6 +1,5 @@
 [[SpringCloud-SpringCloud]]
-Spring Cloud
-~~~~~~~~~~~
+== Spring Cloud
 
 *Available as of Camel 2.19*
 
diff --git a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
index ac4716d..7d637df 100644
--- a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
+++ b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
@@ -1,6 +1,5 @@
 [[SpringJavaConfig-SpringJavaConfig]]
-Spring Java Config
-~~~~~~~~~~~~~~~~~~
+== Spring Java Config
 
 Spring started life using XML Config to wire beans
 together. However some folks don't like using XML and would rather use
diff --git a/components/camel-test-cdi/src/main/docs/test-cdi.adoc b/components/camel-test-cdi/src/main/docs/test-cdi.adoc
index 238f5d6..893592c 100644
--- a/components/camel-test-cdi/src/main/docs/test-cdi.adoc
+++ b/components/camel-test-cdi/src/main/docs/test-cdi.adoc
@@ -1,6 +1,5 @@
 [[CDITesting-CDITesting]]
-CDI Testing
-~~~~~~~~~~~
+== CDI Testing
 
 http://camel.apache.org/testing.html[Testing] is a crucial part of any
 development or integration work. In case you're using the Camel CDI
diff --git a/components/camel-test/src/main/docs/test.adoc b/components/camel-test/src/main/docs/test.adoc
index d047877..cb4f468 100644
--- a/components/camel-test/src/main/docs/test.adoc
+++ b/components/camel-test/src/main/docs/test.adoc
@@ -1,6 +1,5 @@
 [[Test-TestComponent]]
-Test Component
-~~~~~~~~~~~~~~
+== Test Component
 
 Testing of distributed and asynchronous processing is
 notoriously difficult. The <<mock-component,Mock>>, <<mock-component,Test>>