We have missed updating org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor#isOptionalParameter
. This also checks for Spring Framework's @Nullable
. Problem here is that we can't rely on Nullness
, as the annotation processor has no dependencies.
Originally posted by @mhalbritter in #46593