Files
spring-data-rest/spring-data-rest-tests
Oliver Drotbohm a71ffd65c7 Use FormattingConversionService in JSON Patch binding.
We no pipe the Spring MVC ConversionService into the JSON Patch path binding. That usually is a FormattingConversionService at runtime and also supports the conversion of dates.

The ConversionServices is configured into the BindContext(Factory) we use for binding. The context then exposes the EvaluationContext set up with it.

Fixes #2233.
2023-02-21 18:50:55 +01:00
..
2023-02-17 10:11:44 +01:00