1. 01 Jan, 2021 3 commits
  2. 23 Dec, 2020 10 commits
  3. 22 Dec, 2020 9 commits
  4. 21 Dec, 2020 9 commits
  5. 19 Dec, 2020 6 commits
  6. 18 Dec, 2020 3 commits
    • Phillip Webb's avatar
      Change scope of bootstrap registered Binder · 5317d8a9
      Phillip Webb authored
      Update `ConfigDataEnvironment` so that the `Binder` is registered as
      a prototype bootstrap instance. This allows it to be accessed early
      but still replaced when a more complete version is available.
      
      Fixes gh-24559
      5317d8a9
    • Phillip Webb's avatar
      Add BootstrapRegistry Scope support · e1b158ec
      Phillip Webb authored
      Update `BootstrapRegistry` so that it can be used to register instances
      in either a `singleton` or `prototype` scope. The prototype scope has
      been added so that instances can be registered and replaced later
      if needed.
      
      See gh-24559
      e1b158ec
    • Phillip Webb's avatar
      Fixup title anchors · f568aa48
      Phillip Webb authored
      f568aa48