8000 Releases · eclipse-ee4j/jersey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: eclipse-ee4j/jersey

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
    8000
  • [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
  • 3.0.15

    31 Jul 14:43
    Compare
    Choose a tag to compare
  • [Pull 5684] - Do not point to a SNAPSHOT Jersey in version-agnostic tests
  • [Pull 5711] - [3.0] Multi-Release jar fix
  • 2.44

    30 Jul 08:11
    Compare
    Choose a tag to compare
  • [Pull 5636] - Allow long content length in the JDK connector
  • [Pull 5639] - Allow having multiple annotations for multipart endpoint with @FormDataParam in any order
  • [Pull 5642] - Remove synchronized from Apache stream wrappers
  • [Pull 5643] - Document Multipart Configuration.
  • [Pull 5644] - Refactoring Maven build process
  • [Pull 5648] - Support for Virtual Threads in Executor Services
  • [Pull 5649] - MAX_HEADER_SIZE for the Netty connector
  • [Pull 5652] - Unify the SniConfigurator with other branches
  • [Pull 5664] - More release checks
  • [Pull 5665] - update Jackson to 2.17.1
  • [Pull 5666] - [2.x] mvn build improvements
  • [Pull 5669] - prevent calling ServletRequest#getInputStream if FILTER_FORWARD_ON_404
  • [Pull 5673] - Support missing Content-Length header
  • [Pull 5677] - Prevent blowing connections number for reoccurring SSLContextFatories
  • [Pull 5685] - Better explanation of missing jersey-hk2 module consequences.
  • [Pull 5688] - Wrap call of deprecated HttpServletResponse#setStatus into try catch
  • [Pull 5689] - Support Multipart with Buffered Entity and Netty Connector
  • [Pull 5690] - Prevent NPE in micrometer when there is no response & 404
  • [Pull 5698] - Last-Modified header is garbled when accessing wadl document on Japanese locale
  • [Pull 5705] - Allow ChunkedInput#close to close the underlying stream
  • [Pull 5706] - Propagate WebApplicationException from SseEventSource to provided error handler
  • [Pull 5707] - Fix intermittent failure in BroadcasterExecutorTest
  • 0