jamesnetherton opened a new issue #2340: URL: https://github.com/apache/camel-quarkus/issues/2340
Seems usage of `AbstractMessageListenerContainer` is a new thing. Some additional proxy configuration looks to be required. May also need to cut out the MicroMeter code paths, but I have not dug into the details. For now the native IT will be disabled. ``` 2021-03-17 08:00:30,342 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): com.oracle.svm.core.jdk.UnsupportedFeatureError: Proxy class defined by interfaces [interface org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer$ContainerDelegate, interface org.springframework.aop.SpringProxy, interface org.springframework.aop.framework.Advised, interface org.springframework.core.DecoratingProxy] not found. Generating proxy classes at runtime is not supported. Proxy classes need to be defined at image build time by specifying the list of interfaces that they implement. To define proxy classes use -H:DynamicProxyConfigurationFiles=<comma-separated-config-files> and -H:DynamicProxyConfigurationResources=<comma-separated-config-resources> options. ``` ---------------------------------------------------------------- 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]
