essobedo commented on code in PR #9572:
URL: https://github.com/apache/camel/pull/9572#discussion_r1140618662


##########
components/camel-snakeyaml/src/main/java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java:
##########
@@ -389,6 +391,7 @@ private BaseConstructor defaultConstructor(CamelContext 
context) {
         }
 
         LoaderOptions options = new LoaderOptions();
+        options.setTagInspector(new TrustedTagInspector());

Review Comment:
   No need to filter the tags by class name knowing that it will be done later



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

Reply via email to