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

spring data jpa rest apis are broken when micrometer dependencies are added for springboot 1.5.x #224

Closed
elue opened this issue Nov 15, 2017 · 3 comments
Labels
spring-boot change Change is needed in Spring Boot for this issue
Milestone

Comments

@elue
Copy link

elue commented Nov 15, 2017

Micrometer version : 1.0.0-rc3
Spring boot version: 1.5.8

io.micrometer
micrometer-registry-influx


io.micrometer
micrometer-spring-legacy

These 2 dependencies are preventing the spring-data-jpa rest endpoints to get exposed.

@checketts
Copy link
Contributor

checketts commented Nov 16, 2017

I'm not familiar with those specific endpoints. Are you referring to actuator endpoints? Are you seeing errors, or just the lack of actuator endpoints?

@elue
Copy link
Author

elue commented Nov 16, 2017

There are no errors, the endpoint is simply not available- its not actuator endpoints- its JPA rest endpoint for the entities defined in the project - when the micrometer dependencies are removed, its Ok.

@jkschneider
Copy link
Contributor

Thanks, I can reproduce with a fork of the Spring Data REST API sample. jkschneider/gs-accessing-data-rest@0eabe74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spring-boot change Change is needed in Spring Boot for this issue
Projects
None yet
Development

No branches or pull requests

3 participants