Skip to content

Commit 99ed291

Browse files
committed
Merge branch '2.4.x' into main
2 parents 3ef9b7e + 29d1e22 commit 99ed291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/integrationtest/JerseyEndpointIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void actuatorEndpointsWhenUserProvidedResourceConfigBeanNotAvailable() {
7676
@Test
7777
void actuatorEndpointsWhenSecurityAvailable() {
7878
WebApplicationContextRunner contextRunner = getContextRunner(
79-
new Class[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class },
79+
new Class<?>[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class },
8080
getAutoconfigurations(SecurityAutoConfiguration.class, ManagementWebSecurityAutoConfiguration.class));
8181
contextRunner.run((context) -> {
8282
int port = context.getSourceApplicationContext(AnnotationConfigServletWebServerApplicationContext.class)

0 commit comments

Comments
 (0)