Skip to content

Migration Guide 2.11

Jan Martiska edited this page Jun 22, 2022 · 9 revisions

GraphQL endpoints are singleton by default

Previously, the default scope attached to a @GraphQLApi endpoint was @Dependent. Now, unless you explicitly add a scope annotation to your endpoint, it will act as a @Singleton bean. This is thus aligned with the default behavior of JAX-RS endpoints.

Current version

Migration Guide 3.18

Next version in main

Migration Guide 3.19

Clone this wiki locally