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 2023/10/10 08:57:09 UTC

[camel] branch CAMEL-19955 created (now dbb6be7f0cf)

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

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


      at dbb6be7f0cf CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

This branch includes the following new commits:

     new dbb6be7f0cf CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

The 1 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.



[camel] 01/01: CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

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

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

commit dbb6be7f0cfead17a14c8db307ecec4baf86a860
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 10 10:48:02 2023 +0200

    CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-infinispan/camel-infinispan-embedded/pom.xml       |  6 +++---
 components/camel-infinispan/camel-infinispan/pom.xml         | 12 ++++++------
 parent/pom.xml                                               |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/components/camel-infinispan/camel-infinispan-embedded/pom.xml b/components/camel-infinispan/camel-infinispan-embedded/pom.xml
index 60da8d69eb5..9bc9f2b0516 100644
--- a/components/camel-infinispan/camel-infinispan-embedded/pom.xml
+++ b/components/camel-infinispan/camel-infinispan-embedded/pom.xml
@@ -93,9 +93,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.infinispan.protostream</groupId>
-            <artifactId>sample-domain-implementation</artifactId>
-            <version>${protostream-version}</version>
+            <groupId>org.infinispan</groupId>
+            <artifactId>proto-sample-domain-implementation</artifactId>
+            <version>${infinispan-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-infinispan/camel-infinispan/pom.xml b/components/camel-infinispan/camel-infinispan/pom.xml
index d2b192b54e0..9bd87df1344 100644
--- a/components/camel-infinispan/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/camel-infinispan/pom.xml
@@ -126,15 +126,15 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.infinispan.protostream</groupId>
-            <artifactId>sample-domain-definition</artifactId>
-            <version>${protostream-version}</version>
+            <groupId>org.infinispan</groupId>
+            <artifactId>proto-sample-domain-definition</artifactId>
+            <version>${infinispan-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.infinispan.protostream</groupId>
-            <artifactId>sample-domain-implementation</artifactId>
-            <version>${protostream-version}</version>
+            <groupId>org.infinispan</groupId>
+            <artifactId>proto-sample-domain-implementation</artifactId>
+            <version>${infinispan-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 38441a09f1f..dc0ede594c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,7 @@
         <protobuf-version>3.23.4</protobuf-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>
-        <protostream-version>4.6.2.Final</protostream-version>
+        <protostream-version>4.6.5.Final</protostream-version>
         <prowide-version>SRU2022-10.0.2</prowide-version>
         <pubnub-version>6.3.6</pubnub-version>
         <pulsar-version>3.1.0</pulsar-version>