forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reactor#1911 Instrument ScheduledExecutorService via Micrometer
Since Micrometer 1.3.0, `ScheduledExecutorService` are instrumented by Micrometer, which returns the decorated instance with the correct type. The `TimedScheduledExecutorService` adhoc class has consequently been removed. Micrometer 1.2 is no longer supported, but `latest.release` might cause issues with upcoming breaking changes. Since the dependency appears in the BOM as optional, we instead make it an explicit statement about the minimal version Reactor needs.
- Loading branch information
1 parent
9e03cfb
commit cac0f8c
Showing
2 changed files
with
3 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters