mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Merge pull request #10412 from eddumelendez:polish_jackson_config
* pr/10412: Polish JacksonAutoConfiguration
This commit is contained in:
+1
-3
@@ -166,9 +166,7 @@ public class JacksonAutoConfiguration {
|
||||
|
||||
private final ApplicationContext applicationContext;
|
||||
|
||||
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext,
|
||||
JacksonProperties jacksonProperties,
|
||||
List<Jackson2ObjectMapperBuilderCustomizer> customizers) {
|
||||
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext) {
|
||||
this.applicationContext = applicationContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user