You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/15 09:06:57 UTC

[camel] branch main updated: CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1 (#10398)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3ab4c687e22 CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1 (#10398)
3ab4c687e22 is described below

commit 3ab4c687e222ec0579ba8a1e4be3d90a00436077
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Thu Jun 15 11:06:50 2023 +0200

    CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1 (#10398)
    
    ## Motivation
    
    After migrating to Upgrade to SRU2022-10.0.0, some tests failed due to [a reflection issue when serializing the MX messages in JSON ](https://github.com/prowide/prowide-iso20022/pull/83#issuecomment-1580150900).
    
    ## Modifications
    
    * Upgrades to SRU2022-10.0.1 that contains the bug fix
    * Removes the temporary workaround
---
 camel-dependencies/pom.xml     |  2 +-
 components/camel-swift/pom.xml | 11 -----------
 parent/pom.xml                 |  2 +-
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f06b62e1823..23a804f0084 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -416,7 +416,7 @@
         <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>
-        <prowide-version>SRU2022-10.0.0</prowide-version>
+        <prowide-version>SRU2022-10.0.1</prowide-version>
         <pubnub-version>6.3.5</pubnub-version>
         <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>
diff --git a/components/camel-swift/pom.xml b/components/camel-swift/pom.xml
index 42df0592d16..08030e6160e 100644
--- a/components/camel-swift/pom.xml
+++ b/components/camel-swift/pom.xml
@@ -81,15 +81,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>--add-opens java.base/java.time=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 620c8d4b91a..8ed8d5e16e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -411,7 +411,7 @@
         <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>
-        <prowide-version>SRU2022-10.0.0</prowide-version>
+        <prowide-version>SRU2022-10.0.1</prowide-version>
         <pubnub-version>6.3.5</pubnub-version>
         <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>