spring-boot/spring-boot-project
Andy Wilkinson f4e05c91c7 Use converter beans in preference to ObjectToObjectConverter
Previously, with the converter beans in a conversion service that
appears after the bean factory's conversion service, they would not
be called for a conversion that could be handled by the
ObjectToObjectConverter in the bean factory's conversion service.

This commit creates a new FormattingConversionService that is empty
except for the converter beans and places it first in the list.
It's followed by the bean factory's conversion service. The shared
application conversion service is added to the end of the list to
pick up any conversions that the previous two services could not
handle. This should maintain backwards compatibility with the
previous arrangement where the converter beans were added to an
application conversion service that went after the bean factory's
conversion service.

Fixes gh-34631
2023-07-07 08:33:15 +01:00
..
spring-boot Use converter beans in preference to ObjectToObjectConverter 2023-07-07 08:33:15 +01:00
spring-boot-actuator Merge branch '3.1.x' 2023-07-05 09:51:35 +01:00
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure Polish RestClient auto-config and tests 2023-07-06 12:22:54 +01:00
spring-boot-dependencies Merge branch '3.1.x' 2023-07-05 09:20:19 +01:00
spring-boot-devtools
spring-boot-docker-compose
spring-boot-docs Add RestClient SSL support 2023-07-05 21:22:52 +01:00
spring-boot-parent
spring-boot-starters
spring-boot-test Merge branch '3.1.x' 2023-07-05 09:09:39 +01:00
spring-boot-test-autoconfigure
spring-boot-testcontainers
spring-boot-tools Polish 2023-07-05 15:50:32 +01:00