You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/06/28 16:55:57 UTC

[GitHub] [camel-quarkus] essobedo opened a new pull request, #5025: Ref #2800: Remove the addition of affinity for mac os

essobedo opened a new pull request, #5025:
URL: https://github.com/apache/camel-quarkus/pull/5025

   related to #2800
   
   ## Motivation
   
   Thx to https://github.com/hazelcast/quarkus-hazelcast-client/issues/189, affinity is already included so we need to remove the automatic addition of the library otherwise on MacOS we end up with a build error of type:
   ```
   [WARN] 
   Dependency convergence error for net.openhft:affinity:3.23.3 paths to dependency are:
   +-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
     +-org.apache.camel.quarkus:camel-quarkus-hazelcast:3.0.0-SNAPSHOT
       +-com.hazelcast:quarkus-hazelcast-client:4.0.0
         +-net.openhft:affinity:3.23.3
   and
   +-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
     +-net.openhft:affinity:3.20.0
   [WARN] Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
   Failed while enforcing releasability. See above detailed error message.
   ```
   
   ## Modifications
   
   * Remove the maven profile adding `affinity` for MacOS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton merged pull request #5025: Ref #2800: Remove the addition of affinity for mac os

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton merged PR #5025:
URL: https://github.com/apache/camel-quarkus/pull/5025


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org