You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/30 14:26:12 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2415: Fix of Spring RabbitMQ integration test failures after spring update

JiriOndrusek commented on a change in pull request #2415:
URL: https://github.com/apache/camel-quarkus/pull/2415#discussion_r604147286



##########
File path: extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc
##########
@@ -0,0 +1,5 @@
+You can use component without any special configuration in the JVM mode.

Review comment:
       Thanks, fixed.

##########
File path: extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc
##########
@@ -0,0 +1,5 @@
+You can use component without any special configuration in the JVM mode.
+
+In native mode you have to add compiler flag `-H:+InlineBeforeAnalysis`,
+to allow removal in static methods (see https://github.com/oracle/graal/issues/2594[graal issue]).
+Component fails without this flag in the native mode.

Review comment:
       Thanks, fixed.




-- 
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:
users@infra.apache.org