7.5.0
Thanks to the contributors this release contains the following changes:
- Update of the OSGi example project
- Added an is not empty check for extensions
- Override
init()
instead ofinit(ServletConfig)
inAbstractGraphQLHttpServlet
#175 - Avoid explicitly injecting ObjectMapper #177
- Provide ability to plug in pre-configured ObjectMapper #179
- Simplified GraphQLSchemaProvider#copyReadOnly with support for CodeRegistry
- Prevent second dispatch instrumentation when one already exists #188
- Decreased log level of apollo subscription keep alive job from
warn
todebug
- Explicitly handle the
EOFException
exception on websocket error by removing and closing the session