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 Polish 'Log correlation IDs when Micrometer tracing is being used' 2023-07-02 20:08:45 +01:00
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 Merge branch '3.0.x' into 3.1.x 2023-06-13 13:52:10 +01:00
spring-boot-docker-compose Use kebab-case for property default values in metadata 2023-07-04 15:20:42 +01:00
spring-boot-docs Add RestClient SSL support 2023-07-05 21:22:52 +01:00
spring-boot-parent Provide dependency management for Testcontainers 2023-03-23 16:49:08 +00:00
spring-boot-starters Merge branch '3.0.x' into 3.1.x 2023-06-15 14:47:21 +01:00
spring-boot-test Merge branch '3.1.x' 2023-07-05 09:09:39 +01:00
spring-boot-test-autoconfigure Start building against Spring Framework 6.2.0-M2 snapshots 2023-07-04 10:20:33 +01:00
spring-boot-testcontainers Polish 2023-06-16 12:39:03 -07:00
spring-boot-tools Polish 2023-07-05 15:50:32 +01:00