-
I encountered the following exception when testing the code below on Wildfly 24."
Tomcat had updated their varargs handling in [BZ 65358](https://bz.apache.org/bugzilla/show_bug.cgi?id=65358#c9), a…
-
Hi,
I was working on Apache TomEE TCK and investigating a failure.
https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/ejb30/lite/naming/context/Client.java#L127
It c…
-
Tracing history via MP forums
- [MicroProfile Tutorial Bid Proposal](https://groups.google.com/g/microprofile-marketing/c/CVfYp6-ozDw)
- [Funding MicroProfile Tutorial with 2023 Budget](https://grou…
-
In file:
https://github.com/jakartaee/rest/blob/master/jaxrs-api/src/main/java/jakarta/ws/rs/core/MediaType.java
there is a public static final String APPLICATION_JSON_PATCH_JSON = "application/…
-
I'm trying to generate a starter project with defaults directly from the README.md instructions.
`mvn archetype:generate -DarchetypeGroupId="org.eclipse.starter" -DarchetypeArtifactId="jakarta-star…
-
The section 11.1.3 of the spec, Application Configuration Parameters https://github.com/jakartaee/faces/blob/master/spec/src/main/asciidoc/UsingFacesInWebApplications.adoc#application-configuration-pa…
-
Please add `compute`, `computeIfAbsent` and `computeIfPresent` convenience methods to Cache interface, exact spec as in Map available since Java 1.8
-
The JAX-RS URL matching is broken by design, because it treats URL with and without trailing slash as equivalent, as evidenced in https://github.com/jakartaee/rest/issues/468. The JAX-RS contributors …
-
TCK as of Jakarta EE 8 does not detect the following violation of the JSON-B specification 1.1:
- Johnzon does not implement JsonbConfig#with(De)Serializers, but instead throws an exception, while …
mkarg updated
4 years ago
-
The CDI TCK uses `org.jboss.test.audit.annotations.SpecAssertion` and `org.jboss.test.audit.annotations.SpecVersion`. Maybe it would be a good idea to move these to the general `jakara.tck` util proje…