- 20 Dec, 2018 37 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15535
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit f9ce6c9d. See gh-15505
-
Andy Wilkinson authored
Closes gh-15532
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-15531
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-15530
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-15529
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-15528
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15239
-
Andy Wilkinson authored
Closes gh-15518
-
Andy Wilkinson authored
Closes gh-15517
-
Andy Wilkinson authored
Closes gh-15516
-
Andy Wilkinson authored
Closes gh-15515
-
Andy Wilkinson authored
Closes gh-15514
-
Andy Wilkinson authored
Closes gh-15513
-
Andy Wilkinson authored
Closes gh-15512
-
Andy Wilkinson authored
Closes gh-15511
-
Andy Wilkinson authored
Closes gh-15510
-
Andy Wilkinson authored
Closes gh-15509
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15508
-
Andy Wilkinson authored
Closes gh-15507
-
Andy Wilkinson authored
Closes gh-15506
-
Andy Wilkinson authored
Closes gh-15505
-
Andy Wilkinson authored
Closes gh-15504
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15503
-
Andy Wilkinson authored
Closes gh-15502
-
Andy Wilkinson authored
Closes gh-15501
-
Andy Wilkinson authored
Closes gh-15500
-
- 19 Dec, 2018 3 commits
-
-
Andy Wilkinson authored
Closes gh-15468
-
Andy Wilkinson authored
Closes gh-15468
-
Andy Wilkinson authored
Previously, MeterRegistryPostProcessor would trigger the creation of all meter binders and meter registry customizers before applying the customizers and calling the binders. In some situations with complex dependency graphs where the creation of a binder and the injection of its dependencies inadvertently triggered some meter binding, this could result in meters being bound before the registry had been customized. This commit reworks MeterRegistryPostProcessor and MeterRegistryConfigurer to defer the retrieval of registry customizers and meter binders until just before they are needed. As a result, customizers are now retrieved and applied before the binders are retrieved. Closes gh-15483
-