jamesnetherton opened a new issue #3021: URL: https://github.com/apache/camel-quarkus/issues/3021
As per the use case outlined here: https://camel.apache.org/manual/latest/pojo-consuming.html#_advanced_use_with_property_naming_convention If you try to use `property`, then it results in an NPE: ``` [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.2.0.CR1:build (quarkus-build) on project camel-quarkus-integration-test-messaging-common: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [ERROR] [error]: Build step org.apache.camel.quarkus.core.deployment.ConsumeProcessor#generateConsumeRoutes threw an exception: java.lang.NullPointerException [ERROR] at org.apache.camel.quarkus.core.deployment.ConsumeProcessor.generateConsumeRoutes(ConsumeProcessor.java:160) ``` Not sure whether its feasible to support such a feature at build time, so we could document it as unsupported. @ppalaga WDYT? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
