jdaugherty commented on code in PR #15121:
URL: https://github.com/apache/grails-core/pull/15121#discussion_r2414061382


##########
grails-converters/src/main/groovy/org/grails/web/converters/configuration/ConvertersConfigurationInitializer.java:
##########
@@ -112,6 +112,12 @@ private void initJSONConfiguration() {
             }
             marshallers.add(new 
org.grails.web.converters.marshaller.json.DateMarshaller());
         }
+        marshallers.add(new 
org.grails.web.converters.marshaller.json.CalendarMarshaller());

Review Comment:
   All of this would technically be a breaking change from past versions. I 
think we should ship the marshallers as part of 7.0.1 but remove this default 
until 8.x



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