1. 24 Aug, 2020 15 commits
  2. 22 Aug, 2020 2 commits
  3. 21 Aug, 2020 2 commits
    • Phillip Webb's avatar
      Add BootstrapRegisty support for config data · d123c924
      Phillip Webb authored
      Expose the `BootstrapRegisty` to both `ConfigDataLocationResolver` and
      `ConfigDataLoader` implementations. The registry is exposed via the
      context interfaces and may be used to reuse instances that are expensive
      to create. It may also be used to ultimately register beans with the
      `ApplicationContext`.
      
      Closes gh-22956
      d123c924
    • Phillip Webb's avatar
      Add BootstrapRegistry for long lived instances · 22606577
      Phillip Webb authored
      Add a simple `BootstrapRegistry` that can be used to store and share
      object instances across `EnvironmentPostProcessors`. The registry
      can be injected into the constructor of any `EnvironmentPostProcessor`.
      
      Registrations can also perform additional actions when the
      `ApplicationContext` has been prepared. For example, they could register
      the the bootstrap instances as beans so that they become available to
      the application.
      
      See gh-22956
      22606577
  4. 20 Aug, 2020 5 commits
  5. 19 Aug, 2020 16 commits