ppalaga commented on a change in pull request #2707:
URL: https://github.com/apache/camel-quarkus/pull/2707#discussion_r643751452



##########
File path: 
integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/JsonDataformatsRoute.java
##########
@@ -39,14 +41,16 @@
 import org.apache.camel.spi.DataFormat;
 import org.apache.johnzon.mapper.reflection.JohnzonParameterizedType;
 
+@ApplicationScoped
 public class JsonDataformatsRoute extends RouteBuilder {
 
+    @Inject
+    ObjectMapper jacksonObjectMapper;

Review comment:
       Ah, sorry, I have misread the diff. I thought jacksonObjectMapper is a 
local var on line 54.




-- 
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


Reply via email to