• Stephane Nicoll's avatar
    Fix missing metadata for nested POJO · 1b10d3fc
    Stephane Nicoll authored
    This commit fixes missing descriptions and default values when
    applicable for `management.server.ssl`, `server.compression`,
    `server.http2`, `server.servlet.jsp`, `server.servlet.session` and
    `server.ssl`.
    
    Those nested namespace are managed by a POJO that is declared outside
    of the module of the target @ConfigurationProperties type using it. As
    a result, the annotation processor has no access to the source model and
    can't extract the description and the default value, if any.
    
    This commit migrates the misleading field-level Javadoc to manual meta
    data for the time being.
    
    Closes gh-14669
    1b10d3fc
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...