Paul Bakker
Paul Bakker
Given a `UsefulThingRepository` which implements `QuerydslPredicateExecutor`. The `UsefulThing` entity has an `owner` field. When a user executes the `query { usefulThing { name } }` query, they should only get...
I noticed the deprecation warning from gradle. `JavaPluginConvention` will be removed in 8.
If `namespace` and `contextType` are enums, the following is required: ``` new ExampleEntitiesProjectionRoot() .namespace() .parent() .contextType() .parent() ```
Can OSGi manifest headers be added? This can easily be done by the Maven Bnd Plugin: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html Alternatively I would be happy to do this for you if I can...
Pull Request type ---- - [ ] Bugfix - [x ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [...
Preview branch removing all legacy modules. This will be merged in late 2024. From then on, the DGS/Spring GraphQL integration will be the only implementation.