1. 09 Jul, 2015 7 commits
    • Stephane Nicoll's avatar
      Remove outdated key · f34508ff
      Stephane Nicoll authored
      The `spring.metrics.export.redis.aggregate-key-pattern` is no longer
      defined but was still referenced in the documentation.
      f34508ff
    • Stephane Nicoll's avatar
      Force documentation of nested group · f77b0e4b
      Stephane Nicoll authored
      The `strategy` group is not detected in the meta-data because the
      Strategy inner class is not defined at the "right" level in the
      hierarchy.
      
      For now, `@NestedConfigurationProperty` was added to workaround the
      issue. Once gh-3454 is solved, we should remove them.
      f77b0e4b
    • Stephane Nicoll's avatar
      Prevent bean early initialization · 4dda1814
      Stephane Nicoll authored
      Fix `CacheManagerValidatorPostProcessor` that could lead to early bean
      initialization.
      
      Fixes gh-3440
      4dda1814
    • Stephane Nicoll's avatar
      Polish · 8cb6f7bc
      Stephane Nicoll authored
      See  gh-3372
      8cb6f7bc
    • Stephane Nicoll's avatar
      Polish · 5024c0f8
      Stephane Nicoll authored
      Add documentation for server.session.cookie keys
      
      See gh-3240
      5024c0f8
    • Phillip Webb's avatar
      Document static-resources configuration property · 2a209948
      Phillip Webb authored
      Add `spring.resources.static-locations` to the reference documentation
      appendix.
      
      Fixes gh-3372
      2a209948
    • Phillip Webb's avatar
      Add ApplicationArguments and ApplicationRunner · 582239b0
      Phillip Webb authored
      Add ApplicationArguments interface which allows SpringApplication.run
      arguments to be injected into any bean. The interface provides access
      to both the raw String[] arguments and also provides some convenience
      methods to access the parsed 'option' and 'non-option' arguments.
      
      A new ApplicationRunner interface has also been added which is
      similar to the existing CommandLineRunner.
      
      Fixes gh-1990
      582239b0
  2. 08 Jul, 2015 22 commits
  3. 07 Jul, 2015 11 commits