Jordie
Jordie
**Is your feature request related to a problem? Please describe.** Display annotations in GitLab in addition to standard CI output. **Describe the solution you'd like** Since GitLab version 13.2 ([July...
# 🚧 In Progress, do not merge 🚧 ## Description Fixes #1990 (the proposal) and #1517 (original idea, in the simplest form). ## Type of change Please delete options that...
Fixes #2676 Does the following: 1. Updates GitHub Actions dependencies 2. Run tests on HotSpot, OpenJ9 VM, 3. Run tests on Ubuntu and Windows 4. Run tests on Java 8...
**Describe the bug** Because of [`JDK-8241020` "LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF"](https://bugs.openjdk.java.net/browse/JDK-8241020), the `MultiSourceReader` class behaves incorrectly when running on Java 16+ VMs, even when compiling with Java...
There should probably be tests for on more recent builds of OpenJDK v8, LTS 11, and LTS 17. Potentially even on JDK (pre-release) 18 and the OpenJ9 (and GraalVM runtimes)....
Fixes Netflix/dgs-framework#929 This was a pain in the back to be honest 😐. We needed the GraphQLContext object in the transport layers' class. This is mainly why the refactorings are...
~~Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) before creating an issue. Also consider discussing your idea on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first.~~ ## Describe the Feature Request The the annotated class's name as...
Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [ ] Make sure the PR doesn't...
**Describe the bug** Whilst working on #2789 I found this bug. Java changed the way `MethodHandles.privateLookupIn` behaves in JDK 14 (?): [A new Lookup::hasFullPrivilegeAccess method for testing full privilege access](https://bugs.openjdk.org/browse/JDK-8233726)...
For example, given the schema: ```graphql interface A { id: ID! } type B implements A { id: ID! b: String! } ``` With a prefix of `GQL_`, would generate:...