1. 14 Jan, 2021 20 commits
  2. 13 Jan, 2021 14 commits
  3. 12 Jan, 2021 6 commits
    • Scott Frederick's avatar
      Enforce builder and run images in the same registry · a9e711e5
      Scott Frederick authored
      Previously, when an authenticated Docker builder registry was
      configured in the Maven or Gradle plugin and the builder and run
      images specified different registries, the authentication credentials
      would be sent to both registries. This could cause confusion if both
      registries don't recognize the same credentials. This commit enforces
      that both images are in the same registry when authentication
      is configured.
      
      Fixes gh-24552
      a9e711e5
    • Phillip Webb's avatar
      Merge branch '2.3.x' into 2.4.x · a6a7c06e
      Phillip Webb authored
      a6a7c06e
    • Phillip Webb's avatar
      Update copyright year of changed files · 9da0bd85
      Phillip Webb authored
      9da0bd85
    • Phillip Webb's avatar
      Detect bad properties in profile specific files · b6cb9c01
      Phillip Webb authored
      Throw an `InvalidConfigDataPropertyException` if bad properties are
      detected in profile specific files. The following properties will now
      trigger an exception if used in a profile specific file:
      
      	`spring.profiles.include`
      	`spring.profiles.active`
      	`spring.profiles.default`
      	`spring.config.activate.on-profile`
      	`spring.profiles`
      
      Prior to this commit, profile based properties in a profile specific
      file would be silently ignored, making them hard to find.
      
      Fixes gh-24733
      b6cb9c01
    • Madhura Bhave's avatar
      Fix typo · 5ed2b11e
      Madhura Bhave authored
      5ed2b11e
    • Andy Wilkinson's avatar
      Merge branch '2.3.x' into 2.4.x · 1cc9bd93
      Andy Wilkinson authored
      1cc9bd93