Monthly Archives: April 2024

HTTP Patch with Jersey Client on JDK 16+

Jakarta REST provides a Client API, implemented by Jersey Client. The default implementation is based on the Java HttpUrlConnection. Unfortunately, the HttpUrlConnection supports only HTTP methods defined in the original HTTP/1.1 RFC 2616.

It will never support for instance HTTP Patch method.… Read more

Posted in Jersey | Comments Off on HTTP Patch with Jersey Client on JDK 16+