Skip to content

Reference documentation for enabling endpoints is out of date #10979

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
mibeumer opened this issue Nov 11, 2017 · 5 comments
Closed

Reference documentation for enabling endpoints is out of date #10979

mibeumer opened this issue Nov 11, 2017 · 5 comments
Labels
status: duplicate A duplicate of another issue

Comments

@mibeumer
Copy link

mibeumer commented Nov 11, 2017

Spring Boot actuator health Resource and many more does not work in 2.0.0 M6. Furthermore the IntelliJ Integration of the actuator endpoints are not working.
In Version 2.0.0 M1 it is working.

Only the following actuator resources are working:
http://localhost:8080/application/status
http://localhost:8080/application
http://localhost:8080/application/info

I have a normal spring boot application and added this in the pom.xml

		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-actuator</artifactId>
		</dependency>

I tried it in 2 projects.

Kind Regards
Michael

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 11, 2017
@mibeumer
Copy link
Author

mibeumer commented Nov 11, 2017

Okay, my fault. I must put the property

endpoints.default.web.enabled=true 

to the application.properties.

It is here documentated: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide

But it isn't in the general guide yet: https://docs.spring.io/spring-boot/docs/2.0.0.M6/reference/htmlsingle/

@wilkinsona
Copy link
Member

Thanks. It's a bit worse than that even. This section of the documentation states that "by default, all endpoints except for shutdown are enabled" which is no longer true.

@wilkinsona wilkinsona changed the title Spring Boot actuator health Resource and many more does not work in 2.0.0 M6 Reference documentation for enabling endpoints is out of date Nov 11, 2017
@wilkinsona wilkinsona added priority: normal type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 11, 2017
@wilkinsona wilkinsona added this to the 2.0.0.M7 milestone Nov 11, 2017
@wilkinsona
Copy link
Member

We should wait for #10176 to be resolved before tackling this.

@wilkinsona wilkinsona added the status: blocked An issue that's blocked on an external project change label Nov 12, 2017
@snicoll snicoll removed the status: blocked An issue that's blocked on an external project change label Nov 16, 2017
@philwebb
Copy link
Member

Also #10970 and any /heath decision that we end up taking.

@snicoll snicoll self-assigned this Nov 23, 2017
@snicoll
Copy link
Member

snicoll commented Nov 23, 2017

This was already documented as part of #10176 and #10970 properly updated the section on health.

@snicoll snicoll closed this as completed Nov 23, 2017
@snicoll snicoll added status: duplicate A duplicate of another issue and removed priority: normal type: documentation A documentation update labels Nov 23, 2017
@snicoll snicoll removed this from the 2.0.0.M7 milestone Nov 23, 2017
@snicoll snicoll removed their assignment Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

5 participants