1. 23 Mar, 2021 3 commits
  2. 22 Mar, 2021 8 commits
  3. 19 Mar, 2021 9 commits
  4. 18 Mar, 2021 16 commits
  5. 17 Mar, 2021 4 commits
    • Phillip Webb's avatar
      Change Kafka cleanup.on-shutdown default to false · 6e92daa0
      Phillip Webb authored
      Align our property with the recently changed spring-kafka default.
      
      Closes gh-25730
      6e92daa0
    • Scott Frederick's avatar
      Fail fast when finalName is misconfigured · e4fa39df
      Scott Frederick authored
      When the `finalName` parameter is incorrectly set in the Spring Boot
      Maven plugin configuration instead of in the `build` configuration, the
      repackaged and original archive files are not named as expected. Prior
      to this commit, the image building goal would detect this error
      condition and throw an exception late in the process of creating the
      build container, leaving the container in an unstable state. This
      commit changes the image building goal to detect this condition early,
      before attempting to create the container.
      
      Fixes gh-25590
      e4fa39df
    • Andy Wilkinson's avatar
      Merge branch '2.4.x' · d0d78a6c
      Andy Wilkinson authored
      d0d78a6c
    • Andy Wilkinson's avatar
      Upgrade to Spring AMQP 2.3.6 · 0d7a60f8
      Andy Wilkinson authored
      Closes gh-25647
      0d7a60f8