1. 01 Jul, 2020 3 commits
  2. 30 Jun, 2020 16 commits
  3. 29 Jun, 2020 7 commits
  4. 26 Jun, 2020 1 commit
    • Scott Frederick's avatar
      Improve validation of layertools input · 9a083584
      Scott Frederick authored
      This commit improves the validation performed on the user
      input provided to the layertools jarmode to provide more
      clear error messages when the input is not correct and
      reduce the chance of ambiguity.
      
      Fixes gh-22042
      9a083584
  5. 25 Jun, 2020 2 commits
  6. 24 Jun, 2020 5 commits
    • Scott Frederick's avatar
      Merge branch '2.2.x' into 2.3.x · 72f37c41
      Scott Frederick authored
      Fixes gh-22061 in 2.3.2
      72f37c41
    • Scott Frederick's avatar
      Fix RedisReactiveHealthIndicator in clustered configuration · b2730370
      Scott Frederick authored
      Prior to Spring Data Redis version 2.2.8, the contents of the
      Properties object returned from the
      ReactiveRedisConnection.ServerCommands.info API were the same
      for clustered and non-clustered Redis configurations, containing a set
      of key/value pairs. This allowed ReactiveRedisHealthIndicator to get
      a version property using a well-known key. Starting with Spring Data
      Redis 2.2.8, the info property keys contain a host:port prefix in a
      clustered Redis configuration. This prevented
      ReactiveRedisHealthIndicator from getting the version property as
      before and resulted in the health always being reported as DOWN.
      
      This commit adjusts ReactiveRedisHealthIndicator to detect the
      clustered configuration from Spring Data Redis and find the version
      property for one of the reported cluster nodes.
      
      Fixes gh-22061
      b2730370
    • Andy Wilkinson's avatar
      Merge branch '2.2.x' into 2.3.x · fc2e3770
      Andy Wilkinson authored
      Closes gh-22087
      fc2e3770
    • Andy Wilkinson's avatar
      Merge branch '2.1.x' into 2.2.x · 3fed27fd
      Andy Wilkinson authored
      Closes gh-22085
      3fed27fd
    • Andy Wilkinson's avatar
      Use Groovy's bom in spring-boot-dependencies · 0b453365
      Andy Wilkinson authored
      Closes gh-22084
      0b453365
  7. 23 Jun, 2020 6 commits