andi-huber commented on code in PR #3263:
URL: https://github.com/apache/causeway/pull/3263#discussion_r2557642065


##########
commons/src/main/java/org/apache/causeway/commons/io/YamlUtils.java:
##########
@@ -178,46 +177,49 @@ public DumperOptions allowReadOnlyProperties(final 
DumperOptions opts) {
      * SnakeYaml as of 2.2 does not support Java records. So we use Jackson 
instead.
      * @param loadCustomizer
      */
-    private ObjectMapper createJacksonReader(
+    private YAMLMapper createJacksonReader(
             final Optional<YamlLoadCustomizer> loadCustomizer,
             final JsonUtils.JacksonCustomizer ... customizers) {
         var yamlFactory = YAMLFactory.builder()
-                .loaderOptions(loadCustomizer
-                        .map(YamlUtils::createLoaderOptions)
-                        .orElseGet(YamlUtils::createLoaderOptions))
+//                .loaderOptions(loadCustomizer

Review Comment:
   migrate



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