-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
Micrometer 1.9.0-M4 duplicates the binders in a separate module named
micrometer-binders
, and marks the binders in the core module as
deprecated. This change is done to ease the migration to 2.0.0, where the binders in the core modules will be dropped.
Spring Boot should build against Micrometer 1.9.0-M4 and use the binders in the micrometer-binders
module. However, user-contributed beans should still work even if they come from the micrometer-core
module.
We should note in the release notes that with Spring Boot 3.0, which will use Micrometer 2.0, the support for the old binders in micrometer-core
will be dropped.
Metadata
Metadata
Assignees
Labels
type: dependency-upgradeA dependency upgradeA dependency upgrade