Holger Veltrup

Results 5 issues of Holger Veltrup

The schema provides a list of all possible types of the interface via the [`possibleTypes`](https://spec.graphql.org/October2021/#sec-The-__Type-Type.Interface) field. It would be nice if these could also be output.

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

I want to use `maven-args` to set the argument `-DpreparationGoals` with multiple goals separated by a space. `-DpreparationGoals=clean my:goal verify` But I can't find a way to specify this. I...

I would like to transfer form data in JSON. The file uploads should be specified in the [Data URI schema](https://en.wikipedia.org/wiki/Data_URI_scheme). My JSON schema looks like this. ```json { "type" :...

After updating to Jetty 12.0.16 I get the following exception: ``` Caused by: java.lang.IllegalArgumentException: blank element at org.eclipse.jetty.http.HttpField$MultiHttpField.buildValue(HttpField.java:741) ~[jetty-http-12.0.16.jar:12.0.16] at org.eclipse.jetty.http.HttpField$MultiHttpField.(HttpField.java:731) ~[jetty-http-12.0.16.jar:12.0.16] at org.eclipse.jetty.http.HttpFields$Mutable.put(HttpFields.java:1312) ~[jetty-http-12.0.16.jar:12.0.16] at org.eclipse.jetty.websocket.core.server.internal.WebSocketHttpFieldsWrapper.put(WebSocketHttpFieldsWrapper.java:128) ~[jetty-websocket-core-server-12.0.16.jar:12.0.16] at org.eclipse.jetty.http.HttpFieldsMap$Mutable.put(HttpFieldsMap.java:85)...

bug