You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation package currently knows about every Actuator endpoint. Rearrange things so that the package only provides the base infrastructure for documenting Actuator endpoints by moving each of the concrete endpoint-specific test classes into the same package as the auto-configuration for the endpoint that it documents.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Position each actuator endpoint documentation test class alongside its endpoint class
Position each actuator endpoint documentation test class alongside its endpoint auto-configuration class
Mar 7, 2025
Uh oh!
There was an error while loading. Please reload this page.
The
org.springframework.boot.actuate.autoconfigure.endpoint.web.documentation
package currently knows about every Actuator endpoint. Rearrange things so that the package only provides the base infrastructure for documenting Actuator endpoints by moving each of the concrete endpoint-specific test classes into the same package as the auto-configuration for the endpoint that it documents.The text was updated successfully, but these errors were encountered: