Skip to content

Commit 0ef03d7

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents b1494d4 + a431ae0 commit 0ef03d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void onStartup(ServletContext servletContext) throws ServletException {
186186
static class JacksonResourceConfigCustomizer {
187187

188188
@Bean
189-
ResourceConfigCustomizer resourceConfigCustomizer(final ObjectMapper objectMapper) {
189+
ResourceConfigCustomizer jacksonResourceConfigCustomizer(ObjectMapper objectMapper) {
190190
return (ResourceConfig config) -> {
191191
config.register(JacksonFeature.class);
192192
config.register(new ObjectMapperContextResolver(objectMapper), ContextResolver.class);

0 commit comments

Comments
 (0)