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

chore(deps): update dependency org.jboss.resteasy:resteasy-jackson2-provider to v6 - autoclosed #28

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jboss.resteasy:resteasy-jackson2-provider (source) 4.5.6.Final -> 6.2.5.Final age adoption passing confidence

Release Notes

resteasy/resteasy (org.jboss.resteasy:resteasy-jackson2-provider)

v6.2.5.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@6.2.4.Final...6.2.5.Final

v6.2.4.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@6.2.3.Final...6.2.4.Final

v6.2.3.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@6.2.2.Final...6.2.3.Final

v6.2.2.Final

Compare Source

What's Changed
New Contributors

Full Changelog: resteasy/resteasy@6.2.1.Final...6.2.2.Final

v6.2.1.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@6.2.0.Final...6.2.1.Final

v6.2.0.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@6.2.0.Beta1...6.2.0.Final
Full Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310560\&version=12396142

v6.1.0.Final

Compare Source

Release Notes

Full release notes can be found on JIRA. For information about the release see the RESTEasy Blog

Sub-task

Feature Request

  • [RESTEASY-2326] - Support more authentication types for resteasy-vertx
  • [RESTEASY-2856] - Add support for some general authentication mechanisms
  • [RESTEASY-3146] - Add ability to use CDI with the SeBootstrap Undertow layer

Bug

  • [RESTEASY-3024] - Missing dependencies from the resteasy-bom
  • [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
  • [RESTEASY-3089] - ContainerResponseFilter will not allow null entities to be set
  • [RESTEASY-3096] - Resteasy new WebApplicationExceptions behavior
  • [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
  • [RESTEASY-3131] - Fix JSON Binding test for new version of Yasson
  • [RESTEASY-3142] - POST with OR WITHOUT a request payload
  • [RESTEASY-3149] - Fix inject method in InjectorFactoryImpl
  • [RESTEASY-3155] - Concurrency issues in ResteasyViolationException
  • [RESTEASY-3166] - Digest authentication tests may get the wrong nc value from the header
  • [RESTEASY-3173] - Invalid reporting of the client closing via the cleaner
  • [RESTEASY-3174] - Wrong resteasy.jackson.deserialization.whitelist keys definition in the documentation

Task

  • [RESTEASY-1925] - Jakarta RESTful Web Services 3.1 Development
  • [RESTEASY-2073] - JAXRS 2.2 SseBroadcaster close all registered SseEventSink
  • [RESTEASY-3137] - Remove dependency of ProxyInputStream
  • [RESTEASY-3138] - Remove dependency on commons-io
  • [RESTEASY-3148] - Clean up the resteasy-cdi module and extension
  • [RESTEASY-3162] - Do not inherit configurations for the galleon-feature-pack
  • [RESTEASY-3168] - Add tests for the Jakarta JSON Binding Provider

Component Upgrade

Enhancement

  • [RESTEASY-3054] - Replace usages of getParameterTypes().length with getParameterCount()
  • [RESTEASY-3090] - Add a ServiceLoader which can order order the results by priority
  • [RESTEASY-3094] - Extend support for the internal PriorityServiceLoader
  • [RESTEASY-3127] - Async IO for GZIPEncodingInterceptor
  • [RESTEASY-3135] - Remove usage of finalize() from RESTEasy client
  • [RESTEASY-3154] - performance improvement for ResteasyHttpHeaders

v6.0.3.Final

Release Notes

Bug

  • [RESTEASY-3089] - ContainerResponseFilter will not allow null entities to be set
  • [RESTEASY-3155] - Concurrency issues in ResteasyViolationException

Task

Component Upgrade

v6.0.1.Final

Compare Source

Release Notes

Bug

  • [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
  • [RESTEASY-3120] - VertxClientEngineTest hangs occasionally on CI
  • [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs

Component Upgrade

  • [RESTEASY-3117] - Upgrade Jackson to 2.12.6 and jackason-databind to 2.12.6.1

v6.0.0.Final

Compare Source

Release Notes

Bug

  • [RESTEASY-2891] - The resteasy-json-binding-provider requires Yasson at runtime
  • [RESTEASY-3033] - Deadlock while sending sse events when first event is not yet send
  • [RESTEASY-3043] - Resteasy SseEventSink can&#​39;t guarantee the event ordering
  • [RESTEASY-3044] - SSE first message comes in second
  • [RESTEASY-3045] - SSE loses last message when sink is closed after message delivery
  • [RESTEASY-3046] - ProviderHelper&#​39;s writeTo stalls due to DeferredOutstream flush (on Tomcat)
  • [RESTEASY-3049] - The StreamingOutputTest seems to periodically hang on CI runs
  • [RESTEASY-3051] - SseEventSource should respect alwaysConnect after the SseEventSink is closed
  • [RESTEASY-3052] - StreamingOutputTest hangs on CI intermittently
  • [RESTEASY-3053] - The new SseEventSinkTest.deadlockAtInitialization fails intermittently
  • [RESTEASY-3069] - MultipartRelatedOutput with StreamingOutput parts throws java.lang.ClassCastException: class org.jboss.resteasy.plugins.providers.StreamingOutputProvider cannot be cast to class org.jboss.resteasy.spi.AsyncMessageBodyWriter
  • [RESTEASY-3072] - UT010005: Cannot call getOutputStream(), getWriter() already called
  • [RESTEASY-3073] - RESTEasy service loader file parser doesn&#​39;t account for comments

Task

  • [RESTEASY-3007] - Migrate to Jakarta REST 3.0
  • [RESTEASY-3057] - Add a module dependency to Xerces
  • [RESTEASY-3060] - Some documentation still shows javax based examples
  • [RESTEASY-3061] - Update "JSON Support via Jackson" documentation section
  • [RESTEASY-3063] - Fix misleading and inaccurate stmt in "3.2. Deploying a RESTEasy application to WildFly"
  • [RESTEASY-3065] - Remove dependency on log4j from tests

Component Upgrade

v5.0.8.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@5.0.7.Final...5.0.8.Final

v5.0.7.Final

Compare Source

What's Changed

Full Changelog: resteasy/resteasy@5.0.6.Final...5.0.7.Final

v5.0.6.Final

Compare Source

What's Changed

@renovate renovate bot force-pushed the renovate/org.jboss.resteasy-resteasy-jackson2-provider-6.x branch from 9d0bf0d to 7b155ea Compare August 24, 2023 02:58
@renovate renovate bot changed the title chore(deps): update dependency org.jboss.resteasy:resteasy-jackson2-provider to v6 chore(deps): update dependency org.jboss.resteasy:resteasy-jackson2-provider to v6 - autoclosed Oct 5, 2023
@renovate renovate bot closed this Oct 5, 2023
@renovate renovate bot deleted the renovate/org.jboss.resteasy-resteasy-jackson2-provider-6.x branch October 5, 2023 15:51
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

0 participants