Tobias Erdle
Tobias Erdle
I tried to generate an API for a Jakarta EE 9 project but recognized that there's no `jaxrs-*` generator supporting the `jakarta.*` namespace. Because the `jakarta.*` namespace is the future...
## Environment Details * GlassFish Version (and build number): 6.2.5 (build 6.x-b66-g0159b68 2022-02-12T17:39:59+0000) / 7.0.0 Nightly * JDK version: 17 (OpenJDK Runtime Environment Microsoft-26987 (build 17+35)) * OS: Windows 10...
We could implement a PoC for a global WildFly module, so we can run the TCK against it and submit it as PR to WildFly itself.
## Problem At the moment it is not possible to use a more complex Jakarta REST application, used by an Jakarta MVC application, on the context root. The main problem...
In https://github.com/eclipse-ee4j/mvc-api/issues/17 was a discussion about supporting sub-resource locators. We should investigate and add this feature, as it helps to implement nested resources in a clear structure.
I recognized that we're not specifying exception handling in MVC applications or, at least, how the existing approaches shall be used. In my opinion, we should add some section about...