1. 20 Nov, 2020 2 commits
    • Andy Wilkinson's avatar
      08b9d1da
    • Artem Bilan's avatar
      Ensure that MeterRegistry bean is defined before SI looks for it · 7d712aaa
      Artem Bilan authored
      Previously, it was possible for Spring Integration, including its
      built-in Micrometer support, to be auto-configured before the
      Micrometer auto-configuration had defined the MeterRegistry bean. This
      resulted in missing Spring Integration metrics.
      
      Spring Integration is unusual in having its own built-in Micrometer
      support that it configures itself. Rather than providing
      auto-configuration for Integration's Micrometer support (Which isn't
      needed), this commit introduces some auto-configuration that just
      affects the ordering of the auto-configuration classes. This ordering
      ensures that the MeterRegistry bean has been defined by Spring
      Integration is auto-configured. This ensures that the MeterRegistry
      bean is known to the BeanFactory when Spring Integration goes looking
      for it.
      
      See gh-24095
      7d712aaa
  2. 18 Nov, 2020 6 commits
  3. 17 Nov, 2020 4 commits
  4. 11 Nov, 2020 2 commits
  5. 10 Nov, 2020 3 commits
  6. 05 Nov, 2020 4 commits
  7. 04 Nov, 2020 6 commits
  8. 03 Nov, 2020 8 commits
  9. 29 Oct, 2020 5 commits