Skip to content

Changes

#14 (Apr 5, 2024, 6:55:28 AM)

  1. ee10 versions update — Maxim Nesen / githubweb

#13 (Apr 4, 2024, 7:22:45 AM)

  1. 3.1.5 — jersey-bot / githubweb
  2. 3.1.99-SNAPSHOT — jersey-bot / githubweb
  3. Adopt Jackson 2.16.1 — Maxim Nesen / githubweb
  4. prevent NPE when WebAppException#getResponse returns null — Maxim Nesen / githubweb
  5. Add URL of KeyStore and TrustStore to SslConfigurator — Maxim Nesen / githubweb
  6. ASCII encode ContentDisposition file name (#5514) — noreply / githubweb
  7. exclude default IMPL from API (#5520) — noreply / githubweb
  8. versions update (#5518) — noreply / githubweb
  9. Add Apache5 properties to be grabbed by config (#5536) — noreply / githubweb
  10. Put duplicated methods into a common superclass — 15908245+jansupol / githubweb
  11. Jakartify & cleanup after merge — Jan Supol / githubweb
  12. Update EL impl — 15908245+jansupol / githubweb
  13. Add JNH properties to the config — 15908245+jansupol / githubweb
  14. Add a logger for a request notifying Jersey Container is involved — 15908245+jansupol / githubweb
  15. Adding support for private fields in `@BeanParam` (#5525) — noreply / githubweb
  16. Drop JDK 7 profile — Maxim Nesen / githubweb
  17. Propagate Future.cancel() to connectors — 15908245+jansupol / githubweb
  18. jakartify imports — Jan Supol / githubweb
  19. Add the starting info logging message to Jetty Containers — Jan Supol / githubweb
  20. [2.x] versions update — Maxim Nesen / githubweb
  21. GitHub action validations added — Maxim Nesen / githubweb
  22. Drop JDK 8 profiles in 3.1 — 15908245+jansupol / githubweb
  23. Replace synchronized blocks with Locks (#5565) — noreply / githubweb
  24. exclude static fields from POJO parsing in BeanParam — Maxim Nesen / githubweb
  25. 2.42 — jersey-bot / githubweb
  26. 2.43-SNAPSHOT — jersey-bot / githubweb
  27. [3.0] dependency convergence check (#5567) — noreply / githubweb
  28. Replace ThreadLocal with ConcurrentQueue in HttpDateFormat — 15908245+jansupol / githubweb
  29. Fixed FirstByteCachingStream in JNH Connector — 15908245+jansupol / githubweb
  30. Backing up CI/CD and TCK jobs into the Jersey project (#5574) — noreply / githubweb
  31. Adopt ASM 9.7 — Maxim Nesen / githubweb
  32. [3.0] versions update (#5584) — noreply / githubweb
  33. 3.0.13 — jersey-bot / githubweb
  34. 3.0.99-SNAPSHOT — jersey-bot / githubweb
  35. JDK version for the GH validations — Maxim Nesen / githubweb
  36. Fix thread leak/invasion — 15908245+jansupol / githubweb

#12 (Dec 12, 2023, 7:38:22 AM)

  1. Jetty 11 container adopted for backwards compatibility — Maxim Nesen / githubweb
  2. Fix for apidocs bundle generation — Maxim Nesen / githubweb
  3. Adding jersey-test-framework-provider-jetty-http2 to the bom/pom.xml — Maxim Nesen / githubweb

#11 (Dec 8, 2023, 9:10:20 AM)

  1. 3.1.4 — jersey-bot / githubweb
  2. 3.1.99-SNAPSHOT — jersey-bot / githubweb
  3. Adding Jetty 12 modules to release JDK version check — Maxim Nesen / githubweb
  4. [3.1] Enable Jetty 11 container — Maxim Nesen / githubweb
  5. Catch Exception — Maxim Nesen / githubweb
  6. Prevent connection from being stuck — Maxim Nesen / githubweb
  7. Catch Exception — Maxim Nesen / githubweb
  8. Add license check pre-release test — Maxim Nesen / githubweb
  9. Jakartification — Maxim Nesen / githubweb
  10. Jetty 12 HTTP/2 support — 15908245+jansupol / githubweb

#10 (Nov 30, 2023, 11:38:59 AM)

  1. GraalVM 20.0.1 adaptation — 24524084+senivam / githubweb
  2. exclude version-agnostic module from version check — Maxim Nesen / githubweb
  3. HTTP/2 for JNH connector — Maxim Nesen / githubweb
  4. Using Java7+ NIO API for improved performance (#5350) — noreply / githubweb
  5. Issue #3493 - backport BeanParam support from 3.x — Maxim Nesen / githubweb
  6. RFC 6570 implementation — Maxim Nesen / githubweb
  7. Encode curly brackets in proxy client — Maxim Nesen / githubweb
  8. Bump org.apache.maven:maven-compat — Maxim Nesen / githubweb
  9. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb
  10. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb
  11. update license check plugin to the latest released version — Maxim Nesen / githubweb
  12. HTTP/2 for Jetty connector (#5294) — noreply / githubweb
  13. Deprecate duplicated methods and fields in MBR/MBW — 15908245+jansupol / githubweb
  14. Fix nio failures on Windows — 15908245+jansupol / githubweb
  15. Created an example with Jakarta REST 3.1 SeBootstrap & Multipart — 15908245+jansupol / githubweb
  16. Describe Java SE compatibility and Jetty modules compatibility — Maxim Nesen / githubweb
  17. Upgrade to Jetty 12 — noreply / githubweb
  18. Enable @FormData EntityPart injection to fields — Maxim Nesen / githubweb
  19. Support a single EntityPart as an entity — Maxim Nesen / githubweb
  20. Prevent Class Cast Exception in cases where two classloaders handle the same TracingLogger — 15908245+jansupol / githubweb
  21. Allowing using SSLContext supplier per request by the NettyConnector — 15908245+jansupol / githubweb
  22. Adopt Jackson 2.15 — 15908245+jansupol / githubweb
  23. Added jersey-micrometer module (#5391) — noreply / githubweb
  24. Jetty HTTP2 modules added to the bom/pom.xml — Maxim Nesen / githubweb
  25. Netty Expect:100-continue feature support (#5412) — noreply / githubweb
  26. Propagate back-pressure correctly in MP REST Client SSE publisher (#5426) — noreply / githubweb
  27. ApiDocs fixes — Maxim Nesen / githubweb
  28. Filter headers for netty HTTP redirect and CONNECT requests — Maxim Nesen / githubweb
  29. Expect:100-continue fixes for Netty — Maxim Nesen / githubweb
  30. Decode extended filename in multipart content-disposition — Maxim Nesen / githubweb
  31. Fix normalizing URIs with percent encoded symbols — Maxim Nesen / githubweb
  32. Race condition (#5359) — noreply / githubweb
  33. Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states — Maxim Nesen / githubweb
  34. Support multipart by Jetty & Netty — 15908245+jansupol / githubweb
  35. Add constants of Reponse Statuses and Http Header Names — 15908245+jansupol / githubweb
  36. Adopt ASM 9.6 — 15908245+jansupol / githubweb
  37. UserGuide and example extended for Micrometer integration (#5427) — noreply / githubweb
  38. Fix Jackson 15 -> Jackson 2.15 documentation — 15908245+jansupol / githubweb
  39. proper way of removing a handler — 15908245+jansupol / githubweb
  40. Fix query param in UriBuilder — 15908245+jansupol / githubweb
  41. ApiDocs bundle fix — Maxim Nesen / githubweb
  42. 2.41 — jersey-bot / githubweb
  43. 2.42-SNAPSHOT — jersey-bot / githubweb
  44. Updated Parsson — 15908245+jansupol / githubweb
  45. Revert Jetty Plugin version — 15908245+jansupol / githubweb
  46. Jersey User Guide: Jackson 2.14 -> 2.15 migration — Maxim Nesen / githubweb
  47. Moxy version update — Maxim Nesen / githubweb
  48. Versions update — Maxim Nesen / githubweb
  49. re-packaged Jackson version update — Maxim Nesen / githubweb
  50. 3.0.12 — jersey-bot / githubweb
  51. 3.0.99-SNAPSHOT — jersey-bot / githubweb
  52. After merge adjustments — Maxim Nesen / githubweb
  53. CP year — Maxim Nesen / githubweb
  54. Set the RuntimeDelegate not to need it being looked up again and again — 15908245+jansupol / githubweb
  55. HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12) — Maxim Nesen / githubweb
  56. Examples cleanup — Maxim Nesen / githubweb
  57. SameSite is capital first letter only. — 15908245+jansupol / githubweb
  58. Allow @Priority for ExceptionMapper — 15908245+jansupol / githubweb
  59. RegularExpression in Uri Template IS NOT optional — 15908245+jansupol / githubweb
  60. additional merging changes — Jan Supol / githubweb
  61. Drop 11 for Jetty11 classnames — Maxim Nesen / githubweb

#6 (Jul 28, 2023, 8:40:50 AM)

  1. 3.1.3 — jersey-bot / githubweb
  2. 3.1.99-SNAPSHOT — jersey-bot / githubweb

#5 (Jul 24, 2023, 12:53:43 AM)

  1. Handle equals and hashCode delegating its calls to the InvocationHandler objects — 24524084+senivam / githubweb
  2. Additional logging for SNI — 15908245+jansupol / githubweb
  3. Better support inheritance in Resource Methods — 15908245+jansupol / githubweb
  4. Add check for deps not in bom.pom (#5291) — noreply / githubweb
  5. Move dependencies of the version agnostic module to the test dependent profile — 24524084+senivam / githubweb
  6. Redirect GuardianList#toString to original toString — 15908245+jansupol / githubweb
  7. Fix possible NPE in netty client — 15908245+jansupol / githubweb
  8. Update ParamConverters.java — 15908245+jansupol / githubweb
  9. Allow for setting connector provider via properties (#5345) — noreply / githubweb
  10. Parametrize ParamConverters to allow throwing IAE (#5349) — noreply / githubweb
  11. allow for resource methods to return <? extends XYZ> — 15908245+jansupol / githubweb
  12. dependencies update (#5348) — noreply / githubweb
  13. 2.40 — jersey-bot / githubweb
  14. 2.41-SNAPSHOT — jersey-bot / githubweb
  15. cleaning out typos from bom/pom.xml — 24524084+senivam / githubweb
  16. Formatting fix in the User Guide — 24524084+senivam / githubweb
  17. Versions adjustment — Maxim Nesen / githubweb
  18. 3.0.11 — jersey-bot / githubweb
  19. 3.0.99-SNAPSHOT — jersey-bot / githubweb
  20. adjust CI/CD build to use JDK 21 — 15908245+jansupol / githubweb
  21. Save time by not inspecting configuration for property when in PropertiesDelegate — 15908245+jansupol / githubweb
  22. Update war.plugin to work with jdk 21 — 24524084+senivam / githubweb
  23. store license check report — 15908245+jansupol / githubweb
  24. Versions adjustments — Maxim Nesen / githubweb
  25. NOTICE versions ajustments — Maxim Nesen / githubweb
  26. exclude release and version-agnostic tests from release — 24524084+senivam / githubweb

#4 (May 18, 2023, 5:58:13 AM)

  1. adopt TCK pom for TCK job — 24524084+senivam / githubweb