Skip to content

Releases: eclipse-ee4j/jersey

3.1.11

08 Aug 09:00
Compare
Choose a tag to compare
  • [Pull 5676] - [3.1] Helidon 4.x container
  • [Pull 5823] - Improve multipart behaviour to comply with MP REST Client 4.0 TCK tests
  • [Pull 5831] - Support MP REST Client 4.0
  • [Pull 5844] - Do not stuck Netty on header-setting exception
  • [Pull 5857] - Compatibility with RestEasy injecting no Configuration
  • [Pull 5868] - Bug Fix: SSE Events lines MUST NOT contain \r
  • [Pull 5870] - Do not include port -1 in the HOST header.
  • [Pull 5877] - jnh-connector: Fixed issue where FirstByteCachingStream failed to inc…
  • [Pull 5887] - File upload handling after redirect
  • [Pull 5903] - Fix for #5902; support optional @FormParam
  • [Pull 5917] - Replace String UTF-8 with a charset
  • [Pull 5944] - Versions update [3.1]
  • [Pull 5958] - Support Helidon3 and Helidon4 (precedence) by helidon connector.
  • [Pull 5960] - Support for ValidatorContext#{clockProvider,addValueExtractor}
  • 3.0.18

    23 Jun 13:59
    Compare
    Choose a tag to compare
  • [Pull 5912] - oauth2 deps cleanup
  • [Pull 5930] - Versions update
  • 2.47

    04 Jun 18:44
    Compare
    Choose a tag to compare
  • [Pull 5845] - Prevent NPE in AbstractJaxbProvider
  • [Pull 5847] - Netty Expect 100-Continue fix
  • [Pull 5873] - Implementation of Netty HTTP redirect logic being custom replaceble.
  • [Pull 5880] - Backport compatibility of JacksonFeature with RestEasy to 2.x
  • [Pull 5882] - Release instances blocking GC when JAXB has PerThread injections
  • [Pull 5884] - allow the BASIC auth to be not on the 1st place for the WWW_AUTHENTICATE header
  • [Pull 5891] - Adopt ASM 9.8
  • [Pull 5894] - [2.x] File upload handling after redirect
  • [Pull 5899] - Fixed reconnectDelay
  • [Pull 5904] - Fix for the InputStream caching cases for Servlets
  • [Pull 5906] - Order release of RequestScoped beans to prevent NPE
  • [Pull 5907] - Add OWASP plugin to a profile
  • [Pull 5913] - IPv6 support for http request
  • [Pull 5914] - Prevent NPE in the servlet container by writing when servlet is shutdown
  • [Pull 5915] - Dependencies versions update
  • [Pull 5919] - Compare cookies by paths
  • [Pull 5920] - Pass Generic Type of OutboundResponse entity to MBW.
  • [Pull 5923] - Allow HTTP headers to be modified by a writer on aborted response
  • [Pull 5925] - Clean usage of commons-io where possible
  • [Pull 5926] - Make aborted response HttpHeaders appendable
  • 3.1.10

    08 Jan 13:08
    Compare
    Choose a tag to compare

    What's Changed

    • Keep only 2 builds with artifacts and disable concurrent builds by @fredg02 in #5752
    • test(flaky): fix paramter type assert in testBothAnnotatedConstructor test case by @varsha-cl in #5751
    • test(flaky): Sorting headers for deterministic order by @mumbler6 in #5754
    • Netty connector hang up after repeated buffer overflow errors when writing data #5753 by @jbescos in #5755
    • Adopt ASM 9.7.1 (JDK 24) by @jansupol in #5760
    • Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /tools/jersey-release-notes-maven-plugin by @dependabot in #5758
    • Added test for JerseyChunkedInputStreamClose by @jansupol in #5759
    • Adopt Jackson 2.18.0 by @jansupol in #5761
    • merge of the actual 2.x into the 3.0 by @senivam in #5762
    • Technical merge of released branch 3.0.16-BRANCH by @jersey-bot in #5770
    • merge of the actual 3.0 into the 3.1 by @senivam in #5769
    • Fix flaky 2 by @mumbler6 in #5775
    • Technical merge of released branch 3.1.9-BRANCH by @jersey-bot in #5771
    • Fixed typo: Class>?< should be Class<?> by @mkarg in #5785
    • Broken pipe Exception from Jersey layer while closing response in ServerRuntime.writeResponse() not handled or re-thrown #5783 by @jbescos in #5786
    • [2.x] ParamConverterProvider constructors are now protected to allow extensibility by @Spikhalskiy in #5792
    • Wrapping all methods of the EntityInputStream by @senivam in #5788
    • Jersey 3.1.9: java.lang.NoSuchMethodException: jakarta.inject.Inject.value() #5782 by @jbescos in #5784
    • NettyConnector - HOST header contains port & 307 works with buffered post by @jansupol in #5800
    • Set correct HOST header for Netty & POST by @jansupol in #5801
    • fixed flaky test in testDisabledModule() by @mumbler6 in #5768
    • merge of the actual 2.x into the 3.0 by @senivam in #5802
    • merge of the actual 3.0 into the 3.1 by @senivam in #5804
    • Fix exception message on failure to create JakartaXmlBindAnnotationIntrospector by @Spikhalskiy in #5811
    • Fixed memory leak in Micrometer code when exceptions are returned from the method by @adpaste in #5809
    • Fix possible concurrent issue with SSL & default connector by @jansupol in #5794
    • Fix memory leak when client does not use HK2 by @jansupol in #5813
    • Build & run with JDK 24 by @jansupol in #5819
    • Allow to configure Jackson's JaxRSFeature on Jersey DefaultJacksonJaxbJsonProvider by @jansupol in #5816
    • merge of the actual 2.x into the 3.0 by @senivam in #5821
    • merge of the actual 3.0 into the 3.1 by @senivam in #5824

    New Contributors

    Full Changelog: 3.1.9...3.1.10

    3.0.17

    19 Dec 17:47
    Compare
    Choose a tag to compare

    Release includes only bugfixes ported from 2.46

    2.46

    18 Dec 12:59
    Compare
    Choose a tag to compare
  • [Pull 5749] - Jersey update from 3.1.3 to 3.1.4 slows down our external service res…
  • [Pull 5750] - Use Skipping Analyzer always
  • [Pull 5751] - test(flaky): fix paramter type assert in testBothAnnotatedConstructor test case
  • [Pull 5754] - test(flaky): Sorting headers for deterministic order
  • [Pull 5755] - Netty connector hang up after repeated buffer overflow errors when writing data #5753
  • [Pull 5758] - Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /tools/jersey-release-notes-maven-plugin
  • [Pull 5759] - Added test for JerseyChunkedInputStreamClose
  • [Pull 5760] - Adopt ASM 9.7.1 (JDK 24)
  • [Pull 5761] - Adopt Jackson 2.18.0
  • [Pull 5768] - fixed flaky test in testDisabledModule()
  • [Pull 5784] - Jersey 3.1.9: java.lang.NoSuchMethodException: jakarta.inject.Inject.value() #5782
  • [Pull 5788] - Wrapping all methods of the EntityInputStream
  • [Pull 5792] - [2.x] ParamConverterProvider constructors are now protected to allow extensibility
  • [Pull 5800] - NettyConnector - HOST header contains port & 307 works with buffered post
  • [Pull 5801] - Set correct HOST header for Netty & POST
  • [Pull 5809] - Fixed memory leak in Micrometer code when exceptions are returned from the method
  • [Pull 5813] - Fix memory leak when client does not use HK2
  • [Pull 5816] - Allow to configure Jackson's JaxRSFeature on Jersey DefaultJacksonJaxbJsonProvider
  • [Pull 5819] - Build & run with JDK 24
  • 3.1.9

    08 Oct 14:52
    Compare
    Choose a tag to compare
  • [Pull 5721] - Reverting removal of NullOutputStream for backwards compatibility
  • [Pull 5757] - Jakarta versions update
  • 3.0.16

    08 Oct 14:51
    Compare
    Choose a tag to compare
  • [Pull 5741] - [3.0] Legacy code removal (DefaultJacksonJaxbJsonProvider)
  • 2.45

    27 Aug 18:14
    Compare
    Choose a tag to compare
  • [Pull 5715] - Release a reference to threadlocal on shutdown
  • [Pull 5731] - Allow to disable JSON-B using System properties
  • 3.1.8

    03 Aug 16:58
    Compare
    Choose a tag to compare
  • [Pull 5663] - [3.1] multirelease jar fix for jersey-common
  • [Pull 5674] - PathProvider supports Path entities, in preparation for future default support in Jakarta REST 4.1 / Jersey 4.1
  • [Pull 5683] - ResponseWriter#writeResponseStatusAndHeaders drops some redundant code
  • [Pull 5704] - Add Path provider automatically to the list of providers