You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotation processor automatically considers inner classes as nested properties … You can use the @NestedConfigurationProperty annotation on a field to indicate that a regular (non-inner) class should be treated as if it were nested.
All of the fields above are of types that are inner-classes so @NestedConfigurationProperty isn't needed. Those properties, which are all nested beneath Registration, don't appear in the documentation appendix (or the metadata from which the documentation is derived) due to #9945.
Shouldn't these have the nested annotation on them?
spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyProperties.java
Lines 60 to 74 in fa686bb
total diff below, more than happy to submit a PR:
diff
The text was updated successfully, but these errors were encountered: