Restructure autoconfigure packages

Restructure modules packages so that all auto-configuration is
organized under single top-level autoconfigure package.
This commit is contained in:
Phillip Webb
2025-06-11 16:29:17 -07:00
parent e60af6a8c7
commit 3de1e27b64
499 changed files with 1133 additions and 1464 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;
import java.util.ArrayList;
import java.util.Arrays;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;
import reactor.core.publisher.Mono;

View File

@@ -17,4 +17,4 @@
/**
* Auto-configuration for actuator security using WebFlux.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import java.util.ArrayList;
import java.util.Arrays;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration;
import org.springframework.boot.actuate.endpoint.web.WebServerNamespace;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import java.util.function.Function;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.springframework.http.HttpMethod;
import org.springframework.security.web.util.matcher.RequestMatcher;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.glassfish.jersey.server.ResourceConfig;

View File

@@ -17,4 +17,4 @@
/**
* Auto-configuration for actuator security using Spring MVC.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;

View File

@@ -1 +1 @@
org.springframework.boot.security.actuate.autoconfigure.servlet.SecurityRequestMatchersManagementContextConfiguration
org.springframework.boot.security.autoconfigure.actuate.servlet.SecurityRequestMatchersManagementContextConfiguration

View File

@@ -1,5 +1,5 @@
org.springframework.boot.security.actuate.autoconfigure.reactive.ReactiveManagementWebSecurityAutoConfiguration
org.springframework.boot.security.actuate.autoconfigure.servlet.ManagementWebSecurityAutoConfiguration
org.springframework.boot.security.autoconfigure.actuate.reactive.ReactiveManagementWebSecurityAutoConfiguration
org.springframework.boot.security.autoconfigure.actuate.servlet.ManagementWebSecurityAutoConfiguration
org.springframework.boot.security.autoconfigure.reactive.ReactiveSecurityAutoConfiguration
org.springframework.boot.security.autoconfigure.reactive.ReactiveUserDetailsServiceAutoConfiguration
org.springframework.boot.security.autoconfigure.rsocket.RSocketSecurityAutoConfiguration

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;
import java.time.Duration;
import java.util.Base64;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;
import java.time.Duration;
import java.util.ArrayList;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.reactive;
package org.springframework.boot.security.autoconfigure.actuate.reactive;
import java.net.URI;
import java.time.Duration;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import java.io.IOException;
import java.time.Duration;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import java.util.ArrayList;
import java.util.Arrays;
@@ -32,8 +32,8 @@ import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
import org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint;
import org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints;
import org.springframework.boot.actuate.endpoint.web.WebServerNamespace;
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher;
import org.springframework.boot.security.actuate.autoconfigure.servlet.EndpointRequest.EndpointRequestMatcher;
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher;
import org.springframework.boot.security.autoconfigure.actuate.servlet.EndpointRequest.EndpointRequestMatcher;
import org.springframework.boot.web.server.WebServer;
import org.springframework.boot.web.server.context.WebServerApplicationContext;
import org.springframework.http.HttpMethod;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.glassfish.jersey.server.ResourceConfig;
import org.junit.jupiter.api.Test;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import java.io.IOException;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.junit.jupiter.api.Test;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.security.actuate.autoconfigure.servlet;
package org.springframework.boot.security.autoconfigure.actuate.servlet;
import org.junit.jupiter.api.Test;