1. 11 May, 2018 21 commits
  2. 10 May, 2018 4 commits
  3. 09 May, 2018 13 commits
  4. 08 May, 2018 2 commits
    • Andy Wilkinson's avatar
      Upgrade to Spring Session Apple-SR2 · e407ed5f
      Andy Wilkinson authored
      Closes gh-13103
      e407ed5f
    • Andy Wilkinson's avatar
      Allow Jersey-based Actuator to be used with separate management port · 8ce41109
      Andy Wilkinson authored
      Previously, when the Jersey-based Actuator was configure with a
      separate management port, the resulting child context would fail to
      start due to their being no ResourceConfigCustomizer beans available.
      
      This commit updates the configuration so that the customizer's are
      injected using an ObjectProvider and an empty list is used in the
      event of their being no customizer beans. This aligns the child
      context configuration class with JerseyAutoConfiguration which
      already used this approach.
      
      Closes gh-12975
      8ce41109