ffang commented on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-861629796
Hello everyone, Please take a look at the commits here https://github.com/apache/camel-quarkus/pull/2747/commits/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." But I still need to add com.hazelcast.internal.util.ICMPHelper into Runtime Initialized class list. Actually this was added by this commit 1580be6d3337a864847d9edbfdc6f788ebbc4c78(though I'm not sure if we have better ways to fix it), but was reverted by this later commit f8d6447138ea602da3995312291090448c703435 by @ppalaga Thanks! Freeman -- 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]
