1. 27 Jan, 2021 4 commits
  2. 26 Jan, 2021 13 commits
  3. 23 Jan, 2021 1 commit
    • Phillip Webb's avatar
      Skip direct @ConfugurationProperties binding · c268f5d4
      Phillip Webb authored
      Add a `BindRestriction` option to `Bindable` which allows direct
      property binding to be bypassed. The option is automatically applied
      by the `ConfigurationPropertiesBinder`.
      
      Prior to this commit, `@ConfugurationProperties` binding could silently
      fail if a direct property existed that could be converted to the
      properties class. This can be the case if a single-argument constructor
      is available as the `ObjectToObject` converter would kick in.
      
      Closes gh-16038
      Co-authored-by: 's avatarMadhura Bhave <mbhave@pivotal.io>
      c268f5d4
  4. 22 Jan, 2021 13 commits
  5. 21 Jan, 2021 9 commits