-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency org.http4k:http4k-bom to v5.47.0.0 #318
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/org.http4k-http4k-bom-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
34b8436 to
cce5da1
Compare
cce5da1 to
f12ce08
Compare
f12ce08 to
80e73b6
Compare
f5b959e to
fb3988a
Compare
fb3988a to
b076c6b
Compare
dc5334e to
f65cafa
Compare
f65cafa to
541f03c
Compare
541f03c to
515b059
Compare
d88f4dc to
5b5a437
Compare
5b5a437 to
79ebd5d
Compare
af126cf to
91467b8
Compare
2e24272 to
9f65e44
Compare
e4f44dd to
37bb2ff
Compare
37bb2ff to
aad724e
Compare
aad724e to
b148bdc
Compare
b148bdc to
f1fd009
Compare
f1fd009 to
184ce62
Compare
184ce62 to
d6e938a
Compare
d6e938a to
ce8c104
Compare
740fba8 to
4020db0
Compare
4020db0 to
83e6e93
Compare
83e6e93 to
49486b6
Compare
49486b6 to
5cb899c
Compare
5cb899c to
b306faf
Compare
a888ef1 to
a7361bc
Compare
b30711f to
9572e2f
Compare
9572e2f to
c650aa3
Compare
c650aa3 to
1aa0f26
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.7.5.0→5.47.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
http4k/http4k (org.http4k:http4k-bom)
v5.47.0.0Compare Source
v5.46.0.0Compare Source
v5.45.2.0Compare Source
Query.noValue()lenses for query parameters.v5.45.1.0Compare Source
v5.45.0.0Compare Source
new module as a migration step before the upgrade to v6, so module changes can be dealt with separately.
v5.44.3.0Compare Source
new module as a migration step before the upgrade to v6, so module changes can be dealt with separately.
http4k v6. We are providing this new module as a migration step before the upgrade to v6, so module changes can be dealt with separately.
v5.44.2.0Compare Source
v5.44.1.0Compare Source
v5.44.0.0Compare Source
HtmlApprovalTestformatter improved handling of HTML attributes which may require re-approving files.regex()in favour ofregexGroup. In v6regex()will match fully, changing its current behaviour.v5.43.0.0Compare Source
v5.42.0.0Compare Source
implementation. H/T @aharin
v5.41.0.0Compare Source
Note: This change affects how XML entity references are handled. If your code relies on XML entity expansion (like
replacing &entity; references with their defined content), it will need to be updated to provide the correct configuration when deserialising the XML body.
Entity references will now remain as unexpanded text in the document.
Full details at: https://www.http4k.org/security/cve-2024-12345/
H/T to @@JAckLosingHeart for the report.
v5.40.0.0Compare Source
repackaged.
edition (and retaining the Apache2 license). In preparation, we have introduced these modules to give users the time to migrate without taking on-board other
breaking changes from v6 - essentially allowing the upgrade cycle to be:
have the chance. In the meantime, this is the list of modules that are being rehoused:
v5.39.0.0Compare Source
AmazonRestfulFaketoAmazonRestJsonFakev5.38.0.0Compare Source
v5.37.1.1Compare Source
v5.37.1.0Compare Source
v5.37.0.0Compare Source
Sseinstead ofUnitv5.36.0.0Compare Source
SSE. SSE now also returns a 404 if the route is unbound.
Immediatestop mode as it's not supported.Immediatestop mode as it's not supported.v5.35.5.0Compare Source
Gracefulstop mode as it's not supported.v5.35.4.0Compare Source
v5.35.3.0Compare Source
v5.35.2.0Compare Source
v5.35.1.0Compare Source
v5.35.0.0Compare Source
v5.34.1.0Compare Source
v5.34.0.0Compare Source
Acceptclassv5.33.1.0Compare Source
v5.33.0.1Compare Source
v5.33.0.0Compare Source
@npryce
v5.32.4.0Compare Source
v5.32.3.0Compare Source
v5.32.2.0Compare Source
withNameSuffixwhich wasn't checking the content type when you overrode the name suffix.§v5.32.1.0Compare Source
Body.webForm()v5.32.0.0Compare Source
insecureApacheHttpClient()due to deprecated API.v5.31.1.0Compare Source
v5.31.0.0Compare Source
version of ApacheServer.
v5.30.1.0Compare Source
WebsocketFactory. @H/T @oharaandrew314v5.30.0.0Compare Source
WsMessagemode explicit. @H/T @oharaandrew314Migration Guide
Previously, a
WsMessagewas sent in eitherTEXTorBINARYmode based on whether theBodywas aMemoryBodyorStreamBody, respectively.WsMessage, you will need to explicitly provide aWsMessage.Modeto resolve the newcompiler errors.
💡 Note: If you were using the secondary
WsMessageconstructors, no changes are necessary.💡 Note: You now have full control over how content is sent.
v5.29.0.0Compare Source
construction. H/T @dkandalov
v5.28.1.0Compare Source
v5.28.0.0Compare Source
for long running processes. The fix MAY be a change of OS files-system usage if you are not closing your MultiPart form body. @H/T @oharaandrew314 for the
report.
v5.27.0.0Compare Source
v5.26.1.0Compare Source
v5.26.0.0Compare Source
New imports are required.
v5.25.0.0Compare Source
converted http4k request. If you were using the LAMBDA_REQUEST_KEY, you can just use the request passed into the handler instead.
v5.24.1.0Compare Source
v5.24.0.0Compare Source
previous version of this module.
v5.23.0.0Compare Source
tooling for generating types from the definitions.
v5.22.0.0Compare Source
v5.21.2.0Compare Source
v5.21.1.0Compare Source
v5.21.0.0Compare Source
CachingFilters.Request/ResponsetoCachingFilters.CacheRequest/CacheResponse. If you have imports then they maybreak and need to be updated.
v5.20.0.0Compare Source
relying on this it will need to be re-added manually.
v5.19.0.0Compare Source
() -> Instantwhere a Clock is used. H/T @kwydlerv5.18.2.0Compare Source
request.json<MyType>()v5.18.1.0Compare Source
v5.17.0.0Compare Source
with()functions on auto-marshallers to match content type, so you can now doreq.json(myObj)and get thecontent type and body set in one go. Likewise for other content types
v5.16.2.0Compare Source
v5.16.1.0Compare Source
v5.16.0.0Compare Source
InputStream
v5.15.0.0Compare Source
v5.14.5.0Compare Source
v5.14.4.0Compare Source
v5.14.2.0Compare Source
v5.14.1.0Compare Source
v5.14.0.0Compare Source
v5.13.9.0Compare Source
v5.13.8.0Compare Source
v5.13.7.0Compare Source
v5.13.6.1Compare Source
v5.13.6.0Compare Source
v5.13.5.0Compare Source
v5.13.4.1Compare Source
v5.13.4.0Compare Source
v5.13.2.0Compare Source
v5.13.1.0Compare Source
v5.13.0.1Compare Source
different IDE settings
v5.13.0.0Compare Source
the imported module, and renaming your templates from .jade to .pug. Please see Pug4j docs for anything else.
v5.12.2.1Compare Source
VerifyWebhookSignaturefilter to ServerFilters as it's not for HTTP clients!v5.12.2.0Compare Source
if-none-match headerthe response lacks the etag header. H/T @efaselv5.12.1.0Compare Source
from HTTP message bodies (via
Body.json(::JsonNodeDataContainer)).toLens()v5.12.0.0Compare Source
using vanilla Jetty backend then this is a NoOp replacement, otherwise fallback to using the new
Jetty11module and then plan migration accordingly. MassiveH/T to H/T @FredNordin for the implementation upgrade.
Jetty11()instead ofJetty(), somigration should be very simple. Other renames as required (using
11) to avoid API clashes in the http4k codebase.AwsPreSignRequests. UseAwsRequestPreSignerinstead. H/T @oharaandrew314v5.11.1.0Compare Source
AwsPreSignRequestsclass. H/T @oharaandrew314http4k-serverless/lambda)
v5.11.0.0Compare Source
keys. The fix MAY break JSON serialisation (which actually is a bug as the expected behaviour is for the Enums to use
the predefined mapping).
v5.10.7.0Compare Source
v5.10.6.0Compare Source
v5.10.5.0Compare Source
v5.10.4.0Compare Source
v5.10.3.0Compare Source
v5.10.2.0Compare Source
v5.10.1.0Compare Source
constructing an OAuthProvider H/T @mbcltd
HttpMessages
v5.10.0.0Compare Source
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 acrossthreads
v5.8.1.0Compare Source
v5.8.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.