Skip to content

Commit ad2f774

Browse files
committed
Remove explicit call to afterSingletonsInstantiated
Closes gh-10286
1 parent d7a73e7 commit ad2f774

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/integration/SpringIntegrationMetrics.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ private void addChannelSends(MeterRegistry registry, Iterable<Tag> tags,
189189

190190
@Override
191191
public void afterSingletonsInstantiated() {
192-
// FIXME better would be to use a BeanPostProcessor
193-
this.configurer.afterSingletonsInstantiated();
194192
this.registries.forEach((registry) -> {
195193
addChannelMetrics(registry);
196194
addHandlerMetrics(registry);

0 commit comments

Comments
 (0)