This repository was archived by the owner on Nov 8, 2023. It is now read-only.
fix(deps): update http4k monorepo to v5 (major) - autoclosed - #17
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update http4k monorepo to v5 (major) - autoclosed#17renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
6 times, most recently
from
June 30, 2023 07:17
2e12dd8 to
d95c723
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
July 3, 2023 22:25
d95c723 to
7990839
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
July 12, 2023 18:13
7990839 to
5713c5c
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
July 20, 2023 18:45
5713c5c to
0319a56
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
2 times, most recently
from
August 2, 2023 16:23
79760d7 to
48adc8a
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
6 times, most recently
from
August 16, 2023 16:29
bef1aed to
67c28a8
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
3 times, most recently
from
August 23, 2023 13:54
c8fd9f8 to
395f878
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
2 times, most recently
from
August 31, 2023 10:53
9adfc3f to
68ebbf2
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
2 times, most recently
from
September 8, 2023 16:11
8d20eff to
6bc9d2e
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
September 20, 2023 15:16
6bc9d2e to
420f6a7
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
September 29, 2023 16:44
420f6a7 to
04ebd63
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
2 times, most recently
from
October 12, 2023 18:54
7dbaf9e to
c782803
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
2 times, most recently
from
October 22, 2023 19:45
7020ed1 to
6de8d3c
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
October 26, 2023 17:15
6de8d3c to
c55b4a2
Compare
renovate
Bot
force-pushed
the
renovate/major-http4k-monorepo
branch
from
October 30, 2023 00:45
c55b4a2 to
24bd355
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.48.0.0->5.9.0.04.48.0.0->5.9.0.0Release Notes
http4k/http4k (org.http4k:http4k-contract)
v5.9.0.0Compare Source
v5.8.6.0Compare Source
v5.8.5.1Compare Source
v5.8.5.0Compare Source
Events.then()withEvents.and()for clarity.v5.8.4.0Compare Source
v5.8.3.0Compare Source
v5.8.2.0Compare Source
ExecutionService.withRequestTracing()to propagate Zipkin traces across threadsv5.8.1.0Compare Source
v5.8.0.0Compare Source
v5.7.5.0Compare Source
v5.7.4.0Compare Source
v5.7.3.0Compare Source
v5.7.2.0Compare Source
v5.7.1.0Compare Source
v5.6.5.0Compare Source
v5.6.4.0Compare Source
commons-codecversion. H/T @oharaandrew314v5.6.3.0Compare Source
v5.6.2.1Compare Source
v5.6.2.0Compare Source
v5.6.1.0Compare Source
Changelog:
v5.6.0.0Compare Source
nonBlank()to set of standard BiDiMappings. H/T @dmcgv5.5.0.0Compare Source
v5.4.1.0Compare Source
v5.4.0.0Compare Source
v5.3.0.0Compare Source
v5.2.1.0Compare Source
v5.2.0.0Compare Source
v5.1.2.1Compare Source
v5.1.2.0Compare Source
v5.1.1.1Compare Source
v5.1.1.0Compare Source
v5.1.0.0Compare Source
WsResponseandSseResponseobjects. This makes it easier to set response headers and control if a connection is made from the incoming request as it is no-longer hidden (it is exposed at the top level instead of being hidden in the SSE and Websocket objects). It also means that the interfaces for the protocols follow the same pattern.v5.0.0.0Compare Source
v4.48.0.0and then re-upgrade tov5.0.0.0. This will ensure that you only have to deal with Deprecations between the major versions.JettyLoom, based on Loom VirtualThreads. Requires Java 21 to use. StandardJettyremains usable with any Java version.SunHttpLoom, based on Loom VirtualThreads. Requires Java 21 to use. StandardSunHttpremains usable with any Java version.Eventsimplementation to visually document your applications through testing. See example in reference guide.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.
This PR has been generated by Mend Renovate. View repository job log here.