Markus KARG
Markus KARG
**Describe the issue** JDBC specification 4.3 (chapter 13.4.6) standardizes the escape syntax to limit the amount of requested rows: `{limit n}`. Unfortunately the JDBC driver ignores this but instead throws...
### Brief Summary On Payara CE Full 6.2024.3 the command `asadmin --help` is broken. ### Expected Outcome Top-level help is printed on STDOUT. ### Current Outcome ```powershell PS C:\ws\quality-management-suite> asadmin...
### Brief Summary Our EAR contains a CAR module and deployed without problem on Payara 5. On Payara CE **Full** 6.2024.3 it fails to deploy but instead prints a stack...
There are several use cases where it makes sense to obtain the client's IP address (and possibly port). For that sake, `HttpServletRequest` provides the methods `getRemotePort()` and `getRemoteAddr()`. While this...
As proposed by @jansupol in a recent [Jersey discussion](https://github.com/eclipse-ee4j/jersey/issues/5269#issuecomment-1547738648) the adoption of [RFC 6570 "URI Template"]( https://datatracker.ietf.org/doc/html/rfc6570) could clarify some ambiguities in Jakarta REST's current definition of when to /...
The JSON-B specification lacks several details about the use of JsonAdapter. As a result, the existing implementations behave differently. As a consequence, existing applications need to apply workarounds to work...
It would be rather comfortable if we could allow to annotate any POJO with `@JsonbTypeAdapter`, so ANY use of that POJO in ANY location (as field content, in collections, as...
I am searching for the Maven Coordinates of the latest JACOB release (including precompiled DLLs for Windows 64 Bit).
I need to invoke a COM server which only *partially* supports IDispatch. It works when calling from C++, but I wonder how to do the same in Java. That COM-Server...
In case an application wants to provide an integrated feature (e. g. "edit" button in the GUI) to *edit* configuration values, it would be great to have support for **writeable**...