-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Provide detailed reference documentation for the new endpoint infrastructure #10001
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
Comments
Please consider documenting |
See #11010 for a suggestion regarding |
It is already documented. Also, your IDE should tell you that when you use that key in application.properties/yml |
We should add a small section in the reference docs to explain what the cache is for and how to configure it. |
There's a bunch of stuff already done as part of #10176. I'll review what's missing still. |
Also, let's make sure we document the dependency to |
In the documentation regarding unauthenticated access to actuator with the sample code you provide would it be useful to mention that csrf being enabled by default results in calls to POST end points being forbidden? This caught be out on upgrade from 1.5.x. |
@manderson23 see #11758 (this issue isn't supposed to touch that area anyway). |
Uh oh!
There was an error while loading. Please reload this page.
Some things to document:
@Endpoint
@JmxEndpointExtension
@ReadOperation
@Selector
@WebEndpointExtension
WebEndpointResponse
@WriteOperation
Resource
(WebFlux and Spring MVC only)-parameters
is required to infer parameter names@Nullable
for optional parametersThe text was updated successfully, but these errors were encountered: