Merge branch '4.0.x'

Closes gh-48700
This commit is contained in:
Andy Wilkinson
2026-01-08 12:01:09 +00:00
45 changed files with 95 additions and 123 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.autoconfigure.web;
package org.springframework.boot.web.server.autoconfigure;
import java.net.InetAddress;
import java.util.Collections;
@@ -29,7 +29,6 @@ import org.springframework.boot.context.properties.source.ConfigurationPropertyS
import org.springframework.boot.context.properties.source.MapConfigurationPropertySource;
import org.springframework.boot.web.server.MimeMappings;
import org.springframework.boot.web.server.MimeMappings.Mapping;
import org.springframework.boot.web.server.autoconfigure.ServerProperties;
import org.springframework.util.unit.DataSize;
import static org.assertj.core.api.Assertions.assertThat;