Skip to content

Changes

#87 (Jun 10, 2024, 3:40:25 PM)

  1. prevent calling ServletRequest#getInputStream if FILTER_FORWARD_ON_404 — Maxim Nesen / githubweb
  2. Support missing Content-Length header — Maxim Nesen / githubweb

#86 (May 31, 2024, 3:15:18 AM)

  1. MAX_HEADER_SIZE for the Netty connector (#5649) — noreply / githubweb
  2. Unify the SniConfigurator with other branches — 15908245+jansupol / githubweb
  3. update Jackson to 2.17.1 — Maxim Nesen / githubweb

#83 (May 21, 2024, 5:38:18 PM)

  1. refactoring mvn warnings — Maxim Nesen / githubweb
  2. Support for Virtual Threads in Executor Services (#5648) — noreply / githubweb

#81 (May 14, 2024, 8:24:56 AM)

  1. Allow long content length in the JDK connector — Maxim Nesen / githubweb

#80 (May 14, 2024, 8:23:26 AM)

  1. Allow having multiple annotations for multipart endpoint with @FormDataParam in any order (#5639) — noreply / githubweb

#79 (May 14, 2024, 8:21:51 AM)

  1. Remove synchronized from Apache stream wrappers - the wrapped stream is synchronized — Maxim Nesen / githubweb

#78 (May 14, 2024, 8:20:56 AM)

  1. Document Multipart Configuration. — Maxim Nesen / githubweb

#77 (May 3, 2024, 3:34:57 AM)

  1. 2.x versions update — 15908245+jansupol / githubweb
  2. Excluding JDK21 multi-release from jaxrs bundle (#5633) — noreply / githubweb
  3. 2.43 — jersey-bot / githubweb
  4. 2.44-SNAPSHOT — jersey-bot / githubweb

#74 (May 2, 2024, 3:08:19 AM)

  1. Multirelease include JDK21 to support Thread.isVirtual() — 15908245+jansupol / githubweb

#73 (Apr 30, 2024, 4:06:30 AM)

  1. Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD — 15908245+jansupol / githubweb

#72 (Apr 30, 2024, 4:05:50 AM)

  1. prevent synchronized blocking the virtual threads in JDK21 — 15908245+jansupol / githubweb

#71 (Apr 26, 2024, 11:17:59 AM)

  1. Ensure the RequestScope and other singleton bindings are registered just once (#5624) — noreply / githubweb

#70 (Apr 26, 2024, 1:52:53 AM)

  1. align CONTRIBUTING.md with Eclipse actual requirements — Maxim Nesen / githubweb

#69 (Apr 26, 2024, 1:52:23 AM)

  1. Document a workaround for HTTP Patch & provide tests (#5622) — noreply / githubweb

#68 (Apr 26, 2024, 1:39:58 AM)

  1. Prevent NPE in Jersey Spring RequestContextFilter — Maxim Nesen / githubweb

#67 (Apr 25, 2024, 2:17:01 PM)

  1. Add ability to configure the queue capacity for ChunkedOutput (#5621) — noreply / githubweb

#66 (Apr 22, 2024, 7:15:55 AM)

  1. Add missing metrics for cases of client errors — Maxim Nesen / githubweb

#65 (Apr 22, 2024, 3:14:49 AM)

  1. Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting. — Maxim Nesen / githubweb

#64 (Apr 19, 2024, 3:21:38 AM)

  1. Added suport for HK2 factories, binders to comply with documentation. — 15908245+jansupol / githubweb

#63 (Apr 18, 2024, 1:44:28 AM)

  1. Allow the internal package to be a part of the Jersey APIDoc — Maxim Nesen / githubweb

#62 (Apr 16, 2024, 7:25:44 AM)

  1. clean CI/CD scripts from the main project (#5606) — noreply / githubweb
  2. ObjectMapper.findModules throws Error — Maxim Nesen / githubweb

#60 (Apr 15, 2024, 4:00:54 AM)

  1. Prevent Jackson failing while loading Modules (classloader issues) — Maxim Nesen / githubweb
  2. Cleaning redundant plugins from plugin management (#5605) — noreply / githubweb

#58 (Mar 27, 2024, 4:53:50 AM)

  1. Adopt ASM 9.7 — Maxim Nesen / githubweb

#57 (Mar 27, 2024, 4:53:00 AM)

  1. Backing up CI/CD and TCK jobs into the Jersey project (#5574) — noreply / githubweb

#56 (Mar 20, 2024, 8:29:54 AM)

  1. GitHub action validations added — Maxim Nesen / githubweb
  2. 2.42 — jersey-bot / githubweb
  3. 2.43-SNAPSHOT — jersey-bot / githubweb

#54 (Mar 14, 2024, 8:29:36 AM)

  1. [2.x] versions update — Maxim Nesen / githubweb

#53 (Mar 11, 2024, 2:14:26 PM)

  1. Propagate Future.cancel() to connectors — 15908245+jansupol / githubweb

#52 (Mar 11, 2024, 11:51:26 AM)

  1. Drop JDK 7 profile — Maxim Nesen / githubweb

#51 (Mar 6, 2024, 1:24:12 PM)

  1. Add a logger for a request notifying Jersey Container is involved — 15908245+jansupol / githubweb

#50 (Feb 22, 2024, 12:42:21 PM)

  1. Put duplicated methods into a common superclass — 15908245+jansupol / githubweb

#49 (Feb 16, 2024, 8:01:24 AM)

  1. Add Apache5 properties to be grabbed by config (#5536) — noreply / githubweb

#48 (Jan 24, 2024, 7:14:55 AM)

  1. ASCII encode ContentDisposition file name (#5514) — noreply / githubweb

#47 (Jan 11, 2024, 6:55:51 AM)

  1. Add URL of KeyStore and TrustStore to SslConfigurator — Maxim Nesen / githubweb

#47 (Jan 11, 2024, 6:55:51 AM)

  1. Add URL of KeyStore and TrustStore to SslConfigurator — Maxim Nesen / githubweb

#46 (Jan 3, 2024, 9:06:47 AM)

  1. prevent NPE when WebAppException#getResponse returns null — Maxim Nesen / githubweb

#45 (Jan 3, 2024, 9:06:12 AM)

  1. Catch Exception — Maxim Nesen / githubweb
  2. Add license check pre-release test — Maxim Nesen / githubweb
  3. Adopt Jackson 2.16.1 — Maxim Nesen / githubweb

#42 (Dec 7, 2023, 3:01:39 AM)

  1. Prevent connection from being stuck — Maxim Nesen / githubweb

#41 (Nov 23, 2023, 4:12:00 AM)

  1. RegularExpression in Uri Template IS NOT optional — 15908245+jansupol / githubweb

#40 (Nov 22, 2023, 5:27:54 AM)

  1. Allow @Priority for ExceptionMapper — 15908245+jansupol / githubweb

#39 (Oct 24, 2023, 10:34:11 AM)

  1. ApiDocs bundle fix — Maxim Nesen / githubweb
  2. 2.41 — jersey-bot / githubweb
  3. 2.42-SNAPSHOT — jersey-bot / githubweb

#37 (Oct 20, 2023, 3:38:46 AM)

  1. proper way of removing a handler — 15908245+jansupol / githubweb
  2. Fix query param in UriBuilder — 15908245+jansupol / githubweb

#35 (Oct 19, 2023, 2:05:11 AM)

  1. Fix Jackson 15 -> Jackson 2.15 documentation — 15908245+jansupol / githubweb

#34 (Oct 18, 2023, 11:13:45 AM)

  1. Add constants of Reponse Statuses and Http Header Names — 15908245+jansupol / githubweb
  2. Adopt ASM 9.6 — 15908245+jansupol / githubweb
  3. UserGuide and example extended for Micrometer integration (#5427) — noreply / githubweb

#31 (Oct 17, 2023, 8:13:47 AM)

  1. Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states — Maxim Nesen / githubweb
  2. Support multipart by Jetty & Netty — 15908245+jansupol / githubweb

#29 (Oct 17, 2023, 3:21:57 AM)

  1. Race condition (#5359) — noreply / githubweb

#28 (Oct 12, 2023, 5:30:30 AM)

  1. Fix normalizing URIs with percent encoded symbols — Maxim Nesen / githubweb

#27 (Oct 12, 2023, 5:29:35 AM)

  1. Decode extended filename in multipart content-disposition — Maxim Nesen / githubweb

#26 (Oct 12, 2023, 2:27:54 AM)

  1. Expect:100-continue fixes for Netty — Maxim Nesen / githubweb

#25 (Oct 11, 2023, 9:07:15 AM)

  1. Filter headers for netty HTTP redirect and CONNECT requests — Maxim Nesen / githubweb

#24 (Oct 10, 2023, 5:00:09 AM)

  1. ApiDocs fixes — Maxim Nesen / githubweb

#23 (Oct 10, 2023, 4:49:34 AM)

  1. Jetty HTTP2 modules added to the bom/pom.xml — Maxim Nesen / githubweb
  2. Netty Expect:100-continue feature support (#5412) — noreply / githubweb
  3. Propagate back-pressure correctly in MP REST Client SSE publisher (#5426) — noreply / githubweb

#21 (Sep 22, 2023, 12:12:28 AM)

  1. Added jersey-micrometer module (#5391) — noreply / githubweb

#20 (Sep 20, 2023, 8:17:20 AM)

  1. Adopt Jackson 2.15 — 15908245+jansupol / githubweb

#19 (Sep 7, 2023, 10:00:00 AM)

  1. Allowing using SSLContext supplier per request by the NettyConnector — 15908245+jansupol / githubweb

#18 (Sep 7, 2023, 8:58:39 AM)

  1. Prevent Class Cast Exception in cases where two classloaders handle the same TracingLogger — 15908245+jansupol / githubweb

#17 (Aug 18, 2023, 10:27:22 AM)

  1. Deprecate duplicated methods and fields in MBR/MBW — 15908245+jansupol / githubweb
  2. Fix nio failures on Windows — 15908245+jansupol / githubweb

#15 (Aug 18, 2023, 8:56:25 AM)

  1. HTTP/2 for Jetty connector (#5294) — noreply / githubweb

#14 (Aug 18, 2023, 8:28:10 AM)

  1. update license check plugin to the latest released version — Maxim Nesen / githubweb

#13 (Aug 18, 2023, 4:39:21 AM)

  1. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb

#12 (Aug 18, 2023, 4:38:46 AM)

  1. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb

#11 (Aug 18, 2023, 4:37:36 AM)

  1. Encode curly brackets in proxy client — Maxim Nesen / githubweb
  2. Bump org.apache.maven:maven-compat — Maxim Nesen / githubweb

#9 (Aug 16, 2023, 3:11:22 AM)

  1. RFC 6570 implementation — Maxim Nesen / githubweb

#8 (Aug 15, 2023, 12:28:24 PM)

  1. Using Java7+ NIO API for improved performance (#5350) — noreply / githubweb
  2. Issue #3493 - backport BeanParam support from 3.x — Maxim Nesen / githubweb

#6 (Jul 27, 2023, 9:13:17 AM)

  1. GraalVM 20.0.1 adaptation — 24524084+senivam / githubweb

#5 (Jul 18, 2023, 5:18:46 AM)

  1. store license check report — 15908245+jansupol / githubweb

#4 (Jul 13, 2023, 2:28:39 PM)

  1. Update war.plugin to work with jdk 21 — 24524084+senivam / githubweb

#3 (Jul 13, 2023, 8:37:46 AM)

  1. Save time by not inspecting configuration for property when in PropertiesDelegate — 15908245+jansupol / githubweb

#2 (Jul 13, 2023, 8:37:16 AM)

  1. adjust CI/CD build to use JDK 21 — 15908245+jansupol / githubweb