spring-boot/spring-boot-project
Stephane Nicoll ac16432fad Add AOT support for immutable ConfigurationProperties bean definitions
This commit introduces a dedicated AotProcessors for immutable
configuration properties beans as their bean definition use an
instance supplier that needs special handling. If such a bean definition
is detected, dedicated code is generated that replicates the behavior
of the instance supplier.

Closes gh-31247
2022-06-07 14:26:35 +02:00
..
2022-05-26 18:26:52 +01:00
2022-05-26 15:54:58 +01:00
2022-05-30 17:17:26 +01:00
2022-05-17 18:37:27 +01:00
2022-05-26 18:26:52 +01:00
2022-06-07 09:16:19 +02:00