Browse Source
Use consistent packages for endpoints and endpoint auto-configuration. Closes gh-47606pull/47626/head
61 changed files with 96 additions and 236 deletions
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for the cache abstraction endpoints. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.cache.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
org.springframework.boot.cache.autoconfigure.CacheAutoConfiguration |
||||
org.springframework.boot.cache.autoconfigure.endpoint.CachesEndpointAutoConfiguration |
||||
org.springframework.boot.cache.autoconfigure.CachesEndpointAutoConfiguration |
||||
org.springframework.boot.cache.autoconfigure.metrics.CacheMetricsAutoConfiguration |
||||
|
||||
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for Flyway endpoint. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.flyway.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.flyway.autoconfigure.FlywayAutoConfiguration |
||||
org.springframework.boot.flyway.autoconfigure.endpoint.FlywayEndpointAutoConfiguration |
||||
org.springframework.boot.flyway.autoconfigure.FlywayEndpointAutoConfiguration |
||||
|
||||
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for Spring Integration endpoint. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.integration.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
org.springframework.boot.integration.autoconfigure.IntegrationAutoConfiguration |
||||
org.springframework.boot.integration.autoconfigure.endpoint.IntegrationGraphEndpointAutoConfiguration |
||||
org.springframework.boot.integration.autoconfigure.IntegrationGraphEndpointAutoConfiguration |
||||
org.springframework.boot.integration.autoconfigure.metrics.IntegrationMetricsAutoConfiguration |
||||
|
||||
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for Liquibase endpoint. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.liquibase.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.liquibase.autoconfigure.LiquibaseAutoConfiguration |
||||
org.springframework.boot.liquibase.autoconfigure.endpoint.LiquibaseEndpointAutoConfiguration |
||||
org.springframework.boot.liquibase.autoconfigure.LiquibaseEndpointAutoConfiguration |
||||
|
||||
2
module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/export/prometheus/endpoint/PrometheusOutputFormat.java → module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/autoconfigure/export/prometheus/PrometheusOutputFormat.java
2
module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/export/prometheus/endpoint/PrometheusOutputFormat.java → module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/autoconfigure/export/prometheus/PrometheusOutputFormat.java
2
module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/export/prometheus/endpoint/PrometheusScrapeEndpoint.java → module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/autoconfigure/export/prometheus/PrometheusScrapeEndpoint.java
2
module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/export/prometheus/endpoint/PrometheusScrapeEndpoint.java → module/spring-boot-micrometer-metrics/src/main/java/org/springframework/boot/micrometer/metrics/autoconfigure/export/prometheus/PrometheusScrapeEndpoint.java
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for Quartz Scheduler endpoint. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.quartz.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.quartz.autoconfigure.QuartzAutoConfiguration |
||||
org.springframework.boot.quartz.autoconfigure.endpoint.QuartzEndpointAutoConfiguration |
||||
org.springframework.boot.quartz.autoconfigure.QuartzEndpointAutoConfiguration |
||||
|
||||
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Copyright 2012-present the original author or authors. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||
* you may not use this file except in compliance with the License. |
||||
* You may obtain a copy of the License at |
||||
* |
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software |
||||
* distributed under the License is distributed on an "AS IS" BASIS, |
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
* See the License for the specific language governing permissions and |
||||
* limitations under the License. |
||||
*/ |
||||
|
||||
/** |
||||
* Auto-configuration for Spring Session endpoint. |
||||
*/ |
||||
@NullMarked |
||||
package org.springframework.boot.session.autoconfigure.endpoint; |
||||
|
||||
import org.jspecify.annotations.NullMarked; |
||||
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.session.autoconfigure.SessionAutoConfiguration |
||||
org.springframework.boot.session.autoconfigure.endpoint.SessionsEndpointAutoConfiguration |
||||
org.springframework.boot.session.autoconfigure.SessionsEndpointAutoConfiguration |
||||
|
||||
Loading…
Reference in new issue