- 3f8ed16 Updated javadoc maven plugin API link by jansupol · 4 years, 2 months ago
- 7bf9e5d Allow for having CDI on pure Jersey Client without Jersey Server (#4695) by jansupol · 4 years, 2 months ago
- 0056615 Groovy updated for JDK 16 support by Maxim Nesen · 4 years, 5 months ago
- fc07c4a Support arrays (#4684) by jbescos · 4 years, 2 months ago
- 728e753 Add a ParamConverterProvider for java.util.Optional parameters by Jorge Bescos Gascon · 4 years, 2 months ago
- 2df2133 Chapter for Expect:100-continue header (client) by Maxim Nesen · 4 years, 4 months ago
- 500c0d7 Jetty synchronous max buffer size property (#4677) by cen1 · 4 years, 2 months ago
- 35fea2f Public SseEventSourceBuilder implementation by jansupol · 4 years, 2 months ago
- 830db2e Add support RFC 5987 for attribute filename* in HTTP header Content-Disposition (#4647) by Andrii Serkes · 4 years, 2 months ago
- bf95038 2.x apidocs bundle generation fixes by Maxim Nesen · 4 years, 2 months ago
- 758cea4 JdkConnectorProvider cannot parse Set-cookie header value when expires by Jorge Bescos Gascon · 4 years, 2 months ago
- 05e6f51 #4658 Apache HttpComponents upgrade by Sébastien BOUCHEX BELLOMIÉ · 4 years, 3 months ago
- a1860e9 Make logger static by Thibault Vallin · 4 years, 2 months ago
- 8fd99cf Merge pull request #4664 from eclipse-ee4j/2.33-BRANCH by jansupol · 4 years, 3 months ago
- c24a59c 2.34-SNAPSHOT by jersey-bot · 4 years, 3 months ago
- c34ed1d 2.33 by jersey-bot · 4 years, 3 months ago
- 872daff Modify OSGi Jackson requirement to be compatible with GF 5.1 by jansupol · 4 years, 3 months ago
- 3996617 Fix custom SSLSocketFactory not being set because of an unsafe lazy-initialization in JDK (#4566) by Adrian Haasler García · 4 years, 3 months ago
- d264efa Support for SSL Configuration within JerseyTest (#4573) by Hakky54 · 4 years, 3 months ago
- 9edb3d4 Make JAX-B API optional (#4634) by jansupol · 4 years, 3 months ago
- 21e8faf Enable CompletionStage unwrap in MBW by Jan Supol · 4 years, 4 months ago
- fad4061 Keep ordering of classes and instances retrieved from ComponentBag by Jan Supol · 4 years, 4 months ago
- 95c08d3 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. by Santiago Pericasgeertsen · 4 years, 4 months ago
- 684bbf8 HttpUrlConnector extension (#4613) by Maxim Nesen · 4 years, 5 months ago
- c1263e0 Adopt Jackson 2.11.3 by Jan Supol · 4 years, 5 months ago
- bdf6c38 Adopt ASM 9 by Jan Supol · 4 years, 5 months ago
- cb3d1cf full clear of NettyInputStream by Maxim Nesen · 4 years, 5 months ago
- 97926d3 Create PropertiesClass for external properties (http.proxyHost, http.proxyPort, http.nonProxyHosts) (#4611) by Thibault Vallin · 4 years, 5 months ago
- 4a70e66 NettyConnector connection close by Maxim Nesen · 4 years, 5 months ago
- bb56997 Allow for org.glassfish.jersey.servlet.ServletContainer class name without init parameters in web.xml by Jan Supol · 4 years, 5 months ago
- 366d079 Rest client inbound headers provider added (#4593) by David Král · 4 years, 5 months ago
- 01c6a32 Bump junit from 4.12 to 4.13.1 by dependabot[bot] · 4 years, 5 months ago
- 06e65ee Bump junit in /tests/performance/test-cases/monitoring by dependabot[bot] · 4 years, 5 months ago
- 75ac1d1 Merge pull request #4583 from eclipse-ee4j/2.32-BRANCH by Maxim Nesen · 4 years, 6 months ago
- a1e7fad 2.33-SNAPSHOT by jersey-bot · 4 years, 6 months ago
- aebe70d 2.32 by jersey-bot · 4 years, 6 months ago
- 224b168 Add Helidon module to bom pom and remove Jackson 1 (#4582) by jansupol · 4 years, 6 months ago
- 300d6f1 Update Copyright year by jansupol · 4 years, 6 months ago
- 3af74de Support Apache HttpEntity as an entity type when using Apache Connector by jansupol · 4 years, 6 months ago
- d8f177f Put Helidon Properties file back by jansupol · 4 years, 6 months ago
- d19ed01 attributeValue NPE handling by Maxim Nesen · 4 years, 6 months ago
- f8ae767 resolve properties fix by Maxim Nesen · 4 years, 6 months ago
- 3b1d207 HTTP 100-Continue handling arranged by Maxim Nesen · 4 years, 6 months ago
- 5417a87 Expect:100-Continue header handling by Maxim Nesen · 4 years, 6 months ago
- 0197f23 Implement ExecutionStatisticsDynamicBean.getAttributes by Trond Marius Øvstetun · 5 years ago
- f5caafb TimeOut property for Netty Connector by jansupol · 4 years, 6 months ago
- a73db94 Support TLSv1.3 (#4528) by jbescos · 4 years, 6 months ago
- 0f65e5d SSE Flow.Subscriber injectable as event sink by Daniel Kec · 4 years, 9 months ago
- 56a5634 Prevent race condition Fixes 4493 by jansupol · 4 years, 6 months ago
- e6aadc5 Fix issue with optional CDI in BV module (#4574) by jansupol · 4 years, 6 months ago
- fd9dbbd Use Helidon Connector from Helidon (#4569) by jansupol · 4 years, 6 months ago
- 4f171c2 year update by David Kral · 4 years, 6 months ago
- 26288da RestClientListener call switched by David Kral · 4 years, 6 months ago
- ece6708 Response.hasEntity to return true if buffered after readEntity by jansupol · 4 years, 9 months ago
- 9904d82 Updated HK2 info in the migration guide by jansupol · 4 years, 9 months ago
- c0c2a10 Allow concurrent CompletionException & ExecutionException to be unwrapped for the ExceptionMapper by jansupol · 4 years, 9 months ago
- 787455a JAX-RS link fixes (new apidocs location) by Maxim Nesen · 4 years, 6 months ago
- 22ee07e updateing dependencies versions by Maxim Nesen · 4 years, 6 months ago
- 5a7c56e Bump ant from 1.10.7 to 1.10.8 by dependabot[bot] · 4 years, 6 months ago
- 839fb27 Allow for specifying Feature processing order by jansupol · 4 years, 8 months ago
- e3cc623 Rest client update to version 1.4.1 by David Kral · 4 years, 7 months ago
- 797b435 Updating maven-javadoc-pugin to 3.2.0 by Maxim Nesen · 4 years, 7 months ago
- fb80651 Make Kryo use setRegistrationRequired(true) by default by jansupol · 4 years, 8 months ago
- ae1631d Fix #4522 - override write method in LoggingStream (#4531) by Thibault Vallin · 4 years, 8 months ago
- 3ff9de8 Prevent race condition in JettyConnector by Jan Supol · 4 years, 10 months ago
- 03d8a72 Correct name of packages by Jorge Bescos Gascon · 4 years, 9 months ago
- 0cfd0ac Moving tests to servlet 4.0 by Jorge Bescos Gascon · 4 years, 9 months ago
- 5d377a4 Wrapper adds flushBuffer by Jorge Bescos Gascon · 4 years, 9 months ago
- 75898f4 Bug 31362657 - USING JSPS WITH JERSEY 2.X DROP HEADERS IN 14.1.1 by Jorge Bescos Gascon · 4 years, 9 months ago
- a05f5fb Copyright header by Maxim Nesen · 4 years, 8 months ago
- b01276e Regexp on MP RestClient @Path by Miguel Serra · 4 years, 9 months ago
- dfe0415 project-info plugin configuration by Maxim Nesen · 4 years, 9 months ago
- 0f60874 Added Documentation for JSON-B support by Jan Supol · 4 years, 9 months ago
- 81a2587 Implemented ClientBuilderListener by jansupol · 4 years, 9 months ago
- 52448e6 Fix intermittent premature ClientRuntime finalization (#4508) by jansupol · 4 years, 9 months ago
- d11a733 Fixed HK2 AbstractActiveDescriptor Test by jansupol · 4 years, 9 months ago
- 7918fe4 Direct GitHub CI for Jersey / Removed by Maxim Nesen · 4 years, 9 months ago
- 74d067c Merge pull request #4506 from senivam/guava_27_0_1 by Maxim Nesen · 4 years, 9 months ago
- 7a3b776 Clean Guava dependency from performance monitoring by Maxim Nesen · 4 years, 9 months ago
- 4730718 Note the subscription to email list and Twitter link in Readme by Jan Supol · 4 years, 10 months ago
- d612a83 Direct GitHub CI for Jersey by Maxim Nesen · 4 years, 9 months ago
- 012ffb5 Merge pull request #4498 from jansupol/containers.fixes by Maxim Nesen · 4 years, 9 months ago
- d518bf9 Fix resources in containers by Jan Supol · 4 years, 10 months ago
- 8d3901e Merge pull request #4492 from eclipse-ee4j/2.31-BRANCH by Maxim Nesen · 4 years, 10 months ago
- 53910b5 2.32.0-SNAPSHOT by jersey-bot · 4 years, 10 months ago
- 515f5a5 2.31 by jersey-bot · 4 years, 10 months ago
- 04ce368 Moved localization messages to a proper folder (#4483) by jansupol · 4 years, 10 months ago
- 156b2c8 javadoc fix for helidon connector by Maxim Nesen · 4 years, 10 months ago
- e6d06c4 Connector to Helidon 2 Web Client by Jan Supol · 4 years, 10 months ago
- 5b6597a Execute tests in servlet-2.5-mvc-3 (#4473) by jbescos · 4 years, 10 months ago
- bd06909 Set Bundle-ActivationPolicy on core-common (#4475) by jansupol · 4 years, 10 months ago
- 9517234 Be able to use invocation interceptor for multiple requests within a singe ClientRuntime by Jan Supol · 4 years, 10 months ago
- 89df8e3 Run tests with JDK11 in servlet-2.5-mvc-1 (#4471) by jbescos · 4 years, 10 months ago
- 4b54391 ClientDestroyTest fix (#4469) by jansupol · 4 years, 10 months ago
- 549fc68 Set additional security features on SecureSaxParserFactory. (#4472) by jansupol · 4 years, 10 months ago
- 0e7eb12 Updated NOTICE files and regarding legal information by Jan Supol · 4 years, 10 months ago
- da3473b Allow the user for overriding the default Viewable MediaType by Jan Supol · 4 years, 10 months ago
- 11d6c11 Offer the Client (partial) response in ProcessingException. (#4460) by jansupol · 4 years, 10 months ago
- 1c68a58 Fix Extended Wadl Example OSGi Test for JDK11 (#4430) by jansupol · 4 years, 10 months ago
- 31bd872 feat: allow json-jackson to auto-discover modules by Théo Gaillard · 5 years ago