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/28 16:52:01 UTC

[camel-quarkus] branch 2800/remove-addition-affinity created (now dd823b0a94)

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

nfilotto pushed a change to branch 2800/remove-addition-affinity
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


      at dd823b0a94 Ref #2800: Remove the addition of affinity for mac os

This branch includes the following new commits:

     new dd823b0a94 Ref #2800: Remove the addition of affinity for mac os

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-quarkus] 01/01: Ref #2800: Remove the addition of affinity for mac os

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

nfilotto pushed a commit to branch 2800/remove-addition-affinity
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit dd823b0a94fc83c35a0c61404fe147d152c6c1b9
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed Jun 28 18:51:41 2023 +0200

    Ref #2800: Remove the addition of affinity for mac os
---
 integration-tests/hazelcast/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/integration-tests/hazelcast/pom.xml b/integration-tests/hazelcast/pom.xml
index 84995a4280..79a5f19f67 100644
--- a/integration-tests/hazelcast/pom.xml
+++ b/integration-tests/hazelcast/pom.xml
@@ -95,22 +95,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <!--this profile should be removed once https://github.com/apache/camel-quarkus/issues/2800
-                or https://github.com/hazelcast/quarkus-hazelcast-client/issues/189 get resolved
-            -->
-            <id>hazelcast-mac</id>
-            <activation>
-                <os><family>mac</family></os>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>net.openhft</groupId>
-                    <artifactId>affinity</artifactId>
-                    <version>3.20.0</version>
-                </dependency>
-            </dependencies>
-        </profile>
         <profile>
             <id>virtualDependencies</id>
             <activation>