Skip to content

Commit

Permalink
Merge pull request #1664 from Netflix/fixes/#1262-spring-boot-2.7
Browse files Browse the repository at this point in the history
Fixes/#1262 spring boot 2.7
  • Loading branch information
paulbakker authored Oct 12, 2023
2 parents 01b5cb2 + 8486ee0 commit 58b5462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ open class DgsWebMvcAutoConfiguration {

@Bean
@Dgs
open fun dgsWebDataBinderFactory(adapter: ObjectProvider<RequestMappingHandlerAdapter>): WebDataBinderFactory {
open fun dgsWebDataBinderFactory(@Qualifier("requestMappingHandlerAdapter") adapter: ObjectProvider<RequestMappingHandlerAdapter>): WebDataBinderFactory {
return ServletRequestDataBinderFactory(listOf(), adapter.ifAvailable?.webBindingInitializer)
}

Expand Down

0 comments on commit 58b5462

Please sign in to comment.