Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update org.glassfish.jersey*:* to v2.41 - autoclosed #2054

Closed
wants to merge 1 commit into from

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Nov 1, 2023

This PR contains the following updates:

Package Type Update Change
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.test-framework:jersey-test-framework-core (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.media:jersey-media-jaxb (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.containers:jersey-container-servlet-core (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.containers:jersey-container-servlet (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.containers:jersey-container-grizzly2-servlet (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.containers:jersey-container-grizzly2-http (source) test minor 2.39.1 -> 2.41
org.glassfish.jersey.media:jersey-media-json-jackson (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.inject:jersey-hk2 (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.ext:jersey-entity-filtering (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.core:jersey-server (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.core:jersey-common (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.core:jersey-client (source) dependencies minor 2.39.1 -> 2.41
org.glassfish.jersey.containers:jersey-container-jetty-http (source) dependencies minor 2.39.1 -> 2.41

Release Notes

eclipse-ee4j/jersey (org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2)

v2.41

Compare Source

  • [Pull 5294] - HTTP/2 for Jetty connector
  • [Pull 5296] - HTTP/2 for Jetty container
  • [Pull 5350] - Using Java7+ NIO API for improved performance
  • [Pull 5359] - Race condition
  • [Pull 5364] - Save time by not inspecting configuration for property when in PropertiesDelegate
  • [Pull 5365] - Update war.plugin to work with jdk 21
  • [Pull 5373] - Issue #​3493 - backport BeanParams support from 3.x
  • [Pull 5378] - GraalVM 20.0.1 adaptation
  • [Pull 5379] - RFC 6570 implementation
  • [Pull 5387] - Encode curly brackets in proxy client
  • [Pull 5390] - update license check plugin to the latest released version
  • [Pull 5391] - Added jersey-micrometer module
  • [Pull 5392] - Fix nio failures on Windows
  • [Pull 5393] - Deprecate duplicated methods and fields in MBR/MBW
  • [Pull 5394] - Allowing using SSLContext supplier per request by the NettyConnector
  • [Pull 5405] - Prevent Class Cast Exception in cases where two classloaders handle t…
  • [Pull 5410] - Jetty HTTP2 modules added to the bom/pom.xml
  • [Pull 5412] - Netty Expect:100-continue feature support
  • [Pull 5417] - Fix normalizing URIs with percent encoded symbols
  • [Pull 5418] - ApiDocs fixes
  • [Pull 5423] - Filter headers for netty HTTP redirect and CONNECT requests
  • [Pull 5424] - Fix Jackson 15 -> Jackson 2.15
  • [Pull 5426] - Propagate back-pressure correctly in MP REST Client SSE publisher
  • [Pull 5427] - UserGuide and example extended for Micrometer integration
  • [Pull 5431] - Expect:100-continue fixes for Netty
  • [Pull 5432] - Decode extended filename in multipart content-disposition
  • [Pull 5435] - Fixing servlet ResponseWriter#writeResponseStatusAndHeaders for error states
  • [Pull 5436] - Support multipart by Jetty & Netty
  • [Pull 5440] - Adopt ASM 9.6
  • [Pull 5442] - Review Netty Connector
  • [Pull 5443] - proper way of removing a handler (Netty Connector, Expect100ContinueHandler)
  • [Pull 5444] - ApiDocs bundle fix
  • [Pull 5445] - Fix query param in UriBuilder
  • v2.40

    Compare Source

  • [Pull 5298] - Do not encode slash in templates in MP RestClient
  • [Pull 5299] - Do not completely swallow the cdi exception on error
  • [Pull 5305] - Adopt ASM 9.5
  • [Pull 5306] - Support NettyConnector & RequestEntityProcessing.BUFFERED
  • [Pull 5310] - Better support inheritance in Resource Methods
  • [Pull 5311] - Changes to InterceptorInvocationContext related to the integration with Helidon
  • [Pull 5319] - Additional logging for SNI
  • [Pull 5320] - Guard list of headers for modifications
  • [Pull 5324] - Handle equals and hashCode on MicroProfile client proxies
  • [Pull 5326] - Return null instead of throwing exception when querystring parameter is missing
  • [Pull 5330] - Fix possible NPE in netty client
  • [Pull 5331] - allow for resource methods to return
  • [Pull 5335] - Redirect GuardianList#toString to original toString
  • [Pull 5345] - Allow for setting connector provider via properties
  • [Pull 5348] - dependencies update
  • [Pull 5349] - Parametrize ParamConverters to allow throwing IAE

  • Configuration

    📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

    This PR has been generated by Renovate Bot

    @risdenk risdenk self-assigned this Nov 6, 2023
    @solrbot solrbot force-pushed the renovate/org.glassfish.jersey branch 5 times, most recently from c290b49 to d5f8ab9 Compare December 13, 2023 22:33
    @solrbot solrbot force-pushed the renovate/org.glassfish.jersey branch from d5f8ab9 to 118ed53 Compare January 3, 2024 20:24
    @solrbot solrbot force-pushed the renovate/org.glassfish.jersey branch from 118ed53 to cfbbfdd Compare January 4, 2024 14:21
    @solrbot solrbot changed the title Update org.glassfish.jersey*:* to v2.41 Update org.glassfish.jersey*:* to v2.41 - autoclosed Jan 22, 2024
    @solrbot solrbot closed this Jan 22, 2024
    @solrbot solrbot deleted the renovate/org.glassfish.jersey branch January 22, 2024 16:37
    # for free to join this conversation on GitHub. Already have an account? # to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants