The GitHub Actions job "End to End" on 
grails-core.git/feature/spring-media-type-negotiation-8.0.x has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
28b60ec98b7a02f1f36c51d7227c23be98c4e4a4 / Scott Murphy Heiberg 
<[email protected]>
Resolve validation messages through the MessageSource

The RFC 9457 problem and the Errors serializer both reported
error.getDefaultMessage(). For a Grails constraint that is a template,
not a message: a nullable violation rendered as

    "message": "Property [{0}] of class [{1}] cannot be null"

with the placeholders unsubstituted, in every locale. The marshaller
these paths took over from resolves through the MessageSource, which
since the i18n move onto Spring Boot also honours spring.messages.*.

Resolve each error the same way, falling back to the default message
when no MessageSource is available so the no-argument factory
constructor still works outside an application context.

Report URL: https://github.com/apache/grails-core/actions/runs/33340316573

With regards,
GitHub Actions via GitBox

Reply via email to