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/10/07 07:04:28 UTC

[camel] branch master updated (a513317 -> f98b4e9)

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 a513317  Camel-Infinispan: Added more testcontainers tests for Infinispan producer
     new b7d626f  Fixed CS
     new f98b4e9  Fixed CS

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:
 .../testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java | 1 -
 .../testcontainers/InfinispanTestContainersRemoveProducerTest.java       | 1 -
 2 files changed, 2 deletions(-)


[camel] 01/02: Fixed CS

Posted by ac...@apache.org.
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 b7d626f363605969cef80c012bbec73d89789c6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 7 09:03:43 2020 +0200

    Fixed CS
---
 .../testcontainers/InfinispanTestContainersRemoveProducerTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
index 513d962..7e756cd 100644
--- a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
+++ b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersRemoveProducerTest.java
@@ -87,7 +87,6 @@ public class InfinispanTestContainersRemoveProducerTest extends InfinispanTestCo
                         .to("infinispan:mycache?hosts=" + getInfispanUrl()
                             + "&operation=GET&username=admin&password=password&secure=true&saslMechanism=RAW(DIGEST-MD5)&securityRealm=default&securityServerName=infinispan")
                         .to("mock:result");
-                ;
             }
         };
     }


[camel] 02/02: Fixed CS

Posted by ac...@apache.org.
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 f98b4e9320514234a752f92f8d83e33024345913
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 7 09:04:00 2020 +0200

    Fixed CS
---
 .../testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java
index 263f3e0..5077fd8 100644
--- a/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java
+++ b/components/camel-infinispan/src/test/java/org/apache/camel/component/infinispan/testcontainers/InfinispanTestContainersGetOrDefaultProducerTest.java
@@ -78,7 +78,6 @@ public class InfinispanTestContainersGetOrDefaultProducerTest extends Infinispan
                         .to("infinispan:mycache?hosts=" + getInfispanUrl()
                             + "&operation=GETORDEFAULT&username=admin&password=password&secure=true&saslMechanism=RAW(DIGEST-MD5)&securityRealm=default&securityServerName=infinispan")
                         .to("mock:result");
-                ;
             }
         };
     }