Skip to content

3.0.0-M2 Micrometer binders #164

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

Closed
Tracked by #163
fabapp2 opened this issue Jun 13, 2022 · 3 comments
Closed
Tracked by #163

3.0.0-M2 Micrometer binders #164

fabapp2 opened this issue Jun 13, 2022 · 3 comments

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Jun 13, 2022

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#micrometer-binders

@BoykoAlex
Copy link
Collaborator

See openrewrite/rewrite-spring#201

If package rename is all we want then this should do it:

type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.Micrometer_3_0
displayName: Micrometer compatible with Boot 3.x
description: Switch to Micrometer compatible with Boot 3.x
recipeList:
  - org.openrewrite.java.ChangePackage:
      oldPackageName: io.micrometer.core.instrument.binder
      newPackageName: io.micrometer.binder
      recursive: true

fabapp2 pushed a commit that referenced this issue Jul 21, 2022
closes #164
closes #198
closes #155
closes #165
closes #197
closes #166

Crud repository extension (#242)

closes #236

Co-authored-by: sanagaraj-pivotal <[email protected]>
@fabapp2
Copy link
Contributor Author

fabapp2 commented Aug 16, 2022

This recipe became obsolete with the decision in micrometer-metrics/micrometer#3119
☝️ @pway99

@pway99
Copy link

pway99 commented Aug 17, 2022

thanks @fabapp2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants