spring-boot/configuration-metadata
Stéphane Nicoll d7c482aa16 Replace @OptionalParameter with JSpecify's @Nullable
This commit removes OptionalParameter in favor of the nullness support
introduced in Spring Framework 7. The parameter of an action can now
be flagged as optional using JSpecify's @Nullable, and simplifies the
setup for those who are using JSpecify as only a single annotation is
required.

Closes gh-45390
2025-09-10 15:01:43 +02:00
..
spring-boot-configuration-metadata
spring-boot-configuration-metadata-changelog-generator Remove support for Jersey 2025-09-02 11:36:52 +01:00
spring-boot-configuration-processor Replace @OptionalParameter with JSpecify's @Nullable 2025-09-10 15:01:43 +02:00