1. 04 Oct, 2018 3 commits
    • 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
    • Stephane Nicoll's avatar
      Merge pull request #14681 from rweisleder · a2203268
      Stephane Nicoll authored
      * pr/14681:
        Clarify Javadoc of ConditionalOn annotations
      a2203268
    • Roland Weisleder's avatar
      Clarify Javadoc of ConditionalOn annotations · d2a063b2
      Roland Weisleder authored
      Closes gh-14681
      d2a063b2
  2. 03 Oct, 2018 6 commits
  3. 02 Oct, 2018 6 commits
  4. 01 Oct, 2018 14 commits
  5. 28 Sep, 2018 2 commits
  6. 27 Sep, 2018 4 commits
  7. 26 Sep, 2018 3 commits
    • Stephane Nicoll's avatar
      Merge pull request #14592 from mdeinum · 379ce62e
      Stephane Nicoll authored
      * pr/14592:
        Polish contribution
        Polish
      379ce62e
    • Stephane Nicoll's avatar
      Polish contribution · b6e5103d
      Stephane Nicoll authored
      Closes gh-14592
      b6e5103d
    • Marten Deinum's avatar
      Polish · 77afe76e
      Marten Deinum authored
      The SpringBootContextLoader still checked if tests were annotated with
      @IntegrationTest or @WebIntegrationTest. Those classes have been
      removed in Spring Boot 1.5 and been deprecated since 1.4.
      
      This commit removes the check on the annotations as well as the static
      list of names.
      
      See gh-14592
      77afe76e
  8. 25 Sep, 2018 1 commit
  9. 24 Sep, 2018 1 commit