• Phillip Webb's avatar
    Introduce EndpointID to enforce naming rules · 3105a388
    Phillip Webb authored
    Add an `EndpointID` class to enforce the naming rules that we support
    for actuator endpoints. We now ensure that all endpoint names contain
    only letters and numbers and must begin with a lower-case letter.
    
    Existing public classes and interfaces have been changes so that String
    based `endpointId` methods are deprecated and strongly typed versions
    are preferred instead. A few public classes that we're not expecting
    to be used directly have been changed without deprecated methods being
    introduced.
    
    See gh-14773
    3105a388
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...