ppalaga commented on a change in pull request #2813: URL: https://github.com/apache/camel-quarkus/pull/2813#discussion_r655640425
########## File path: integration-tests/geocoder/src/main/java/org/apache/camel/quarkus/component/geocoder/it/MockApiService.java ########## @@ -21,8 +21,10 @@ import javax.enterprise.context.ApplicationScoped; import com.google.maps.GeoApiContext; +import io.quarkus.runtime.annotations.RegisterForReflection; @ApplicationScoped +@RegisterForReflection(targets = GeoApiContext.Builder.class) Review comment: Unlike `@RegisterForReflection`, `quarkus.camel.native.reflection` supports wildcards so they are not fully interchangeable. -- 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: us...@infra.apache.org