ppalaga commented on pull request #2747:
URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-861682565


   > Hello everyone,
   > 
   > Please take a look at the commits here
   > 
[0a07b5b](https://github.com/apache/camel-quarkus/commit/0a07b5bbfd9b2b10a6e1945e34666dab5a89aa65)
   > 
   > The profile per you guys suggestd
   > 
   > ```
   > <profile>
   >             <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>
   > ```
   > 
   > can address the issue "Discovered unresolved type during parsing: 
net.openhft.affinity.Affinity."
   
   Nice to hear that.
   
   > But I still need to add com.hazelcast.internal.util.ICMPHelper into 
Runtime Initialized class list. Actually this was added by this commit 
[1580be6](https://github.com/apache/camel-quarkus/commit/1580be6d3337a864847d9edbfdc6f788ebbc4c78)(though
 I'm not sure if we have better ways to fix it), but was reverted by this later 
commit 
[f8d6447](https://github.com/apache/camel-quarkus/commit/f8d6447138ea602da3995312291090448c703435)
 by @ppalaga
   
   Could you please try to add it back so that we see whether it passes on our 
Linux CI?
   
   There are suspiciously many commits in this PR. Maybe you pushed a wrong 
branch?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to