Skip to content

Changes

#46 (May 23, 2024, 2:58:50 PM)

  1. 2.43 — jersey-bot / githubweb
  2. 2.44-SNAPSHOT — jersey-bot / githubweb
  3. Document Multipart Configuration. — Maxim Nesen / githubweb
  4. Remove synchronized from Apache stream wrappers - the wrapped stream is synchronized — Maxim Nesen / githubweb
  5. Allow having multiple annotations for multipart endpoint with @FormDataParam in any order (#5639) — noreply / githubweb
  6. Allow long content length in the JDK connector — Maxim Nesen / githubweb
  7. refactoring mvn warnings — Maxim Nesen / githubweb
  8. Support for Virtual Threads in Executor Services (#5648) — noreply / githubweb
  9. MAX_HEADER_SIZE for the Netty connector (#5649) — noreply / githubweb
  10. Unify the SniConfigurator with other branches — 15908245+jansupol / githubweb

#45 (May 2, 2024, 5:05:41 PM)

  1. Prevent Jackson failing while loading Modules (classloader issues) — Maxim Nesen / githubweb
  2. Cleaning redundant plugins from plugin management (#5605) — noreply / githubweb
  3. clean CI/CD scripts from the main project (#5606) — noreply / githubweb
  4. ObjectMapper.findModules throws Error — Maxim Nesen / githubweb
  5. Allow the internal package to be a part of the Jersey APIDoc — Maxim Nesen / githubweb
  6. Added suport for HK2 factories, binders to comply with documentation. — 15908245+jansupol / githubweb
  7. Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting. — Maxim Nesen / githubweb
  8. Add missing metrics for cases of client errors — Maxim Nesen / githubweb
  9. Add ability to configure the queue capacity for ChunkedOutput (#5621) — noreply / githubweb
  10. Prevent NPE in Jersey Spring RequestContextFilter — Maxim Nesen / githubweb
  11. Document a workaround for HTTP Patch & provide tests (#5622) — noreply / githubweb
  12. align CONTRIBUTING.md with Eclipse actual requirements — Maxim Nesen / githubweb
  13. Ensure the RequestScope and other singleton bindings are registered just once (#5624) — noreply / githubweb
  14. prevent synchronized blocking the virtual threads in JDK21 — 15908245+jansupol / githubweb
  15. Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD — 15908245+jansupol / githubweb
  16. Multirelease include JDK21 to support Thread.isVirtual() — 15908245+jansupol / githubweb
  17. 2.x versions update — 15908245+jansupol / githubweb
  18. Excluding JDK21 multi-release from jaxrs bundle (#5633) — noreply / githubweb

#42 (Mar 28, 2024, 9:54:08 AM)

  1. 2.42 — jersey-bot / githubweb
  2. 2.43-SNAPSHOT — jersey-bot / githubweb
  3. Backing up CI/CD and TCK jobs into the Jersey project (#5574) — noreply / githubweb
  4. Adopt ASM 9.7 — Maxim Nesen / githubweb

#41 (Mar 20, 2024, 4:12:10 AM)

  1. Adopt Jackson 2.16.1 — Maxim Nesen / githubweb
  2. prevent NPE when WebAppException#getResponse returns null — Maxim Nesen / githubweb
  3. Add URL of KeyStore and TrustStore to SslConfigurator — Maxim Nesen / githubweb
  4. ASCII encode ContentDisposition file name (#5514) — noreply / githubweb
  5. Add Apache5 properties to be grabbed by config (#5536) — noreply / githubweb
  6. Put duplicated methods into a common superclass — 15908245+jansupol / githubweb
  7. Add a logger for a request notifying Jersey Container is involved — 15908245+jansupol / githubweb
  8. Drop JDK 7 profile — Maxim Nesen / githubweb
  9. Propagate Future.cancel() to connectors — 15908245+jansupol / githubweb
  10. [2.x] versions update — Maxim Nesen / githubweb
  11. GitHub action validations added — Maxim Nesen / githubweb

#40 (Dec 14, 2023, 4:02:47 AM)

  1. Prevent connection from being stuck — Maxim Nesen / githubweb
  2. Catch Exception — Maxim Nesen / githubweb
  3. Add license check pre-release test — Maxim Nesen / githubweb

#39 (Dec 1, 2023, 5:21:06 AM)

  1. Allow @Priority for ExceptionMapper — 15908245+jansupol / githubweb
  2. RegularExpression in Uri Template IS NOT optional — 15908245+jansupol / githubweb

#38 (Nov 2, 2023, 3:54:39 PM)

  1. 2.41 — jersey-bot / githubweb
  2. 2.42-SNAPSHOT — jersey-bot / githubweb

#37 (Oct 20, 2023, 8:38:49 AM)

  1. GraalVM 20.0.1 adaptation — 24524084+senivam / githubweb
  2. Using Java7+ NIO API for improved performance (#5350) — noreply / githubweb
  3. Issue #3493 - backport BeanParam support from 3.x — Maxim Nesen / githubweb
  4. RFC 6570 implementation — Maxim Nesen / githubweb
  5. Encode curly brackets in proxy client — Maxim Nesen / githubweb
  6. Bump org.apache.maven:maven-compat — Maxim Nesen / githubweb
  7. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb
  8. Bump org.apache.maven:maven-core — Maxim Nesen / githubweb
  9. update license check plugin to the latest released version — Maxim Nesen / githubweb
  10. HTTP/2 for Jetty connector (#5294) — noreply / githubweb
  11. Deprecate duplicated methods and fields in MBR/MBW — 15908245+jansupol / githubweb
  12. Fix nio failures on Windows — 15908245+jansupol / githubweb
  13. Prevent Class Cast Exception in cases where two classloaders handle the same TracingLogger — 15908245+jansupol / githubweb
  14. Allowing using SSLContext supplier per request by the NettyConnector — 15908245+jansupol / githubweb
  15. Adopt Jackson 2.15 — 15908245+jansupol / githubweb
  16. Added jersey-micrometer module (#5391) — noreply / githubweb
  17. Jetty HTTP2 modules added to the bom/pom.xml — Maxim Nesen / githubweb
  18. Netty Expect:100-continue feature support (#5412) — noreply / githubweb
  19. Propagate back-pressure correctly in MP REST Client SSE publisher (#5426) — noreply / githubweb
  20. ApiDocs fixes — Maxim Nesen / githubweb
  21. Filter headers for netty HTTP redirect and CONNECT requests — Maxim Nesen / githubweb
  22. Expect:100-continue fixes for Netty — Maxim Nesen / githubweb
  23. Decode extended filename in multipart content-disposition — Maxim Nesen / githubweb
  24. Fix normalizing URIs with percent encoded symbols — Maxim Nesen / githubweb
  25. Race condition (#5359) — noreply / githubweb
  26. Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states — Maxim Nesen / githubweb
  27. Support multipart by Jetty & Netty — 15908245+jansupol / githubweb
  28. Add constants of Reponse Statuses and Http Header Names — 15908245+jansupol / githubweb
  29. Adopt ASM 9.6 — 15908245+jansupol / githubweb
  30. UserGuide and example extended for Micrometer integration (#5427) — noreply / githubweb
  31. Fix Jackson 15 -> Jackson 2.15 documentation — 15908245+jansupol / githubweb
  32. proper way of removing a handler — 15908245+jansupol / githubweb
  33. Fix query param in UriBuilder — 15908245+jansupol / githubweb
  34. ApiDocs bundle fix — Maxim Nesen / githubweb

#36 (Jul 24, 2023, 6:43:27 AM)

  1. adjust CI/CD build to use JDK 21 — 15908245+jansupol / githubweb
  2. Save time by not inspecting configuration for property when in PropertiesDelegate — 15908245+jansupol / githubweb
  3. Update war.plugin to work with jdk 21 — 24524084+senivam / githubweb
  4. store license check report — 15908245+jansupol / githubweb

#33 (Jun 23, 2023, 7:29:21 AM)

  1. Redirect GuardianList#toString to original toString — 15908245+jansupol / githubweb
  2. Fix possible NPE in netty client — 15908245+jansupol / githubweb
  3. Update ParamConverters.java — 15908245+jansupol / githubweb
  4. Allow for setting connector provider via properties (#5345) — noreply / githubweb
  5. Parametrize ParamConverters to allow throwing IAE (#5349) — noreply / githubweb
  6. allow for resource methods to return <? extends XYZ> — 15908245+jansupol / githubweb
  7. dependencies update (#5348) — noreply / githubweb
  8. cleaning out typos from bom/pom.xml — 24524084+senivam / githubweb

#32 (May 17, 2023, 2:49:46 AM)

  1. 2.39.1 — jersey-bot / githubweb
  2. 2.40-SNAPSHOT — jersey-bot / githubweb
  3. Changes to InterceptorInvocationContext related to the integration with Helidon (#5311) — noreply / githubweb
  4. Adopt ASM 9.5 — 15908245+jansupol / githubweb
  5. Do not encode slash in templates in MP RestClient — 15908245+jansupol / githubweb
  6. Do not completely swallow the cdi exception on error — 15908245+jansupol / githubweb
  7. HTTP/2 for Jetty container — 24524084+senivam / githubweb
  8. Guard list of headers for modifications — 24524084+senivam / githubweb
  9. Support NettyConnector & RequestEntityProcessing.BUFFERED — 24524084+senivam / githubweb
  10. Handle equals and hashCode delegating its calls to the InvocationHandler objects — 24524084+senivam / githubweb
  11. Additional logging for SNI — 15908245+jansupol / githubweb
  12. Better support inheritance in Resource Methods — 15908245+jansupol / githubweb
  13. Add check for deps not in bom.pom (#5291) — noreply / githubweb

#30 (Mar 23, 2023, 10:10:25 AM)

  1. 2.39 — jersey-bot / githubweb
  2. 2.40-SNAPSHOT — jersey-bot / githubweb
  3. allow custom Content-Length for HEAD method — 24524084+senivam / githubweb
  4. Add jdk client buffering test (#5280) — noreply / githubweb
  5. Updated archetypes and created a test to keep archetype versions up-to-date — 15908245+jansupol / githubweb
  6. Support 3rd party instantiators working with @Context only — 15908245+jansupol / githubweb
  7. Get media type fix (#5282) — noreply / githubweb
  8. Hostname verifier for the Jetty connector — 24524084+senivam / githubweb

#29 (Feb 17, 2023, 4:54:32 AM)

  1. Run tests on various free ports instead of 9998 (#5213) — noreply / githubweb
  2. Add SNI Support based on Host header — 15908245+jansupol / githubweb
  3. Update to NOTICE files & test (#5250) — noreply / githubweb
  4. Use useSystemProperties with Apache connectors — 24524084+senivam / githubweb
  5. Optional Injection-less client side for SE (#5232) — noreply / githubweb
  6. Jersey Microprofile RestClient - NullPointerException when a optional FormParam is null #5254 — 24524084+senivam / githubweb
  7. Warn only when ASM is not capable of handling java classes instead of throwing — 24524084+senivam / githubweb

#28 (Jan 31, 2023, 12:15:44 PM)

  1. 2.38 — jersey-bot / githubweb
  2. 2.39-SNAPSHOT — jersey-bot / githubweb
  3. scope fix for JUnit dependency — 24524084+senivam / githubweb
  4. Jackson version update to 2.14.1 — 24524084+senivam / githubweb
  5. Typo fix in User Guide — 24524084+senivam / githubweb

#26 (Dec 22, 2022, 5:32:27 AM)

  1. add dependencyConvergence rule to the maven-enforcer-plugin — 24524084+senivam / githubweb
  2. Timeout extended to 30 HOURS — 24524084+senivam / githubweb
  3. JUnit tests actualized: 4 -> 5 — Vladimir Bychkov / githubweb
  4. Additional changes to execute all tests — Vladimir Bychkov / githubweb
  5. fix: change Copyright info — Vladimir Bychkov / githubweb
  6. Exception in Jersey Jetty handler's Host header parsing bubbles up to the top #5189 — 15908245+jansupol / githubweb
  7. Call tearDown to prevent Address already in use — 15908245+jansupol / githubweb
  8. Dependencies versions update — 24524084+senivam / githubweb
  9. Include RestClient TCK Proxy test — 15908245+jansupol / githubweb
  10. Release test: check the staged artifacts are valid — 24524084+senivam / githubweb
  11. bump Eclipse's parent pom to 1.0.8 (#5201) — noreply / githubweb
  12. Fix optionals when empty (#5194) — noreply / githubweb
  13. Remove Guava under version 24 (#5175) — noreply / githubweb
  14. SSLHandshake No appropriate protocol (protocol is disabled or cipher suites are inappropriate) (#5198) — noreply / githubweb
  15. Fix alignment in the doc (#5207) — noreply / githubweb
  16. Use Java 11 InputStream::readAllBytes to read String entities — 24524084+senivam / githubweb
  17. Add caching and improve performance — 24524084+senivam / githubweb
  18. Fix FORM_PARAM_CONSUMED warning (#5208) — noreply / githubweb
  19. Store InvocationBuilderListenerStage into Runtime not to look up builder listeners each request — 24524084+senivam / githubweb
  20. faster RuntimeType.toLowerCase in PropertiesHelper — 24524084+senivam / githubweb
  21. bundles fixes — 24524084+senivam / githubweb

#25 (Nov 4, 2022, 9:31:15 AM)

  1. 2.37 — jersey-bot / githubweb
  2. 2.38-SNAPSHOT — jersey-bot / githubweb
  3. Update JdkHttpServerFactory.java (#5163) — noreply / githubweb
  4. Fix Container#reload — 15908245+jansupol / githubweb
  5. Better @Inject support.  For servlet classes, a qualifier is used. — 15908245+jansupol / githubweb
  6. Adopt ASM 9.4 (#5174) — noreply / githubweb
  7. warn less (just once for all clients) about missing providers — 15908245+jansupol / githubweb
  8. CI/CD job timeout — 15908245+jansupol / githubweb
  9. verify license via GitHub actions (#5129) — noreply / githubweb

#24 (Sep 6, 2022, 7:30:00 AM)

  1. Additional OSGi headers — 15908245+jansupol / githubweb
  2. Change JettyConnector 'readTimeout' behavior to match socket read tim… (#5114) — noreply / githubweb
  3. Updated JettyClientProperties#TOTAL_TIMEOUT related documentation. — 24524084+senivam / githubweb
  4. Fix test issues (#5137) — noreply / githubweb

#22 (Sep 1, 2022, 4:47:18 AM)

  1. Eclipse Dash license check profile — 24524084+senivam / githubweb
  2. FISH-5723 Fixes WebappClassloader memory-leak issue by removing JAXRSResources classes from cache on shutdown event (#5102) — 24524084+senivam / githubweb
  3. Mark jaxrs-ri bundle as multi-release — 24524084+senivam / githubweb
  4. Support JDK19 — noreply / githubweb
  5. Fix OSGi headers for CDI & MP Jersey modules to be compatible with EE8 (#5122) — noreply / githubweb

#21 (Aug 5, 2022, 9:39:15 AM)

  1. Support ClientProperties.PROXY_URI & al in HttpUrlConnector (#5091) — noreply / githubweb
  2. Move Proxy parsing logic from connectors to a common class — 15908245+jansupol / githubweb
  3. Support GSON media (#5090) — noreply / githubweb
  4. Support CompletionStage<Response> — 15908245+jansupol / githubweb
  5. Make sure the parent 'responseFuture' CompletableFuture is completed. — 15908245+jansupol / githubweb
  6. [grizzly] Expose `start` argument while providing `parentContext` (#5101) — noreply / githubweb

#20 (Jun 15, 2022, 1:25:00 PM)

  1. 2.36 — jersey-bot / githubweb
  2. 2.37-SNAPSHOT — jersey-bot / githubweb
  3. fix for user-guide markup — 24524084+senivam / githubweb

#19 (Jun 14, 2022, 5:01:30 AM)

  1. Allow for passing in additional property files to configure additional configs — 24524084+senivam / githubweb
  2. Remove innate packages from javadoc documentation — 24524084+senivam / githubweb
  3. Fix regression on LoggingFeature's max entity size (#5007) — noreply / githubweb
  4. Fix logging delimiter parameterization (#5003) — noreply / githubweb
  5. honor @Vetoed on a bean — 24524084+senivam / githubweb
  6. Update Xerces to prevent CVEs (#5018) — noreply / githubweb
  7. Fixed NullpointerException when getting methodtree (#5024) — noreply / githubweb
  8. Apache httpclient 5 (#4950) — noreply / githubweb
  9. Update Netty to 4.1.75 — 24524084+senivam / githubweb
  10. reduce usage of Guava (#5038) — noreply / githubweb
  11. Do not trim stacktrace in case of an exception — 24524084+senivam / githubweb
  12. Release MessageBodyWorkers when Response gets closed. (#5039) — noreply / githubweb
  13. Enhancement for docprocessor (#5028) — noreply / githubweb
  14. Support null PROXY_USERNAME — 15908245+jansupol / githubweb
  15. Add javadoc to Netty ENABLE_SSL_HOSTNAME_VERIFICATION configuration property — 15908245+jansupol / githubweb
  16. Updated documentation and javadoc for Connectors — 24524084+senivam / githubweb
  17. Blocked thread if WebApplicationException is reused. #4097 (#5035) — noreply / githubweb
  18. Adopt spring 5.3.18 — 24524084+senivam / githubweb
  19. Redact HTTP headers on LoggingFeature (#5025) — noreply / githubweb
  20. Add Apache 5 connector to client tests — 24524084+senivam / githubweb
  21. For OSGi services lookup use only classes assignable from service class (#5051) — noreply / githubweb
  22. Update hamcrest to the latest (#5060) — noreply / githubweb
  23. Netty Connector doesn't support Followredirects (#5048) — noreply / githubweb
  24. Adopt ASM 9.3 — 24524084+senivam / githubweb
  25. Prevent LoggingFeature timeout on context#hasEntity for HEADERS_ONLY — 15908245+jansupol / githubweb
  26. Remove Spring 4 from Bom pom — 24524084+senivam / githubweb
  27. Update Netty proxy settings (#5071) — noreply / githubweb
  28. Make JacksonFeature configurable (#5074) — noreply / githubweb
  29. Update Jackson to 2.13.3 (#5076) — noreply / githubweb
  30. Dependencies versions update (#5078) — noreply / githubweb

#18 (Feb 9, 2022, 10:55:12 AM)

  1. modulelist maven plugin refactoring (#4887) — noreply / githubweb
  2. Update Directory Maven Plugin to work with maven 3.8.x — 24524084+senivam / githubweb
  3. Better handling of MicroProfile Rest Client Proxies (#4918) — noreply / githubweb
  4. Refactor processResponseError in ServerRuntime — 24524084+senivam / githubweb
  5. Issue #4917 - Fix dependencies for Grizzly connector — 15908245+jansupol / githubweb
  6. Adopt Jackson 2.13 — 24524084+senivam / githubweb
  7. Replace usage of deprecated beanManager.createInjectionTarget — 24524084+senivam / githubweb
  8. Prevent loading Feature/DynamicFeature services multiple times. — 15908245+jansupol / githubweb
  9. Cache a lazy reference to OSGi registry instance — 24524084+senivam / githubweb
  10. Add OSGi headers to MP Config module — 24524084+senivam / githubweb
  11. Fix OSGi tests on JDK 17 — 24524084+senivam / githubweb
  12. extended condition not to add the content-length header negative (#4967) — noreply / githubweb
  13. Enable percent encoding servlet context path and servlet path — 24524084+senivam / githubweb
  14. convert Long,long,Integer,int values to Long/Integer types (issue4930) — 15908245+jansupol / githubweb
  15. fix broken license url for asm objectweb (#4972) — noreply / githubweb
  16. Fix broken license url for asm objectweb for core-server (#4975) — noreply / githubweb
  17. Exclude unix protocols from request processing in closing strategy — 24524084+senivam / githubweb

#17 (Sep 22, 2021, 9:59:49 AM)

  1. 2.35 — jersey-bot / githubweb
  2. 2.36-SNAPSHOT — jersey-bot / githubweb
  3. Remove com.sun.org.apache.xml.internal (#4812) — noreply / githubweb
  4. Bug Report: CDI tries to instantiate interface (Jersey 2.30) (#4847) — noreply / githubweb
  5. NettyConnectorProvider (jersey-netty-connector) is throwing an exception with inactive_pooled_connection_handler error — noreply / githubweb

#16 (Sep 6, 2021, 9:07:48 AM)

  1. Bump commons-io in /test-framework/maven/custom-enforcer-rules — 24524084+senivam / githubweb
  2. JDK16 Support (#4785) — noreply / githubweb
  3. Update groovy to work with jdk17 (#4792) — noreply / githubweb
  4. Fix issue NullPointerException in HeaderUtils.getPreferredCookie #4773 (#4795) — noreply / githubweb
  5. Enable to use @Context in constructors of classes instantiated by CDI — 15908245+jansupol / githubweb
  6. CI env for Jenkins — Maxim Nesen / githubweb
  7. GraalVM native-image — noreply / githubweb
  8. handle URISyntaxException in JettyHttpContainer (#4809) — noreply / githubweb
  9. Make @Singleton to be singleton with CDI integration — 15908245+jansupol / githubweb
  10. CI env for Jenkins (#4820) — noreply / githubweb
  11. Deadlock reproducer — Jorge Bescos / githubweb
  12. GraalVM native-image jersey-client module — 24524084+senivam / githubweb
  13. Connection timeout the double of what is configured (#4811) — noreply / githubweb
  14. Remove unnecessary lock — Jorge Bescos / githubweb
  15. Add support for custom parameter types with `Optional<T>` — 15908245+jansupol / githubweb
  16. Support more optionals (#4783) — noreply / githubweb
  17. Issue4810 (#4823) — noreply / githubweb
  18. ParamConverters cleanup — 15908245+jansupol / githubweb
  19. Bump ant from 1.10.9 to 1.10.11 — 24524084+senivam / githubweb
  20. Allow Feature and Dynamic feature as a JDK services (#4833) — noreply / githubweb
  21. Prevent NoSuchMethodError when used MP Rest Client 1.4 API & CDI (#4835) — noreply / githubweb
  22. User Guide: GraalVM/native-image chapter (#4802) — noreply / githubweb
  23. Updated ASM to 9.2 — 15908245+jansupol / githubweb
  24. Cache Application#getSingletons not be called twice — 24524084+senivam / githubweb
  25. JerseyTest is not compatible with JUnit 5 — 15908245+jansupol / githubweb
  26. System properties proper config for TimeWindowStatisticsImplTest — 15908245+jansupol / githubweb
  27. add possibility to use entity with http method Options in requests according to the RFC 7231 (#4837) — noreply / githubweb
  28. New CDI based EE injection manager incubating implementation. (#4822) — noreply / githubweb
  29. Updated versions in 2.x — 15908245+jansupol / githubweb

#15 (Apr 29, 2021, 8:46:12 AM)

  1. 2.34 — jersey-bot / githubweb
  2. 2.35-SNAPSHOT — jersey-bot / githubweb
  3. CP year adjustment — Maxim Nesen / githubweb

#14 (Apr 20, 2021, 3:22:37 PM)

  1. Updated javadoc maven plugin API link — 24524084+senivam / githubweb
  2. MicroProfile Rest Client 2.0 support (#4699) — noreply / githubweb
  3. update maven-antrun-plugin to 3.0.0 — 24524084+senivam / githubweb
  4. Do not create a connector multiple times for each rx() call — 15908245+jansupol / githubweb
  5. Copyright check — 15908245+jansupol / githubweb
  6. Apply 2021 — 15908245+jansupol / githubweb
  7. Rest client 2.0 updates (#4724) — noreply / githubweb
  8. Updating ant to 1.10.9 for antrun plugin (#4720) — noreply / githubweb
  9. Adjusting Jersey archetypes (#4710) — noreply / githubweb
  10. Custom schedulers to execute @PreDestroy methods (#4716) — noreply / githubweb
  11. Configurable COLLISION_BUFFER_POWER — noreply / githubweb
  12. Add a wildcard @Produces and @Consumes for methods without message providers involved not to get 406/415. — 24524084+senivam / githubweb
  13. switching to NIO tmp file creation approach (#4712) — noreply / githubweb
  14. Empty/NULL properties handling — 24524084+senivam / githubweb
  15. adjusting examples to be run with optional JAXB — 24524084+senivam / githubweb
  16. processing order for Jackson/Jaxb annotations — 24524084+senivam / githubweb
  17. Proper handling of chunked input streams in LoggingInterceptor (#4753) — noreply / githubweb
  18. Logging delimiter parametrized (#4745) — noreply / githubweb
  19. Adopt ASM 9.1 to support JDK 17 — 15908245+jansupol / githubweb
  20. Lazy synchronized SSL Context initialization in the HttpUrlConnector — 15908245+jansupol / githubweb
  21. Replace null Configuration in ContainerRequest with an empty instance — 15908245+jansupol / githubweb
  22. Adopted Jackson 2.12.2. No change in repackaged Jackson. — 15908245+jansupol / githubweb
  23. Uptake Helidon 2.2.1 — 24524084+senivam / githubweb
  24. ParameterConverter throwing IllegalArgumentException MUST result in 404 — 24524084+senivam / githubweb
  25. Stop filling monitoring queues when processor fails (#4697) — noreply / githubweb
  26. Add a default Enum MB provider. — 15908245+jansupol / githubweb
  27. Allow to use @Inject instead of @Context with CDI (#4749) — noreply / githubweb
  28. Updated properties for netty connection pooling — 24524084+senivam / githubweb
  29. Javadoc for non-public classes (cdi-rs-inject) (#4770) — noreply / githubweb
  30. 19 chapters of User Guide reviewed (#4711) — noreply / githubweb

#13 (Jan 27, 2021, 3:56:59 AM)

  1. Make logger static — 24524084+senivam / githubweb
  2. #4658 Apache HttpComponents upgrade — 24524084+senivam / githubweb
  3. JdkConnectorProvider cannot parse Set-cookie header value when expires — 24524084+senivam / githubweb
  4. 2.x apidocs bundle generation fixes — 24524084+senivam / githubweb
  5. Add support RFC 5987 for attribute filename* in HTTP header Content-Disposition (#4647) — noreply / githubweb
  6. Public SseEventSourceBuilder implementation — 15908245+jansupol / githubweb
  7. Jetty synchronous max buffer size property (#4677) — noreply / githubweb
  8. Chapter for Expect:100-continue header (client) — 24524084+senivam / githubweb
  9. Add a ParamConverterProvider for java.util.Optional parameters — 24524084+senivam / githubweb
  10. Support arrays (#4684) — noreply / githubweb
  11. Groovy updated for JDK 16 support — 24524084+senivam / githubweb
  12. Allow for having CDI on pure Jersey Client without Jersey Server (#4695) — noreply / githubweb

#12 (Dec 18, 2020, 1:31:27 PM)

  1. Keep ordering of classes and instances retrieved from ComponentBag — 15908245+jansupol / githubweb
  2. Enable CompletionStage unwrap in MBW — 15908245+jansupol / githubweb
  3. Make JAX-B API optional (#4634) — noreply / githubweb
  4. Support for SSL Configuration within JerseyTest (#4573) — noreply / githubweb
  5. Fix custom SSLSocketFactory not being set because of an unsafe lazy-initialization in JDK (#4566) — noreply / githubweb
  6. Modify OSGi Jackson requirement to be compatible with GF 5.1 — 24524084+senivam / githubweb
  7. 2.33 — jersey-bot / githubweb
  8. 2.34-SNAPSHOT — jersey-bot / githubweb

#10 (Dec 3, 2020, 8:36:56 AM)

  1. Bump junit in /tests/performance/test-cases/monitoring — 24524084+senivam / githubweb
  2. Bump junit from 4.12 to 4.13.1 — 24524084+senivam / githubweb
  3. Rest client inbound headers provider added (#4593) — noreply / githubweb
  4. Allow for org.glassfish.jersey.servlet.ServletContainer class name without init parameters in web.xml — 24524084+senivam / githubweb
  5. NettyConnector connection close — 24524084+senivam / githubweb
  6. Create PropertiesClass for external properties (http.proxyHost, http.proxyPort, http.nonProxyHosts) (#4611) — noreply / githubweb
  7. full clear of NettyInputStream — 24524084+senivam / githubweb
  8. Adopt ASM 9 — 24524084+senivam / githubweb
  9. Adopt Jackson 2.11.3 — 24524084+senivam / githubweb
  10. HttpUrlConnector extension (#4613) — noreply / githubweb
  11. Support for new property to ignore responses in exceptions thrown by the Client API. If the property jersey.config.client.ignoreExceptionResponse is set to true, any response in an exception thrown by the Client API will be mapped to an empty response that only includes the status code of the original one. This is to prevent accidental leaks of confidential data. — 15908245+jansupol / githubweb

#9 (Sep 25, 2020, 1:59:27 PM)

  1. 2.31 — jersey-bot / githubweb
  2. 2.32.0-SNAPSHOT — jersey-bot / githubweb
  3. Fix resources in containers — Jan Supol / githubweb
  4. Direct GitHub CI for Jersey — noreply / githubweb
  5. Note the subscription to email list and Twitter link in Readme — 15908245+jansupol / githubweb
  6. Clean Guava dependency from performance monitoring — Maxim Nesen / githubweb
  7. Direct GitHub CI for Jersey / Removed — 24524084+senivam / githubweb
  8. Fixed HK2 AbstractActiveDescriptor Test — 24524084+senivam / githubweb
  9. Fix intermittent premature ClientRuntime finalization (#4508) — noreply / githubweb
  10. Implemented ClientBuilderListener — 24524084+senivam / githubweb
  11. Added Documentation for JSON-B support — 24524084+senivam / githubweb
  12. project-info plugin configuration — 24524084+senivam / githubweb
  13. Regexp on MP RestClient @Path — 24524084+senivam / githubweb
  14. Copyright header — 24524084+senivam / githubweb
  15. Bug 31362657 - USING JSPS WITH JERSEY 2.X DROP HEADERS IN 14.1.1 — 24524084+senivam / githubweb
  16. Wrapper adds flushBuffer — 24524084+senivam / githubweb
  17. Moving tests to servlet 4.0 — 24524084+senivam / githubweb
  18. Correct name of packages — 24524084+senivam / githubweb
  19. Prevent race condition in JettyConnector — 24524084+senivam / githubweb
  20. Fix #4522 - override write method in LoggingStream (#4531) — noreply / githubweb
  21. Make Kryo use setRegistrationRequired(true) by default — 24524084+senivam / githubweb
  22. Updating maven-javadoc-pugin to 3.2.0 — 15908245+jansupol / githubweb
  23. Rest client update to version 1.4.1 — 15908245+jansupol / githubweb
  24. Allow for specifying Feature processing order — 24524084+senivam / githubweb
  25. Bump ant from 1.10.7 to 1.10.8 — 24524084+senivam / githubweb
  26. updateing dependencies versions — 24524084+senivam / githubweb
  27. JAX-RS link fixes (new apidocs location) — 24524084+senivam / githubweb
  28. Allow concurrent CompletionException & ExecutionException to be unwrapped for the ExceptionMapper — 15908245+jansupol / githubweb
  29. Updated HK2 info in the migration guide — 15908245+jansupol / githubweb
  30. Response.hasEntity to return true if buffered after readEntity — 15908245+jansupol / githubweb
  31. RestClientListener call switched — 24524084+senivam / githubweb
  32. year update — 24524084+senivam / githubweb
  33. Use Helidon Connector from Helidon (#4569) — noreply / githubweb
  34. Fix issue with optional CDI in BV module (#4574) — noreply / githubweb
  35. Prevent race condition — 15908245+jansupol / githubweb
  36. SSE Flow.Subscriber injectable as event sink — 24524084+senivam / githubweb
  37. Support TLSv1.3 (#4528) — noreply / githubweb
  38. TimeOut property for Netty Connector — 15908245+jansupol / githubweb
  39. Implement ExecutionStatisticsDynamicBean.getAttributes — 24524084+senivam / githubweb
  40. Expect:100-Continue header handling — 24524084+senivam / githubweb
  41. HTTP 100-Continue handling arranged — 24524084+senivam / githubweb
  42. resolve properties fix — 24524084+senivam / githubweb
  43. attributeValue NPE handling — 15908245+jansupol / githubweb
  44. Put Helidon Properties file back — 15908245+jansupol / githubweb
  45. Support Apache HttpEntity as an entity type when using Apache Connector — 24524084+senivam / githubweb
  46. Update Copyright year — 24524084+senivam / githubweb
  47. Add Helidon module to bom pom and remove Jackson 1 (#4582) — noreply / githubweb
  48. 2.32 — jersey-bot / githubweb
  49. 2.33-SNAPSHOT — jersey-bot / githubweb

#8 (May 25, 2020, 6:56:35 AM)

  1. Issue #3801 Jersey-Bean-Validator-fails-to-inject-Weld-managed-beans — David Matějček / githubweb
  2. Issue #3801 Do not use CDI with bean validation when it is not available — David Matějček / githubweb
  3. Weld changed to provided scope. — Tomas Langer / githubweb
  4. Weld dependency fixes for tests. — Tomas Langer / githubweb
  5. Weld dependency fixes for examples. — Tomas Langer / githubweb
  6. Use standard pom.xml structure (#4414) — noreply / githubweb
  7. Minor modification on documentation chapter (#4408) — noreply / githubweb
  8. Use request scope ClientProperties.READ_TIMEOUT in Jetty && Netty — noreply / githubweb
  9. Adopt ee4j parent 1.0.6 (#4412) — noreply / githubweb
  10. Fix the OSGi Functional Tests for JDK 11 — 15908245+jansupol / githubweb
  11. Allow to use HeaderDelegateProvider to parse the response MediaType — 15908245+jansupol / githubweb
  12. Add new interfaces (PreInvocationInterceptor, PostInvocationInterceptor, — noreply / githubweb
  13. Updated GF, Jetty, Mimepull, Moxy, Yasson dependencies (#4425) — noreply / githubweb
  14. Fix example helloworld-cdi2-se — thibault vallin / githubweb
  15. Fix example helloworld-pure-jax-rs ("enter" does not stop the app) — thibault vallin / githubweb
  16. Fix example helloworld-spring-annotations dependency missing — thibault vallin / githubweb
  17. Fix example helloworld-weld dependency missing — thibault vallin / githubweb
  18. Fix example http-patch + dependency added to main pom — thibault vallin / githubweb
  19. Fix example json-jettison — thibault vallin / githubweb
  20. Fix example json-moxy — thibault vallin / githubweb
  21. Fix example server-sent-events-jaxrs — thibault vallin / githubweb
  22. Fix example server-sent-events-jersey — thibault vallin / githubweb
  23. Update copyright — thibault vallin / githubweb
  24. Fix cdi2-se example — thibault vallin / githubweb
  25. Update WELD version — thibault vallin / githubweb
  26. Include dependency into jdk11+ profile — thibault vallin / githubweb
  27. Remove istack dependency from main pom — thibault vallin / githubweb
  28. Add istack version — thibault vallin / githubweb
  29. Some clean up — thibault vallin / githubweb
  30. Fix weld dependency version — thibault vallin / githubweb
  31. Adopt ASM 8.0 (#4431) — noreply / githubweb
  32. Make sure the RX invoker gets ExecutorService from — noreply / githubweb
  33. Support jdk15 (#4426) — noreply / githubweb
  34. Upgraded bean validation to 6.1.2.Final — 15908245+jansupol / githubweb
  35. When no JAX-B RI on CP warn and disable WADL — 15908245+jansupol / githubweb
  36. Copyright fixes. — Tomas Langer / githubweb
  37. Activate useSystemProperties into ApacheConnector (#4458) (#4459) — noreply / githubweb
  38. jersey-2031 (#4453) — noreply / githubweb
  39. JerseyInvocation should override toString() — 15908245+jansupol / githubweb
  40. Fix some build warnings and a multithread warning, when building with -T — 15908245+jansupol / githubweb
  41. feat: allow json-jackson to auto-discover modules — 15908245+jansupol / githubweb
  42. Fix Extended Wadl Example OSGi Test for JDK11 (#4430) — noreply / githubweb
  43. Offer the Client (partial) response in ProcessingException. (#4460) — noreply / githubweb
  44. Allow the user for overriding the default Viewable MediaType — 15908245+jansupol / githubweb
  45. Updated NOTICE files and regarding legal information — 15908245+jansupol / githubweb
  46. Set additional security features on SecureSaxParserFactory. (#4472) — noreply / githubweb
  47. ClientDestroyTest fix (#4469) — noreply / githubweb
  48. Run tests with JDK11 in servlet-2.5-mvc-1 (#4471) — noreply / githubweb
  49. Be able to use invocation interceptor for multiple requests within a — 15908245+jansupol / githubweb
  50. Set Bundle-ActivationPolicy on core-common (#4475) — noreply / githubweb
  51. Execute tests in servlet-2.5-mvc-3 (#4473) — noreply / githubweb
  52. Connector to Helidon 2 Web Client — 15908245+jansupol / githubweb
  53. javadoc fix for helidon connector — 15908245+jansupol / githubweb
  54. Moved localization messages to a proper folder (#4483) — noreply / githubweb

#7 (Mar 2, 2020, 7:18:27 AM)

  1. Updated checkstyle plugin to latest 3.1.0 (#4364) — 24524084+senivam / githubweb
  2. [#3651] Broken links in examples README files (#4376) — noreply / githubweb
  3. Adopt Jackson 2.10.1 (#4339) — noreply / githubweb
  4. Fix #4380 - Jersey 2.30 does not work on JDK 11 — 15908245+jansupol / githubweb
  5. [#3726] Typo in preface (#4377) — noreply / githubweb
  6. [#3720] Incorrect method in the documentation (#4378) — noreply / githubweb
  7. Jersey Configuration documentation (#4371) — noreply / githubweb
  8. Query parameters were not included in netty URI (#4393) — noreply / githubweb
  9. Use HTTPS to resolve dependencies in Maven Build (#4391) — noreply / githubweb
  10. Fix #3433 - Multiple cookies with same name are not supported (#4390) — noreply / githubweb
  11. netty connector/container modifications (#4387) — noreply / githubweb
  12. Fixed stacktraces caused by incorrect JNDI lookup (#4373) — noreply / githubweb
  13. Allow HK2 AbstractBinder class to bind before the Feature is called — noreply / githubweb
  14. Preparation for GF 6 — Jan Supol / githubweb
  15. Update pom.xml — noreply / githubweb