1. 06 Nov, 2017 5 commits
  2. 05 Nov, 2017 5 commits
  3. 04 Nov, 2017 7 commits
    • Phillip Webb's avatar
      Allow ApplicationPid to write to a new file · fabf14ff
      Phillip Webb authored
      Update `ApplicationPid` so that "canWrite" is only called for files
      that already exist.
      
      See gh-9922
      Fixes gh-10784
      fabf14ff
    • Phillip Webb's avatar
      Merge pull request #10906 from jkschneider/micrometer-rc3 · 14462502
      Phillip Webb authored
      * gh-10906:
        Polish Micrometer 1.0.0-rc.3 upgrade
        Upgrade to Micrometer 1.0.0-rc.3
      14462502
    • Phillip Webb's avatar
      Polish Micrometer 1.0.0-rc.3 upgrade · cf17e570
      Phillip Webb authored
      Polish Micrometer 1.0.0-rc.3 upgrade changes.
      
      Closes gh-10906
      cf17e570
    • Jon Schneider's avatar
      Upgrade to Micrometer 1.0.0-rc.3 · 65e68760
      Jon Schneider authored
      Upgrade to Micrometer 1.0.0-rc.3 and refactor existing
      auto-configuration to align with updated APIs.
      
      Note that Spring MVC instrumentation has now changed from an interceptor
      to a Filter.
      
      See gh-10906
      65e68760
    • Phillip Webb's avatar
      Align ReactiveWebApplicationContext with framework · fa191d8c
      Phillip Webb authored
      Refactor `ReactiveWebApplicationContext` implementations to align closer
      with the `WebApplicationContext` implementations defined in
      Spring Framework.
      
      The following classes are now provided:
      
        - `AnnotationConfigReactiveWebApplicationContext` -- A refreshable
          reactive web context with support for `@Configuration` classes.
      
        - `GenericReactiveWebApplicationContext` -- A non-refreshable reactive
          GenericApplicationContext.
      
        - `ReactiveWebServerApplicationContext` --  A non-refreshable reactive
          GenericApplicationContext with support for server discovery.
      
        - `AnnotationConfigReactiveWebServerApplicationContext` -- A
          non-refreshable reactive `GenericApplicationContext` with support
          for `@Configuration` classes and server discovery.
      
      These classes roughly align to the following Servlet equivalents:
      
        - `AnnotationConfigWebApplicationContext` (Spring Framework)
        - `GenericWebApplicationContext` (Spring Framework)
        - `ServletWebServerApplicationContext` (Spring Boot)
        - `AnnotationConfigServletWebServerApplicationContext` (Spring Boot)
      
      An additional `ConfigurableReactiveWebEnvironment` interface as also
      been introduced, primarily for `@ConditionalOnWebApplication` to use.
      
      Fixes gh-10852
      fa191d8c
    • Phillip Webb's avatar
      Move `Assume` to spring-boot-test-support · b6166dc1
      Phillip Webb authored
      Fixes gh-10866
      b6166dc1
    • Phillip Webb's avatar
      Polish · 427d2622
      Phillip Webb authored
      427d2622
  4. 03 Nov, 2017 23 commits