1. 71a237b Technical merge of released branch 2.35-BRANCH by Maxim Nesen · 3 years, 6 months ago
  2. e97da04 Remove com.sun.org.apache.xml.internal (#4812) by jbescos · 3 years, 6 months ago
  3. e814aca 2.36-SNAPSHOT by jersey-bot · 3 years, 6 months ago
  4. e682eb9 2.35 by jersey-bot · 3 years, 6 months ago
  5. e1467ea New CDI based EE injection manager incubating implementation. (#4822) by jansupol · 3 years, 6 months ago
  6. a3b24ab add possibility to use entity with http method Options in requests according to the RFC 7231 (#4837) by Andrii Serkes · 3 years, 6 months ago
  7. 3d131db JerseyTest is not compatible with JUnit 5 by Jorge Bescos Gascon · 3 years, 8 months ago
  8. 209b6a2 Cache Application#getSingletons not be called twice by jansupol · 3 years, 7 months ago
  9. 4920736 Prevent NoSuchMethodError when used MP Rest Client 1.4 API & CDI (#4835) by jansupol · 3 years, 7 months ago
  10. 356a4ef Support more optionals (#4783) by jbescos · 3 years, 8 months ago
  11. 532dd1e Add support for custom parameter types with `Optional<T>` by Jochen Schalanda · 3 years, 10 months ago
  12. 9fc5390 Make @Singleton to be singleton with CDI integration by jansupol · 3 years, 11 months ago
  13. 93bc8e9 CI env for Jenkins by Maxim Nesen · 3 years, 9 months ago
  14. 8502286 Enable to use @Context in constructors of classes instantiated by CDI by jansupol · 3 years, 11 months ago
  15. d68be87 Fix issue NullPointerException in HeaderUtils.getPreferredCookie #4773 (#4795) by Thibault Vallin · 3 years, 9 months ago
  16. e129ced JDK16 Support (#4785) by jansupol · 3 years, 10 months ago
  17. 7612cef CP year adjustment by Maxim Nesen · 3 years, 11 months ago
  18. 04fa685 2.35-SNAPSHOT by jersey-bot · 4 years ago
  19. 52c8aa4 2.34 by jersey-bot · 4 years ago
  20. 06b1a6c Allow to use @Inject instead of @Context with CDI (#4749) by jansupol · 4 years ago
  21. 7b6d2f8 Add a default Enum MB provider. by jansupol · 4 years ago
  22. 8da3114 Stop filling monitoring queues when processor fails (#4697) by jbescos · 4 years ago
  23. 5f95109 ParameterConverter throwing IllegalArgumentException MUST result in 404 by Jorge Bescos Gascon · 4 years ago
  24. 0d58cf9 Logging delimiter parametrized (#4745) by Maxim Nesen · 4 years ago
  25. 360d69d Add a wildcard @Produces and @Consumes for methods without message providers involved not to get 406/415. by jansupol · 4 years, 1 month ago
  26. 84b7eba Custom schedulers to execute @PreDestroy methods (#4716) by jbescos · 4 years, 1 month ago
  27. 48c4fb8 Rest client 2.0 updates (#4724) by David Král · 4 years, 1 month ago
  28. 741aad4 Apply 2021 by Jorge Bescos Gascon · 4 years, 2 months ago
  29. 348df76 Copyright check by Jorge Bescos Gascon · 4 years, 2 months ago
  30. 54afae0 MicroProfile Rest Client 2.0 support (#4699) by Gaurav Gupta · 4 years, 1 month ago
  31. 7bf9e5d Allow for having CDI on pure Jersey Client without Jersey Server (#4695) by jansupol · 4 years, 2 months ago
  32. fc07c4a Support arrays (#4684) by jbescos · 4 years, 2 months ago
  33. 728e753 Add a ParamConverterProvider for java.util.Optional parameters by Jorge Bescos Gascon · 4 years, 2 months ago
  34. 830db2e Add support RFC 5987 for attribute filename* in HTTP header Content-Disposition (#4647) by Andrii Serkes · 4 years, 2 months ago
  35. c24a59c 2.34-SNAPSHOT by jersey-bot · 4 years, 3 months ago
  36. c34ed1d 2.33 by jersey-bot · 4 years, 3 months ago
  37. 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
  38. 9edb3d4 Make JAX-B API optional (#4634) by jansupol · 4 years, 3 months ago
  39. 21e8faf Enable CompletionStage unwrap in MBW by Jan Supol · 4 years, 4 months ago
  40. fad4061 Keep ordering of classes and instances retrieved from ComponentBag by Jan Supol · 4 years, 4 months ago
  41. 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
  42. 97926d3 Create PropertiesClass for external properties (http.proxyHost, http.proxyPort, http.nonProxyHosts) (#4611) by Thibault Vallin · 4 years, 5 months ago
  43. bb56997 Allow for org.glassfish.jersey.servlet.ServletContainer class name without init parameters in web.xml by Jan Supol · 4 years, 5 months ago
  44. 366d079 Rest client inbound headers provider added (#4593) by David Král · 4 years, 5 months ago
  45. 01c6a32 Bump junit from 4.12 to 4.13.1 by dependabot[bot] · 4 years, 5 months ago
  46. 06e65ee Bump junit in /tests/performance/test-cases/monitoring by dependabot[bot] · 4 years, 5 months ago
  47. a1e7fad 2.33-SNAPSHOT by jersey-bot · 4 years, 6 months ago
  48. aebe70d 2.32 by jersey-bot · 4 years, 6 months ago
  49. 224b168 Add Helidon module to bom pom and remove Jackson 1 (#4582) by jansupol · 4 years, 6 months ago
  50. f8ae767 resolve properties fix by Maxim Nesen · 4 years, 6 months ago
  51. 3b1d207 HTTP 100-Continue handling arranged by Maxim Nesen · 4 years, 6 months ago
  52. 5417a87 Expect:100-Continue header handling by Maxim Nesen · 4 years, 6 months ago
  53. 0f65e5d SSE Flow.Subscriber injectable as event sink by Daniel Kec · 4 years, 9 months ago
  54. e6aadc5 Fix issue with optional CDI in BV module (#4574) by jansupol · 4 years, 6 months ago
  55. c0c2a10 Allow concurrent CompletionException & ExecutionException to be unwrapped for the ExceptionMapper by jansupol · 4 years, 9 months ago
  56. 839fb27 Allow for specifying Feature processing order by jansupol · 4 years, 7 months ago
  57. e3cc623 Rest client update to version 1.4.1 by David Kral · 4 years, 7 months ago
  58. fb80651 Make Kryo use setRegistrationRequired(true) by default by jansupol · 4 years, 7 months ago
  59. 03d8a72 Correct name of packages by Jorge Bescos Gascon · 4 years, 9 months ago
  60. 0cfd0ac Moving tests to servlet 4.0 by Jorge Bescos Gascon · 4 years, 9 months ago
  61. 75898f4 Bug 31362657 - USING JSPS WITH JERSEY 2.X DROP HEADERS IN 14.1.1 by Jorge Bescos Gascon · 4 years, 9 months ago
  62. a05f5fb Copyright header by Maxim Nesen · 4 years, 8 months ago
  63. b01276e Regexp on MP RestClient @Path by Miguel Serra · 4 years, 9 months ago
  64. 52448e6 Fix intermittent premature ClientRuntime finalization (#4508) by jansupol · 4 years, 9 months ago
  65. 7a3b776 Clean Guava dependency from performance monitoring by Maxim Nesen · 4 years, 9 months ago
  66. 53910b5 2.32.0-SNAPSHOT by jersey-bot · 4 years, 10 months ago
  67. 515f5a5 2.31 by jersey-bot · 4 years, 10 months ago
  68. 5b6597a Execute tests in servlet-2.5-mvc-3 (#4473) by jbescos · 4 years, 10 months ago
  69. 89df8e3 Run tests with JDK11 in servlet-2.5-mvc-1 (#4471) by jbescos · 4 years, 10 months ago
  70. 4b54391 ClientDestroyTest fix (#4469) by jansupol · 4 years, 10 months ago
  71. 549fc68 Set additional security features on SecureSaxParserFactory. (#4472) by jansupol · 4 years, 10 months ago
  72. da3473b Allow the user for overriding the default Viewable MediaType by Jan Supol · 4 years, 10 months ago
  73. 11d6c11 Offer the Client (partial) response in ProcessingException. (#4460) by jansupol · 4 years, 10 months ago
  74. 4751513 Merge pull request #4404 from tomas-langer/4403-weld-provided by Maxim Nesen · 4 years, 10 months ago
  75. 5774994 Fix some build warnings and a multithread warning, when building with -T 1C by Thomas Meyer · 5 years ago
  76. d500d53 jersey-2031 (#4453) by jbescos · 4 years, 10 months ago
  77. c87136b Copyright fixes. by Tomas Langer · 4 years, 10 months ago
  78. f9a8431 When no JAX-B RI on CP warn and disable WADL by Jan Supol · 4 years, 11 months ago
  79. 519879c Upgraded bean validation to 6.1.2.Final by Jan Supol · 5 years ago
  80. d88025b Adopt ASM 8.0 (#4431) by jansupol · 5 years ago
  81. 950ce6c Updated GF, Jetty, Mimepull, Moxy, Yasson dependencies (#4425) by jansupol · 5 years ago
  82. 351a578 Allow to use HeaderDelegateProvider to parse the response MediaType by Jan Supol · 5 years ago
  83. 5b611fc Fix the OSGi Functional Tests for JDK 11 by Jan Supol · 5 years ago
  84. 1340947 Use standard pom.xml structure (#4414) by jansupol · 5 years ago
  85. e9b4933 Weld dependency fixes for tests. by Tomas Langer · 5 years ago
  86. e11e086 Allow HK2 AbstractBinder class to bind before the Feature is called (#4394) by jansupol · 5 years ago
  87. e5af7d6 Fix #3433 - Multiple cookies with same name are not supported (#4390) by Thibault Vallin · 5 years ago
  88. 81c2d32 Adopt Jackson 2.10.1 (#4339) by jansupol · 5 years ago
  89. 57de0c4 Updated checkstyle plugin to latest 3.1.0 (#4364) by jansupol · 5 years ago
  90. 78591eb increase version in pom.xml files after release (#4363) by Jersey Robot · 5 years ago
  91. fbd3dd3 OSGI groupId fix (#4353) by Maxim Nesen · 5 years ago
  92. 29913b9 Prevent HK2 AbstractBinder from being configured twice. by Jan Supol · 5 years ago
  93. 51abc78 Fix issues with ChunkedInputStream when using Apache Connector (#4338) by jansupol · 5 years ago
  94. e59b36e Allow to use additional properties with security manager/4323 (#4327) by jbescos · 5 years ago
  95. b7a5dc0 Spring 5 integration tests by Daniel Kec · 5 years ago
  96. bc67ee3 ConnectorProvider support added to mp rest client (#4347) by David Král · 5 years ago
  97. eb39448 Let the tests have less requirements not to fail intermittently on Travis by Jan Supol · 5 years ago
  98. 4c10f29 Use Spring Context 4 in the Spring integration test (#4307) by Daniel Kec · 5 years ago
  99. 82a85a1 Allow for using HeaderDelegateProvider service (#4276) by jansupol · 5 years ago
  100. a7ea89b Take Hk2CustomBoundTypesProvider into an account when skipping @Inject annotated fields for HK2 by Jan Supol · 5 years ago