-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove -H:+InlineBeforeAnalysis from Spring RabbitMQ test once Quarkus has InlineBeforeAnalysisBuildItem #2416
Comments
|
A fix is underway |
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Jun 4, 2021
…s has InlineBeforeAnalysisBuildItem apache#2416
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Jun 4, 2021
…s has InlineBeforeAnalysisBuildItem apache#2416
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Jun 4, 2021
…s has InlineBeforeAnalysisBuildItem apache#2416
ppalaga
added a commit
to ppalaga/camel-quarkus
that referenced
this issue
Jun 6, 2021
…s has InlineBeforeAnalysisBuildItem apache#2416
ppalaga
added a commit
that referenced
this issue
Jun 7, 2021
…s has InlineBeforeAnalysisBuildItem #2416
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a requirement to provide a compiler flag
-H:+InlineBeforeAnalysis
for native mode ofspring-rabbitmq
component.Flag should be replaced with buildItem once following feature (quarkusio/quarkus#16117) is implemented in quarkus.
(Another solution is to remove
spring-rabbitmq
, if there is a new rabbitmq component, which is not based on the spring framework)The text was updated successfully, but these errors were encountered: