spring-boot/spring-boot-project
Brian Clozel 46b7bd2f23 Add configuration property to enable micrometer annotations
Prior to this commit, the Micrometer annotations support (`@Timed`,
`@Counted`...) was guarded by the presence of both Micrometer and
AspectJ on the classpath.

This signal is too weak, considering the startup performance impact and
the fact that the AspectJ dependency can be brought transitively in many
cases.

This commit adds a new `micrometer.observations.annotations.enabled`
property that is set to `false` by default to only process the
annotations support when this property is enabled.

Fixes gh-39128
2024-01-15 13:51:15 +01:00
..
spring-boot Fix configuration property conversion for CharSequence inputs 2024-01-12 11:09:29 +00:00
spring-boot-actuator Merge branch '3.1.x' into 3.2.x 2024-01-12 17:08:23 +00:00
spring-boot-actuator-autoconfigure Add configuration property to enable micrometer annotations 2024-01-15 13:51:15 +01:00
spring-boot-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-01-11 13:55:34 +00:00
spring-boot-dependencies Upgrade to Spring WS 4.0.10 2024-01-15 10:14:54 +00:00
spring-boot-devtools Merge branch '3.1.x' into 3.2.x 2024-01-11 10:33:57 +00:00
spring-boot-docker-compose Merge branch '3.1.x' 2023-12-05 14:02:52 +01:00
spring-boot-docs Add configuration property to enable micrometer annotations 2024-01-15 13:51:15 +01:00
spring-boot-parent Polish 2023-11-22 10:16:19 +01:00
spring-boot-starters Add the LangChain4J to the list of community starters 2023-12-19 23:14:01 -08:00
spring-boot-test Merge branch '3.1.x' into 3.2.x 2024-01-11 10:33:57 +00:00
spring-boot-test-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-01-11 10:33:57 +00:00
spring-boot-testcontainers Merge branch '3.1.x' into 3.2.x 2024-01-11 10:33:57 +00:00
spring-boot-tools Fix handling of nested: UNC paths on Windows 2024-01-12 15:53:19 +00:00