Date: 2025-09-26 00:58:35
Score: 3.5
Natty:
Native Image has the restriction that "Properties that change if a bean is created are not supported (for example, @ConditionalOnProperty and .enabled properties)" due to the closed-world assumption.
https://docs.spring.io/spring-boot/reference/packaging/native-image/introducing-graalvm-native-images.html#packaging.native-image.introducing-graalvm-native-images.understanding-aot-processing
Reasons:
- Probably link only (1):
- Low length (0.5):
- No code block (0.5):
- User mentioned (1): @ConditionalOnProperty
- Low reputation (0.5):
Posted by: Toshiaki Maki