You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process to develop this Spring Boot Community Starter (For educational purposes),
I discovered that few Beans related to Micrometer Core was created without any name.
jabrena
changed the title
Raise an issue in Micrometer core about unnamed Beans
Create an issue on Spring Boot about unnamed Beans from Micrometer Core
Jul 17, 2023
In the process to develop this Spring Boot Community Starter (For educational purposes),
I discovered that few Beans related to Micrometer Core was created without any name.
It is necessary to create an issue on Spring Boot to fix it.
https://github.com/spring-projects/spring-boot/issues
https://github.com/micrometer-metrics/micrometer/issues
You can see the case in the following visualization:
Test:
https://github.com/jabrena/spring-boot-user-beans/blob/main/spring-boot-starter-user-beans/src/test/java/io/github/jabrena/userbeans/UnnamedMicrometerBeanTests.java
The text was updated successfully, but these errors were encountered: