Skip to content

3.1.10

Latest
Compare
Choose a tag to compare
@jersey-bot jersey-bot released this 08 Jan 13:08
· 4 commits to 2.x since this release

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