This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Commit 76473eb
Brandon Sara
fixed BeanNoSuchBeanDefinitionException thrown by GraphQLWebAutoConfiguration.graphQLObjectMapper when graphql.servlet.use-default-objectmapper is set to false and no bean for ObjectMapperProvider is provided by an application; this also allows users to specify an ObjectMapperConfigurer bean, currently, it will never be used because a ObjectMapperProvider bean is essentially required to always exist
1 parent 0f63510 commit 76473eb
File tree
1 file changed
+4
-1
lines changed- graphql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphql/boot
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | | - | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
| |||
0 commit comments