-
**TCK Version:**
Faces TCK 4.1.0
**Tested Implementation:**
Open Liberty (with MyFaces 4.1.0-RC2)
**Description:**
When Open Liberty is used against the Faces 4.1 signature test, it encoun…
-
Now that #97848 is fixed, we should sweep all of our plugins for any nullable generics that were nullable only because of that issue (that's probably *any* nullable generic, but there may be some rare…
-
optional query with object that do not exist ??
molli-p@mac-molli-2022 sage-jena-cont % java -jar sager/target/sager-jar-with-dependencies.jar --database=watdiv10M.jnl -q "select * {?s ?p ?o1 OPTI…
-
Unfortunately I'm not entirely sure how to make a minimal reproducer for this, so figured I'd drop a bug in case anyone who knows the code spots the issue.
When serializing a sufficiently crazy obj…
-
`swagger-maven-plugin:3.1.6:generate` maven goal throws a NullPointerException when using generics in requestBody params :
```
Caused by: java.lang.NullPointerException
at com.github.kongche…
-
Can you make JSONArray generic:, so we can write:
`JSONArray array = new JSONArray();`
JSONObject can also be generic for the value:
`JSONObject object = new JSONObject();`
To remove the need …
-
```
Using JDK 6 and running the build script for Guice, I get
compile:
Created dir: /space/src/guice/build/classes
Compiling 149 source files to /space/src/guice/build/classes
/space/src/guice/src/co…
-
I need to implement a solution using generics that implements 2 interfaces, but as far as I can tell, generics in dart only supports 1 upper bound?
The contents of the 2 interfaces is not really re…
-
```
Using JDK 6 and running the build script for Guice, I get
compile:
Created dir: /space/src/guice/build/classes
Compiling 149 source files to /space/src/guice/build/classes
/space/src/guice/src/co…
-
I'm trying out Skunk with graalvm's native-image feature. It's failing and I've narrowed it down to when I call `Session.prepare`. I've also noticed that Metals can't get any info on that function whe…