Skip to content

Commit 7f5adb7

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-26696
2 parents 454d72d + 67fe60b commit 7f5adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/jersey/JerseySameManagementContextConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ResourceConfigCustomizer managementResourceConfigCustomizerAdapter(
5757
@Configuration(proxyBeanMethods = false)
5858
@Import(JerseyManagementContextConfiguration.class)
5959
@ConditionalOnMissingBean(ResourceConfig.class)
60-
class JerseyInfrastructureConfiguration {
60+
static class JerseyInfrastructureConfiguration {
6161

6262
@Bean
6363
@ConditionalOnMissingBean(JerseyApplicationPath.class)

0 commit comments

Comments
 (0)