Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Conversation

@bsara
Copy link

@bsara bsara commented Nov 29, 2018

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.

…guration.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
@oliemansm oliemansm merged commit 73f426f into graphql-java-kickstart:master Dec 11, 2018
@oliemansm
Copy link
Member

Thanks @bsara !

@bsara
Copy link
Author

bsara commented Dec 12, 2018

@oliemansm thank you for the merge!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants