1. 09 Apr, 2015 11 commits
    • Phillip Webb's avatar
      Support embedded jar initialization scripts · 79348184
      Phillip Webb authored
      Update the Maven and Gradle plugin to generate fully executable jar
      files on Unix like machines. A launcher bash script is added to the
      front of the jar file which handles execution.
      
      The default execution script will either launch the application or
      handle init.d service operations (start/stop/restart) depending on if
      the application is executed directly, or via a symlink to init.d.
      
      See gh-1117
      79348184
    • Phillip Webb's avatar
      Merge branch '1.2.x' · ffc5d565
      Phillip Webb authored
      ffc5d565
    • Phillip Webb's avatar
      Polish · e94de703
      Phillip Webb authored
      e94de703
    • Andy Wilkinson's avatar
      Upgrade to Spring Security 4 · ba3d4e9e
      Andy Wilkinson authored
      This commit updates Spring Boot to use Spring Security 4. As a result
      of this, the coordinates of Thmyeleaf's Spring Security extra, for
      which dependency management and auto-configuration is provided, have
      been updated to the Spring Security 4 variant.
      
      Closes gh-2727
      ba3d4e9e
    • Andy Wilkinson's avatar
      Merge branch '1.2.x' · d3c70fa1
      Andy Wilkinson authored
      d3c70fa1
    • Dave Syer's avatar
      Fix bug in trace repository · 8cdff1cf
      Dave Syer authored
      When reverse==false we have to be careful to remove the right element
      when capacity is reached.
      8cdff1cf
    • Andy Wilkinson's avatar
      Upgrade to Spring Data Fowler RELEASE · d13878e1
      Andy Wilkinson authored
      The versions in the dependency management for the various datastore
      dependencies have been aligned with those used by Spring Data Fowler.
      
      The Data REST tests and sample application has been updated to configure
      the base path in favour of the deprecated base uri property
      
      Closes gh-2673
      d13878e1
    • Dave Syer's avatar
      76ca00fa
    • Dave Syer's avatar
      Add flag to TraceRepository to reverse order of listing · 8ef21b31
      Dave Syer authored
      Default to true (so existing apps change their behaviour, but that
      seems to be the majority vote).
      
      Fixes gh-2794
      8ef21b31
    • Andy Wilkinson's avatar
      Merge branch 'gh-2399' · 87977886
      Andy Wilkinson authored
      87977886
    • Andy Wilkinson's avatar
      Polish Elasticsearch health indicator · 03b109a2
      Andy Wilkinson authored
       - Nest the configuration class in HealthIndicatorAutoConfiguration,
         bringing it into line with the other health indicator configuration
         classes
       - Include the statistics from the response in the health’s details
       - Map YELLOW to UP rather than UNKNOWN as it indicates that the cluster
         is running but that “the primary shard is allocated but replicas are
         not” [1]. The details can be used to determine the precise state of
         the cluster.
       - Add a property to configure the time that the health indicator will
         wait to receive a response from the cluster
       - Document the configuration properties
       - Update the tests to cover the updated functionality
      
      See gh-2399
      
      [1] http://www.elastic.co/guide/en/elasticsearch/reference/1.x/cluster-health.html
      03b109a2
  2. 08 Apr, 2015 11 commits
  3. 07 Apr, 2015 18 commits