Skip to content

Changes

#281 (May 23, 2024, 2:35:17 AM)

  1. 3.0.13 (commit: e30ffc2) — jersey-bot / githubweb
  2. 3.0.99-SNAPSHOT (commit: cec620f) — jersey-bot / githubweb
  3. Prevent Jackson failing while loading Modules (classloader issues) (commit: 74781a9) — Maxim Nesen / githubweb
  4. Cleaning redundant plugins from plugin management (#5605) (commit: 3fe484b) — noreply / githubweb
  5. clean CI/CD scripts from the main project (#5606) (commit: 41d01b8) — noreply / githubweb
  6. ObjectMapper.findModules throws Error (commit: ec36394) — Maxim Nesen / githubweb
  7. Allow the internal package to be a part of the Jersey APIDoc (commit: 3077a0d) — Maxim Nesen / githubweb
  8. Wiremock version update (commit: 158c51a) — Maxim Nesen / githubweb
  9. Added suport for HK2 factories, binders to comply with documentation. (commit: 236b6f3) — 15908245+jansupol / githubweb
  10. Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting. (commit: 705144a) — Maxim Nesen / githubweb
  11. Add missing metrics for cases of client errors (commit: 75a9755) — Maxim Nesen / githubweb
  12. Add ability to configure the queue capacity for ChunkedOutput (#5621) (commit: be13798) — noreply / githubweb
  13. Prevent NPE in Jersey Spring RequestContextFilter (commit: 132b55f) — Maxim Nesen / githubweb
  14. Document a workaround for HTTP Patch & provide tests (#5622) (commit: 09c8d62) — noreply / githubweb
  15. align CONTRIBUTING.md with Eclipse actual requirements (commit: 9c271d1) — Maxim Nesen / githubweb
  16. Ensure the RequestScope and other singleton bindings are registered just once (#5624) (commit: 26b131b) — noreply / githubweb
  17. mvc-thymeleaf extension (#5616) (commit: 115da13) — noreply / githubweb
  18. prevent synchronized blocking the virtual threads in JDK21 (commit: 22aa92e) — 15908245+jansupol / githubweb
  19. Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD (commit: 8126cdc) — 15908245+jansupol / githubweb
  20. Multirelease include JDK21 to support Thread.isVirtual() (commit: d62f2b3) — 15908245+jansupol / githubweb
  21. 2.x versions update (commit: b66bf86) — 15908245+jansupol / githubweb
  22. Excluding JDK21 multi-release from jaxrs bundle (#5633) (commit: 9d096a8) — noreply / githubweb
  23. 2.43 (commit: 9041340) — jersey-bot / githubweb
  24. 2.44-SNAPSHOT (commit: 84d6b08) — jersey-bot / githubweb
  25. Post merge adjustments (commit: 58185a0) — Maxim Nesen / githubweb
  26. Document Multipart Configuration. (commit: 9e874a6) — Maxim Nesen / githubweb
  27. Remove synchronized from Apache stream wrappers - the wrapped stream is synchronized (commit: d29b2da) — Maxim Nesen / githubweb
  28. Jakartize & cleanup after 2.x merge (commit: 8d2ae8a) — Maxim Nesen / githubweb
  29. Allow having multiple annotations for multipart endpoint with @FormDataParam in any order (#5639) (commit: b7f355e) — noreply / githubweb
  30. Allow long content length in the JDK connector (commit: effa557) — Maxim Nesen / githubweb
  31. Post merge (commit: 8cc19dd) — Maxim Nesen / githubweb
  32. refactoring mvn warnings (commit: 14c5c43) — Maxim Nesen / githubweb
  33. Support for Virtual Threads in Executor Services (#5648) (commit: 73a775d) — noreply / githubweb
  34. MAX_HEADER_SIZE for the Netty connector (#5649) (commit: e2994ff) — noreply / githubweb
  35. Unify the SniConfigurator with other branches (commit: 63506be) — 15908245+jansupol / githubweb
  36. Jakartify imports (commit: 8a7d6b4) — Jan Supol / githubweb

#280 (May 2, 2024, 4:44:11 AM)

  1. Excluding JDK21 multi-release from jaxrs bundle (#5633) (commit: 9d096a8) — noreply / githubweb

#279 (May 2, 2024, 3:36:40 AM)

  1. 2.42 (commit: b768e96) — jersey-bot / githubweb
  2. 2.43-SNAPSHOT (commit: e20535d) — jersey-bot / githubweb
  3. Backing up CI/CD and TCK jobs into the Jersey project (#5574) (commit: f07195a) — noreply / githubweb
  4. Adopt ASM 9.7 (commit: 9c5b688) — Maxim Nesen / githubweb
  5. Prevent Jackson failing while loading Modules (classloader issues) (commit: 74781a9) — Maxim Nesen / githubweb
  6. Cleaning redundant plugins from plugin management (#5605) (commit: 3fe484b) — noreply / githubweb
  7. clean CI/CD scripts from the main project (#5606) (commit: 41d01b8) — noreply / githubweb
  8. ObjectMapper.findModules throws Error (commit: ec36394) — Maxim Nesen / githubweb
  9. Allow the internal package to be a part of the Jersey APIDoc (commit: 3077a0d) — Maxim Nesen / githubweb
  10. Added suport for HK2 factories, binders to comply with documentation. (commit: 236b6f3) — 15908245+jansupol / githubweb
  11. Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting. (commit: 705144a) — Maxim Nesen / githubweb
  12. Add missing metrics for cases of client errors (commit: 75a9755) — Maxim Nesen / githubweb
  13. Add ability to configure the queue capacity for ChunkedOutput (#5621) (commit: be13798) — noreply / githubweb
  14. Prevent NPE in Jersey Spring RequestContextFilter (commit: 132b55f) — Maxim Nesen / githubweb
  15. Document a workaround for HTTP Patch & provide tests (#5622) (commit: 09c8d62) — noreply / githubweb
  16. align CONTRIBUTING.md with Eclipse actual requirements (commit: 9c271d1) — Maxim Nesen / githubweb
  17. Ensure the RequestScope and other singleton bindings are registered just once (#5624) (commit: 26b131b) — noreply / githubweb
  18. prevent synchronized blocking the virtual threads in JDK21 (commit: 22aa92e) — 15908245+jansupol / githubweb
  19. Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD (commit: 8126cdc) — 15908245+jansupol / githubweb
  20. Multirelease include JDK21 to support Thread.isVirtual() (commit: d62f2b3) — 15908245+jansupol / githubweb
  21. 2.x versions update (commit: b66bf86) — 15908245+jansupol / githubweb

#278 (Mar 28, 2024, 6:36:52 AM)

  1. 3.0.12 (commit: 85017aa) — jersey-bot / githubweb
  2. 3.0.99-SNAPSHOT (commit: 879de7a) — jersey-bot / githubweb
  3. Set the RuntimeDelegate not to need it being looked up again and again (commit: 8d6b0ba) — 15908245+jansupol / githubweb
  4. Allow @Priority for ExceptionMapper (commit: 1c329c8) — 15908245+jansupol / githubweb
  5. RegularExpression in Uri Template IS NOT optional (commit: 8105415) — 15908245+jansupol / githubweb
  6. additional merging changes (commit: 6b1dbff) — Jan Supol / githubweb
  7. Prevent connection from being stuck (commit: 02a869f) — Maxim Nesen / githubweb
  8. Catch Exception (commit: 9e8a293) — Maxim Nesen / githubweb
  9. Add license check pre-release test (commit: bd7774f) — Maxim Nesen / githubweb
  10. Jakartification (commit: 4ea0c59) — Maxim Nesen / githubweb
  11. Adopt Jackson 2.16.1 (commit: c3d3132) — Maxim Nesen / githubweb
  12. prevent NPE when WebAppException#getResponse returns null (commit: ed25486) — Maxim Nesen / githubweb
  13. Add URL of KeyStore and TrustStore to SslConfigurator (commit: e4c3bf5) — Maxim Nesen / githubweb
  14. ASCII encode ContentDisposition file name (#5514) (commit: 604cf2e) — noreply / githubweb
  15. exclude default IMPL from API (#5520) (commit: d2ba6ef) — noreply / githubweb
  16. Add Apache5 properties to be grabbed by config (#5536) (commit: f86cdf0) — noreply / githubweb
  17. Put duplicated methods into a common superclass (commit: 4ca1e78) — 15908245+jansupol / githubweb
  18. Jakartify & cleanup after merge (commit: dd61f89) — Jan Supol / githubweb
  19. Add a logger for a request notifying Jersey Container is involved (commit: 809c7eb) — 15908245+jansupol / githubweb
  20. Drop JDK 7 profile (commit: 663242e) — Maxim Nesen / githubweb
  21. Propagate Future.cancel() to connectors (commit: 9602806) — 15908245+jansupol / githubweb
  22. jakartify imports (commit: bb5f014) — Jan Supol / githubweb
  23. [2.x] versions update (commit: 63c2ed4) — Maxim Nesen / githubweb
  24. GitHub action validations added (commit: 3bdbd9c) — Maxim Nesen / githubweb
  25. 2.42 (commit: b768e96) — jersey-bot / githubweb
  26. 2.43-SNAPSHOT (commit: e20535d) — jersey-bot / githubweb
  27. [3.0] dependency convergence check (#5567) (commit: 6b363a8) — noreply / githubweb
  28. Backing up CI/CD and TCK jobs into the Jersey project (#5574) (commit: f07195a) — noreply / githubweb
  29. Adopt ASM 9.7 (commit: 9c5b688) — Maxim Nesen / githubweb
  30. [3.0] versions update (#5584) (commit: b861a1c) — noreply / githubweb