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 jersey monorepo to v3.1.10 #118

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.glassfish.jersey.inject:jersey-hk2 (source) 3.0.11 -> 3.1.10 age adoption passing confidence
org.glassfish.jersey.media:jersey-media-json-jackson (source) 3.0.11 -> 3.1.10 age adoption passing confidence
org.glassfish.jersey.core:jersey-client (source) 3.0.11 -> 3.1.10 age adoption passing confidence

Release Notes

eclipse-ee4j/jersey (org.glassfish.jersey.inject:jersey-hk2)

v3.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: eclipse-ee4j/jersey@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
  • 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

  • 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 these updates 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 a19d653 to b9f5409 Compare March 7, 2022 15:07
    @renovate renovate bot changed the title Update jersey monorepo to v3.0.3 Update jersey monorepo to v3.0.4 Mar 7, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from b9f5409 to ca2f7a7 Compare June 18, 2022 22:05
    @renovate renovate bot changed the title Update jersey monorepo to v3.0.4 Update jersey monorepo to v3.0.5 Jun 18, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from ca2f7a7 to 59ad989 Compare August 5, 2022 13:22
    @renovate renovate bot changed the title Update jersey monorepo to v3.0.5 Update jersey monorepo to v3.0.6 Aug 5, 2022
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 59ad989 to 1670f37 Compare September 25, 2022 20:27
    @renovate renovate bot changed the title Update jersey monorepo to v3.0.6 Update jersey monorepo to v3.0.8 Sep 25, 2022
    @renovate renovate bot changed the title Update jersey monorepo to v3.0.8 Update jersey monorepo to v3.1.1 Mar 16, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 1670f37 to b037190 Compare March 16, 2023 18:07
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from b037190 to 662c925 Compare March 24, 2023 15:51
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.1 Update jersey monorepo to v3.1.2 May 28, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 662c925 to da7d003 Compare May 28, 2023 09:46
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.2 Update jersey monorepo to v3.1.3 Jul 24, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from da7d003 to cc188f9 Compare July 24, 2023 10:58
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.3 Update jersey monorepo to v3.1.4 Dec 1, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from cc188f9 to f664392 Compare December 1, 2023 12:43
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from f664392 to 5ed2b95 Compare December 12, 2023 17:03
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.4 Update jersey monorepo to v3.1.5 Dec 12, 2023
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 5ed2b95 to 8032ca5 Compare April 5, 2024 19:50
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.5 Update jersey monorepo to v3.1.6 Apr 5, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 8032ca5 to b864fa5 Compare May 24, 2024 15:59
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.6 Update jersey monorepo to v3.1.7 May 24, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from b864fa5 to fb53a7b Compare August 2, 2024 22:53
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.7 Update jersey monorepo to v3.1.8 Aug 2, 2024
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.8 Update jersey monorepo to v3.1.9 Oct 8, 2024
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from fb53a7b to 76b453a Compare October 8, 2024 15:20
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from 76b453a to da26ad6 Compare January 8, 2025 15:20
    @renovate renovate bot changed the title Update jersey monorepo to v3.1.9 Update jersey monorepo to v3.1.10 Jan 8, 2025
    @renovate renovate bot force-pushed the renovate/jersey-monorepo branch from da26ad6 to 7d51537 Compare January 11, 2025 22:06
    # 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