Arjan Tijms
Arjan Tijms
Jakarta EE 10 has two competing APIs for HTTP handling; one provided by Servlet, the other by REST. This is highly undesirable. Both users and other vendors need to learn...
Metro / WSIT / Webservices / SOAP code had deprecated the Pipe concept almost as long as Tube exists. It doesn't seem Pipes are ever going to actually go away,...
See https://stackoverflow.com/questions/59079402/quarkus-extension-or-not-for-jsf Maybe we could consider Quarkus support at some point.
We have two failures in Soteria 2.0.0 when running the TCK. These went undetected before, since the TCK setup script didn't copy the Weld SPI implementation jar correctly. Technically speaking...
Changes: https://github.com/FasterXML/woodstox/blob/master/release-notes/VERSION
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 project?
Params is specified to allow for the null value, but if it's actually null this method will blow up with a null pointer exception. CC @balusc @dmatej
Hi all, It seems that Grizzly didn't quite get the life outside of GlassFish that we thought it might get. Just like HK2, Grizzly has been exclusively been contributed to...
See https://github.com/eclipse-ee4j/orb-gmbal/issues/32
BAEL-7781 - @ClientBasicAuth in Quarkus REST Client