1. 21 May, 2019 10 commits
  2. 15 May, 2019 9 commits
  3. 14 May, 2019 18 commits
  4. 13 May, 2019 1 commit
    • Stephane Nicoll's avatar
      Restore lazy evaluation of project/build/finalName · 4c1ef630
      Stephane Nicoll authored
      This commit restores the read-only `finalName` so that its value can
      be lazily resolved against `${project.build.finalName}`.
      
      While doing the evaluation ourselves and not relying on a dedicated
      field at all would have been better, the evaluation increased the
      number of required dependencies for no good reason.
      
      IDEs should not offer auto-completion for that read-only field and it
      is not published in the generated site either.
      
      Closes gh-16456
      4c1ef630
  5. 10 May, 2019 2 commits
    • Brian Clozel's avatar
      Merge pull request #16730 from eiselems · 00b2954e
      Brian Clozel authored
      * pr/16730:
        Fix 'spring.resources.cache.period' for WebMvc
      00b2954e
    • Marcus Eisele's avatar
      Fix 'spring.resources.cache.period' for WebMvc · 94a9748c
      Marcus Eisele authored
      Before this change it got overwritten by forwarding an empty
      CacheControl to Spring. Spring itself sets CacheSeconds already
      correctly in absence (=null) of a CacheControl.
      
      Also:
      * Fixes bug in WebMvcAutoConfigurationTests.cachePeriod which
      prevented it to assert anything
      
      See gh-16488
      Closes gh-16730
      94a9748c