Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update dependency org.glassfish.jersey.core:jersey-common to v2.45 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.glassfish.jersey.core:jersey-common (source) 2.39.1 -> 2.45 age adoption passing confidence

Release Notes

eclipse-ee4j/jersey (org.glassfish.jersey.core:jersey-common)

v2.45

Compare Source

  • [Pull 5715] - Release a reference to threadlocal on shutdown
  • [Pull 5731] - Allow to disable JSON-B using System properties
  • v2.44

    Compare Source

  • [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
  • v2.43

    Compare Source

  • [Pull 5574] - Backing up CI/CD jobs into the Jersey project
  • [Pull 5580] - Adopt ASM 9.7
  • [Pull 5592] - Micrometer - Add missing metrics for cases of client errors
  • [Pull 5604] - Prevent Jackson failing while loading Modules (classloader issues)
  • [Pull 5605] - Cleaning redundant plugins from plugin management
  • [Pull 5606] - clean CI/CD scripts from the main project
  • [Pull 5608] - ObjectMapper.findModules throws Error
  • [Pull 5613] - Allow the internal package to be a part of the Jersey APIDoc
  • [Pull 5614] - Added support for HK2 factories, binders to comply with documentation.
  • [Pull 5617] - Allow for overriding the SNIHostName or turn it off. Allow for Domain Fronting.
  • [Pull 5621] - Add ability to configure the queue capacity for ChunkedOutput
  • [Pull 5622] - Document a workaround for HTTP Patch & provide tests
  • [Pull 5624] - Ensure the RequestScope and other singleton bindings are registered just once
  • [Pull 5625] - align CONTRIBUTING.md with Eclipse actual requirements
  • [Pull 5627] - Prevent NPE in Jersey Spring RequestContextFilter
  • [Pull 5628] - Lazy Load TracingLogger to track MATCH_RESOURCE_METHOD
  • [Pull 5629] - prevent synchronized blocking the virtual threads in JDK21
  • [Pull 5631] - 2.x versions update
  • [Pull 5632] - Multirelease includes JDK21 to support Thread.isVirtual()
  • [Pull 5633] - Excluding JDK21 multi-release from jaxrs bundle
  • v2.42

    Compare Source

  • [Pull 5469] - Allow @​Priority for ExceptionMapper
  • [Pull 5473] - SameSite is capital first letter only.
  • [Pull 5475] - RegularExpression in Uri Template IS NOT optional
  • [Pull 5487] - Prevent Netty connection from being stuck
  • [Pull 5493] - [2.x] backport of the #​5490
  • [Pull 5506] - Adopt Jackson 2.16.1
  • [Pull 5507] - prevent NPE when WebAppException#getResponse returns null
  • [Pull 5511] - Add URL of KeyStore and TrustStore to SslConfigurator
  • [Pull 5514] - ASCII encode ContentDisposition file name
  • [Pull 5536] - Add Apache5 properties to be grabbed by config
  • [Pull 5537] - Put duplicated methods into a common superclass
  • [Pull 5542] - Propagate Future.cancel() to connectors
  • [Pull 5544] - Add a logger for a request notifying Jersey Container is involved
  • [Pull 5557] - Drop JDK 7 profile
  • [Pull 5560] - [2.x] versions update
  • [Pull 5561] - [2.x] GitHub action validations added
  • 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 - 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

    This PR was generated by Mend Renovate. View the repository job log.

    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-common to v2.40 Update dependency org.glassfish.jersey.core:jersey-common to v2.41 Oct 20, 2023
    @codecov-commenter
    Copy link

    codecov-commenter commented Oct 20, 2023

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 45.50%. Comparing base (5d2ab6c) to head (4eaa2f4).

    ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

    Additional details and impacted files
    @@            Coverage Diff            @@
    ##             master     #160   +/-   ##
    =========================================
      Coverage     45.50%   45.50%           
      Complexity       30       30           
    =========================================
      Files            14       14           
      Lines           167      167           
      Branches          3        3           
    =========================================
      Hits             76       76           
      Misses           91       91           

    ☔ View full report in Codecov by Sentry.
    📢 Have feedback on the report? Share it here.

    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from f3ea5c5 to 4eaa2f4 Compare March 20, 2024 11:52
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-common to v2.41 Update dependency org.glassfish.jersey.core:jersey-common to v2.42 Mar 20, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 4eaa2f4 to dea3350 Compare May 3, 2024 03:43
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-common to v2.42 Update dependency org.glassfish.jersey.core:jersey-common to v2.43 May 3, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from dea3350 to b2b38c6 Compare July 30, 2024 09:43
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-common to v2.43 Update dependency org.glassfish.jersey.core:jersey-common to v2.44 Jul 30, 2024
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-common to v2.44 Update dependency org.glassfish.jersey.core:jersey-common to v2.45 Aug 27, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from b2b38c6 to 16e3c95 Compare August 27, 2024 18:41
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    1 participant