-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Error using Spring Boot 1.3.0.M2 Actuator HATEOAS on Threaddump and Traces #96
Comments
Hi, I'm using SrpingBoot-1.3.0-M5 as my server application and got following errors when try to dump threads by spring-boot-admin:
Is it the issue as same as this thread described? |
Yes it is may be if you are using the hateoas-style-endpints. |
Have done that, it works pretty good. Thanks! 2015-10-10 2:42 GMT+08:00 Johannes Edmeier notifications@github.com:
Regards, |
Since Spring-Boot-1.3.0-M2, Actuator HTTP endpoints are enhanced with hypermedia links when Spring HATEOAS is on the classpath. There are errors on Trace and Threads tabs when they parse the response.
The text was updated successfully, but these errors were encountered: