Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a couple reactor-core-micrometer module compilation errors #3132

Merged
merged 2 commits into from
Jul 28, 2022

Conversation

simonbasle
Copy link
Member

The Micrometer#useRegistry has been removed but the scheduler hook
was still referencing it instead of the (deprecated) one in core.

This fixes the situation by using core's Metrics.MicrometerConfiguration
getRegistry.

The hook could be removed entirely from the micrometer module with the
upcoming introduction of TimedScheduler there.

The Micrometer#useRegistry has been removed but the scheduler hook
was still referencing it instead of the (deprecated) one in core.

This fixes the situation by using core's Metrics.MicrometerConfiguration
getRegistry.

The hook could be removed entirely from the micrometer module with the
upcoming introduction of TimedScheduler there.
@simonbasle simonbasle requested a review from a team as a code owner July 27, 2022 16:38
@simonbasle simonbasle added this to the 3.5.0-M5 milestone Jul 27, 2022
@simonbasle simonbasle added area/observability type/bug A general bug warn/blocker This blocks either a release or a downstream project labels Jul 27, 2022
@simonbasle simonbasle self-assigned this Jul 27, 2022
@simonbasle simonbasle requested a review from a team July 27, 2022 16:38
@simonbasle
Copy link
Member Author

somehow when #3128 was split, removing scheduler-related changes, it didn't trigger any tests and we didn't pick that compilation problem during the rebasing :(

@simonbasle simonbasle added type/chores A task not related to code (build, formatting, process, ...) and removed type/bug A general bug labels Jul 28, 2022
@simonbasle simonbasle changed the title Use core registry until removal of Micrometer scheduler hook Fix a couple reactor-core-micrometer module compilation errors Jul 28, 2022
@simonbasle simonbasle merged commit 2bedc5f into main Jul 28, 2022
@simonbasle simonbasle deleted the fixCompileUseRegistry branch July 28, 2022 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/observability type/chores A task not related to code (build, formatting, process, ...) warn/blocker This blocks either a release or a downstream project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants