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 dependency org.glassfish.jersey.core:jersey-server to v3.1.10 #45

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 22, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.glassfish.jersey.core:jersey-server (source) 3.0.2 -> 3.1.10 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v3.1.10

Compare Source

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
  • v3.1.1

    Compare Source

  • [Issue 5192] - Documentation/Implementation issue for the default exception mapper in Jersey 3.1.0
  • [Pull 5170] - Create HTTPS tests with JNH connector #​5169
  • [Pull 5193] - Default exception mapper processing
  • [Pull 5197] - Update migration guide
  • [Pull 5237] - Don't Specify Wildcard Package OSGi Version for MicroProfile Rest Client
  • v3.1.0

    Compare Source

  • [Issue 4819] - Adopt 3.1 API
  • [Issue 4834] - Application/octet-stream is set as mediaType when uploading json file payload using form parameters instead of application/json
  • [Issue 4870] - Documentation: Default Exception Mapper
  • [Issue 4871] - Documentation: Update CompletionCallback example
  • [Issue 4875] - Documentation: Document JAX-RS Feature JDK service
  • [Issue 4941] - Release 3.1.0-M2
  • [Issue 5103] - Can not serialize CompletionStage
  • [Pull 4855] - Impl of the SameSite enum for NewCookie
  • [Pull 4859] - Implementation of EntityPart API
  • [Pull 4861] - Support for @​ApplicationPath in SE
  • [Pull 4863] - DefaultExceptionMapper
  • [Pull 4866] - Remove JDK 8 related maven configuration
  • [Pull 4868] - Added implementation of RuntimeDelegate#bootstrap(Class, Configuration)
  • [Pull 4877] - Add Application/JSON media type for FileDataBodyPart json files.
  • [Pull 4879] - enabling some examples for Jakarta EE 9
  • [Pull 4880] - DefaultExceptionMapper documentation
  • [Pull 4884] - Documentation for Feature and Dynamic Feature enchansments
  • [Pull 4885] - Change of default behaviour of UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE
  • [Pull 4892] - Enable MP RestClient
  • [Pull 4893] - Adjust getRequestHeader method
  • [Pull 4895] - documentation for CompletionCallback implementation change since Jersey 3.1.0
  • [Pull 4896] - Split MP REST Client integration test module to support javax.servlet…
  • [Pull 4908] - Default Exception Mapper re-worked
  • [Pull 4911] - Missing Content-Type header should be application/octet-stream optionally
  • [Pull 4919] - Issue #​3493 - Add BeanParam support to WebResourceFactory
  • [Pull 4922] - merge actual master into 3.1
  • [Pull 4923] - Documentation for the default Exception mapper
  • [Pull 4925] - merge actual master into 3.1
  • [Pull 4926] - Updated dependency versions
  • [Pull 4927] - Adopt parsson
  • [Pull 4929] - Updated dependency versions
  • [Pull 4931] - Added a documentation for Jakarta REST EntityPart
  • [Pull 4932] - merge actual master into 3.1
  • [Pull 4934] - Replace usage of deprecated beanManager.createInjectionTarget
  • [Pull 4936] - merge actual master into 3.1
  • [Pull 4937] - Updated dependency versions
  • [Pull 4938] - DefaultExceptionMapper made available for compliance check
  • [Pull 4940] - Issue #​4881 - Java client connector
  • [Pull 4942] - Updating CI/CD JDK for 3.x build
  • [Pull 4945] - OSGi version requirements for jakarta.enterprise explicitly added
  • [Pull 4947] - Update to MP Rest Client 3.0 final
  • [Pull 4956] - Support for hasProperty method
  • [Pull 4958] - merge actual master into 3.1
  • [Pull 4963] - Let Jackson use JAXB3
  • [Pull 4973] - Added a test for a serverless resource testing
  • [Pull 4976] - update 3.1 branch with actual master
  • [Pull 4983] - Backwards merge of 3.x into 3.1
  • [Pull 4990] - Temporarily exclude java-connector for M3
  • [Pull 4991] - Update legal information for 3.1
  • [Pull 4992] - Do not use privileged ports with WebServer by default
  • [Pull 5008] - Update versions of JAX-B, Moxy, JSON-B, JSON-P
  • [Pull 5009] - Dependency on servlet-api updated to version 6, grizzly to 4
  • [Pull 5016] - Updated CDI, BV, and EL.
  • [Pull 5019] - maven-bundle-plugin version update
  • [Pull 5029] - Add MP RestClient module to BOM
  • [Pull 5037] - Make sure the default exception mapper is processed
  • [Pull 5040] - Move jersey-tck module to a tests folder & make it run with -Pjersey-tck
  • [Pull 5047] - Use Jsonb more effectively
  • [Pull 5066] - Rename Java Connector to JavaNetHttp Connector
  • [Pull 5075] - Possibly use jersey WebServer with SeBootstrap.Configurator
  • [Pull 5077] - Call CompletionCallback just once with DefaultExceptionMapper
  • [Pull 5081] - Updated dependencies for 3.0.5
  • [Pull 5086] - Updated EE10 dependency versions
  • [Pull 5098] - Fix Multipart media type override by Jersey defaults.
  • [Pull 5104] - Extensions for JNH connector
  • [Pull 5120] - EE10 versions update
  • [Pull 5152] - OSGi for JNH connector
  • v3.0.17

    Compare Source

    Release includes only bugfixes ported from 2.46

    v3.0.16

    Compare Source

  • [Pull 5741] - [3.0] Legacy code removal (DefaultJacksonJaxbJsonProvider)
  • v3.0.15

    Compare Source

  • [Pull 5684] - Do not point to a SNAPSHOT Jersey in version-agnostic tests
  • [Pull 5711] - [3.0] Multi-Release jar fix
  • v3.0.14

    Compare Source

  • [Pull 5610] - Wiremock version update
  • [Pull 5616] - mvc-thymeleaf extension
  • [Pull 5640] - Jakartize & cleanup after 2.x merge
  • v3.0.13

    Compare Source

  • [Pull 5520] - exclude default JSON-P IMPL from API
  • [Pull 5584] - [3.0] versions update
  • v3.0.12

    Compare Source

  • [Pull 5449] - User Guide: Jackson 2.14 -> 2.15 migration
  • [Pull 5450] - Updated Parsson
  • [Pull 5452] - Non-Jakarta dependencies version update
  • [Pull 5453] - Jakarta dependencies version update
  • v3.0.11

    Compare Source

  • [Pull 5309] - jakartified adaptation of the #​5282
  • [Pull 5315] - Fixes the multiple user-agent headers
  • v3.0.10

    Compare Source

  • [Pull 5224] - apidocs bundle fix
  • [Pull 5247] - Updated version in the release-test pom
  • v3.0.9

    Compare Source

  • [Issue 5196] - Jersey 3.0 breaking change
  • [Pull 5146] - Fix OSGi veriables
  • [Pull 5147] - Spring 6 examples back
  • v3.0.8

    Compare Source

  • [Pull 5138] - Merge remote-tracking branch 'MSTR/master' into 3.x
  • v3.0.7

    Compare Source

  • [Issue 5126] - CompletionStage not unwrapped in 3.0.6
  • [Pull 5128] - Fix unwrap CompletionStage
  • [Pull 5131] - Prevent error with JDK19 related to Thread.Builder
  • [Pull 5133] - update the 3.x branch with actual master
  • v3.0.6

    Compare Source

  • [Issue 5087] - Dependency convergence in 3.0.5
  • [Issue 5093] - SpringComponentProvider in jersey-spring6 never binds components
  • [Pull 5092] - extend maven-enforcer-plugin rules set with dependencyConvergence rule
  • [Pull 5102] - FISH-5723 Fixes WebappClassloader memory-leak issue by removing JAXRSResources classes from cache on shutdown event
  • v3.0.5

    Compare Source

  • [Pull 5012] - Bring back Helidon Connector
  • [Pull 5013] - Update MP Config version 3.0
  • [Pull 5022] - Fix localization message for Helidon
  • [Pull 5023] - Spring 6 module introduction
  • [Pull 5033] - Updated Jetty dependency versions
  • [Pull 5043] - Updated API javadoc link with a proper version
  • v3.0.4

    Compare Source

  • [Pull 4977] - update 3.x branch with actual master
  • v3.0.3

    Compare Source

  • [Pull 4740] - GrizzlyHttpServerTest - testing stability with HTTP, HTTPS and HTTP/2
  • [Pull 4782] - maven-javadoc-plugin migrated to 3.2.0 (3.x)
  • [Pull 4793] - 3x.merge
  • [Pull 4808] - Remove helidon connector dependency from BOM
  • [Pull 4853] - merge master into 3.x
  • [Pull 4857] - merge release history into 3.x

  • 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 force-pushed the renovate/jersey-monorepo branch from e4e3cd4 to 53b3a2f Compare March 7, 2022 13:14
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.0.3 Update dependency org.glassfish.jersey.core:jersey-server to v3.0.4 Mar 7, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 53b3a2f to efc49a9 Compare June 18, 2022 23:05
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.0.4 Update dependency org.glassfish.jersey.core:jersey-server to v3.0.5 Jun 18, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from efc49a9 to 3d825b1 Compare September 25, 2022 19:10
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.0.5 Update dependency org.glassfish.jersey.core:jersey-server to v3.0.8 Sep 25, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 3d825b1 to 62ff9f7 Compare November 20, 2022 16:37
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.0.8 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.0 Nov 20, 2022
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.0 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.1 Mar 16, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 62ff9f7 to 9c40b5a Compare March 16, 2023 16:04
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 9c40b5a to f048c99 Compare May 28, 2023 09:23
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.1 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.2 May 28, 2023
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.2 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.3 Jul 24, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from f048c99 to 81326ef Compare July 24, 2023 09:51
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 81326ef to 8f9f7f9 Compare December 1, 2023 11:05
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.3 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.4 Dec 1, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 8f9f7f9 to aecb2e6 Compare December 12, 2023 15:05
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.4 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.5 Dec 12, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from aecb2e6 to a7bca82 Compare April 5, 2024 18:36
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.5 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.6 Apr 5, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from a7bca82 to 6e5d32f Compare May 24, 2024 16:52
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.6 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.7 May 24, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 6e5d32f to 398598c Compare August 2, 2024 21:04
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.7 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.8 Aug 2, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 398598c to 214d2a7 Compare October 8, 2024 15:52
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.8 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.9 Oct 8, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 214d2a7 to 1ad2faa Compare January 8, 2025 13:40
    @renovate renovate bot changed the title Update dependency org.glassfish.jersey.core:jersey-server to v3.1.9 Update dependency org.glassfish.jersey.core:jersey-server to v3.1.10 Jan 8, 2025
    # 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.

    0 participants