Files
spring-boot/spring-boot-project
Brian Clozel 58e886fddf Remove @Lazy injection for HttpMessageConverters
This commit turns a lazy injection point for `HttpMessageConverters`
into an `ObjectProvider`-backed injection.

This allows to lazily rely on that bean without creating for it; in some
environments, such proxy creation can lead to issues like SPR-16990.

See gh-13785
2018-07-16 23:12:47 +02:00
..
2018-07-16 10:34:00 +02:00
2018-07-11 17:49:10 +01:00
2018-07-13 09:36:37 +02:00
2018-05-17 15:29:50 +02:00
2018-07-16 10:34:00 +02:00
2018-07-13 07:54:03 +02:00