Files
spring-boot/spring-boot-project
Andy Wilkinson a1c1e32947 Call spring.factories customizers in the same way as one from props
Previously, customizers loaded from spring.factories were called
using LambdaSafe. This resulted in customizers with a generic type
more specific than Object being ignored. A customizer loaded from
the logging.structured.json.customizer property was not affected as
it was called directly rather than through LambdaSafe.

This commit aligns the way in which customizers loaded from
spring.factories are called with the way in which any customizer
specified using the logging.structured.json.customizer property is
called.

Closes gh-43312
2024-11-28 11:08:32 +00:00
..
2024-11-22 15:46:38 +00:00
2024-11-27 08:25:00 +01:00
2024-11-26 13:42:40 +00:00
2024-11-22 15:46:38 +00:00
2024-11-22 15:46:38 +00:00