-
Recent Posts
Recent Comments
- Jan on Jersey Apache Connector Hangs …?
- Jan on Jersey Apache Connector Hangs …?
- Yev on Jersey Apache Connector Hangs …?
- Jonathan on Jersey Apache Connector Hangs …?
- Tejaswini on Jersey Apache Connector Hangs …?
Archives
Categories
Meta
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+