Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is organized under single top-level autoconfigure package.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import io.undertow.Undertow;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import io.undertow.Undertow;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import io.undertow.Undertow;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import io.undertow.Undertow;
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Actuator Undertow web server support.
|
||||
* Actuator Undertow actuator web concerns.
|
||||
*/
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.boot.undertow.actuate.autoconfigure.web.server.UndertowReactiveManagementChildContextConfiguration
|
||||
org.springframework.boot.undertow.actuate.autoconfigure.web.server.UndertowServletManagementChildContextConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.actuate.web.UndertowReactiveManagementChildContextConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.actuate.web.UndertowServletManagementChildContextConfiguration
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.springframework.boot.undertow.actuate.autoconfigure.web.server.UndertowReactiveManagementContextAutoConfiguration
|
||||
org.springframework.boot.undertow.actuate.autoconfigure.web.server.UndertowServletManagementContextAutoConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.actuate.web.UndertowReactiveManagementContextAutoConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.actuate.web.UndertowServletManagementContextAutoConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.reactive.UndertowReactiveWebServerAutoConfiguration
|
||||
org.springframework.boot.undertow.autoconfigure.servlet.UndertowServletWebServerAutoConfiguration
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.undertow.actuate.autoconfigure.web.server;
|
||||
package org.springframework.boot.undertow.autoconfigure.actuate.web;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
Reference in New Issue
Block a user