1. 19 Mar, 2018 4 commits
  2. 18 Mar, 2018 1 commit
    • Phillip Webb's avatar
      Set using collection copies when possible · c66781a3
      Phillip Webb authored
      Update `Map` and `Collection` binders to create a copy of the existing
      collection whenever possible. Prior to this commit the binder would
      always mutate the existing value and then call the setter with the
      same instance. This could cause issues if the setter expected a
      different instance.
      
      Fixes gh-12322
      c66781a3
  3. 17 Mar, 2018 7 commits
  4. 16 Mar, 2018 15 commits
  5. 15 Mar, 2018 13 commits