Skip to content

fix(deps): update jersey monorepo to v3.1.10

This MR contains the following updates:

Package Type Update Change
org.glassfish.jersey.connectors:jersey-apache-connector (source) compile patch 3.1.1 -> 3.1.10
org.glassfish.jersey.media:jersey-media-json-jackson (source) compile patch 3.1.1 -> 3.1.10
org.glassfish.jersey.media:jersey-media-multipart (source) compile patch 3.1.1 -> 3.1.10
org.glassfish.jersey.inject:jersey-hk2 (source) compile patch 3.1.1 -> 3.1.10
org.glassfish.jersey.core:jersey-client (source) compile patch 3.1.1 -> 3.1.10
org.glassfish.jersey.connectors:jersey-apache-connector (source) dependencies minor 3.0.4 -> 3.1.10
org.glassfish.jersey.media:jersey-media-json-jackson (source) dependencies minor 3.0.4 -> 3.1.10
org.glassfish.jersey.media:jersey-media-multipart (source) dependencies minor 3.0.4 -> 3.1.10
org.glassfish.jersey.inject:jersey-hk2 (source) dependencies minor 3.0.4 -> 3.1.10
org.glassfish.jersey.core:jersey-client (source) dependencies minor 3.0.4 -> 3.1.10

Release Notes

eclipse-ee4j/jersey (org.glassfish.jersey.connectors:jersey-apache-connector)

v3.1.10

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/eclipse-ee4j/jersey/compare/3.1.9...3.1.10

v3.1.9

Compare Source

[Pull 5721] - Reverting removal of NullOutputStream for backwards compatibility [Pull 5757] - Jakarta versions update

v3.1.8

Compare Source

[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

v3.1.7

Compare Source

[Pull 5341] - Improving I/O Efficience and Performance using NIO API instead of IO API [Pull 5603] - Expect100Continue test fixed for NettyConnector [Pull 5611] - Jetty HTTP Container native timeout [Pull 5612] - Allowing sending Status over sending error [Pull 5660] - Better document virtual threads

v3.1.6

Compare Source

[Pull 5518] - Jakartified versions update [Pull 5525] - Adding support for private fields in `@BeanParam` [Pull 5548] - Add JNH properties to the config [Pull 5551] - Update EL impl [Pull 5563] - Drop JDK 8 profiles in 3.1 [Pull 5565] - Replace synchronized blocks with Locks [Pull 5566] - exclude static fields from POJO parsing in BeanParam [Pull 5569] - Replace ThreadLocal with ConcurrentQueue in HttpDateFormat [Pull 5571] - Fixed FirstByteCachingStream in JNH Connector [Pull 5589] - Fix thread leak/invasion [Pull 5593] - [3.1] versions update

v3.1.5

Compare Source

[Issue 5491] - 3.1.4 broken release, JettyConnectorProvider always throws exception [Pull 5481] - [3.1] Jetty 12 HTTP/2 support [Pull 5484] - Adding Jetty 12 modules to release JDK version check [Pull 5488] - [3.1] Enable Jetty 11 container [Pull 5490] - JerseyEventSink#send throwing non IOExceptions [Pull 5498] - Jetty 11 container adopted for backwards compatibility [Pull 5499] - Fix for apidocs bundle generation [Pull 5500] - Adding jersey-test-framework-provider-jetty-http2 to the bom/pom.xml

v3.1.4

Compare Source

[Pull 5293] - HTTP/2 for JNH connector [Pull 5372] - Jetty 12 multirelease [Pull 5396] - Support a single EntityPart as an entity [Pull 5398] - Created an example with Jakarta REST 3.1 SeBootstrap & Multipart [Pull 5399] - Enable @​FormParam EntityPart injection to fields [Pull 5407] - Describe Java SE compatibility and Jetty modules compatibility [Pull 5462] - HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12) [Pull 5464] - Examples cleanup [Pull 5466] - Drop 11 for Jetty11 classnames

v3.1.3

Compare Source

[Pull 5374] - exclude release and version-agnostic tests from release

v3.1.2

Compare Source

[Issue 5295] - Test failures after migration to Jersey 3.1.1 [Pull 5297] - Document ApplicationPath migration concern [Pull 5304] - Jakartified versions update [Pull 5312] - Support SNI for JNH connector [Pull 5321] - Update 3.1 EntityPart providers for Injectless Client [Pull 5323] - Workaround JNH InputStream.available() == 1 for no entity [Pull 5336] - Redirect GuardianList#toString to the guarded list

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading