-
Notifications
You must be signed in to change notification settings - Fork 3
Update http4k to v4.48.2.0 #77
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
main
Choose a base branch
from
renovate/http4k
base: main
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.
Open
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
614f92a to
c26be35
Compare
5a8c90c to
9655f94
Compare
9655f94 to
ac0ccf5
Compare
ac0ccf5 to
31d7006
Compare
31d7006 to
a712507
Compare
a712507 to
edb1a08
Compare
edb1a08 to
bf6c02d
Compare
bf6c02d to
0b1d5c4
Compare
0b1d5c4 to
7b1eed2
Compare
7b1eed2 to
5003609
Compare
5003609 to
cdc5dd3
Compare
fd3d474 to
cd6c648
Compare
cd6c648 to
ce0162f
Compare
ce0162f to
d22d3d1
Compare
d22d3d1 to
f4d2a7c
Compare
f4d2a7c to
dac5f6a
Compare
dac5f6a to
c6a14f4
Compare
73a4668 to
b6f5b6c
Compare
b6f5b6c to
cded65a
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | -------- | -------- | | maven | org.http4k:http4k-client-apache | 4.25.8.0 | 4.48.2.0 | | maven | org.http4k:http4k-core | 4.25.8.0 | 4.48.2.0 |
cded65a to
54bf08c
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:
4.25.8.0→4.48.2.04.25.8.0→4.48.2.0Release Notes
http4k/http4k (org.http4k:http4k-client-apache)
v4.48.2.0the http4k Enterprise Edition subscription. Non-licensed parties should NOT use this version of http4k libraries. Either
downgrade to the Apache2 licensed v4.48.0.0, or contact us to arrange an http4k Enterprise Edition subscription.
v4.48.0.0Compare Source
v4.47.2.0Compare Source
v4.47.1.0Compare Source
v4.46.0.0Compare Source
Zipkin traces. Possible break
if you were relying on Zipkin state in a downstream handler. This change will allow better in-memory testing as traces
will be reported correctly inside the context of the filter.
take EventNode which is a tree node.
v4.45.0.0Compare Source
@mikaelstaldal
remove the
authorizationCodeparameter from your implementations and use the code from thetokenRequestv4.44.1.0Compare Source
v4.44.0.0Compare Source
fix, simply change from
GzipCompressionMode.Memory/StreamingtoGzipCompressionMode.Memory()/Streaming()v4.43.1.0Compare Source
v4.43.0.0Compare Source
AuthorizationCodeMissingerror.Fixes #895
v4.42.1.0Compare Source
v4.42.0.0Compare Source
in new dependency release might lead to some surprising changes in behaviour of matchers for comparing JSON nodes
v4.41.4.0Compare Source
redocUiWebjarfunction.redocUiLitefunction.swaggerUiWebjarnow works properly with a non-root path. Plusperformance improvements.
v4.41.3.0Compare Source
v4.41.2.0Compare Source
v4.41.1.1Compare Source
v4.41.1.0Compare Source
new
swaggerUiWebjarfunction. H/T @oharaandrew314swaggerUIin favor of newswaggerUiLitefunction, which uses a new config format.H/T @oharaandrew314
v4.41.0.0Compare Source
shouldn't cause any problems that we know about, but we are bumping the breaking version number just in case.
v4.40.2.0Compare Source
v4.40.1.0Compare Source
RenderingModeto switch off thisdefault behaviour.
v4.40.0.0Compare Source
dependencies which previously used v1.3X.X. It is safe to pin your SnakeYaml version to 1.3X.X if there is a clash
with other libraries in your stack.
v4.39.0.0Compare Source
do not support OA 3.1.0 yet so we have limited the OA version number to 3.0.0.
v4.38.0.1Compare Source
v4.38.0.0Compare Source
v4.37.0.0Compare Source
OpenIdConnectSecurity. H/T @oharaandrew314swaggerUinow supports Oauth2 redirects. H/T @oharaandrew314v4.36.0.0Compare Source
v4.35.4.0Compare Source
composite securities.
v4.35.3.0Compare Source
v4.35.2.0Compare Source
v4.35.1.0Compare Source
v4.35.0.0Compare Source
H/T @FredNordin
and support for rendering to various formats. Initial support for PUML and Mermaid.
v4.34.4.0Compare Source
v4.34.3.1Compare Source
v4.34.3.0Compare Source
v4.34.2.0Compare Source
v4.34.1.0Compare Source
v4.34.0.4Compare Source
v4.34.0.3Compare Source
Jsonextension method onMultipartFormField.Companiondue to problem in JUnit.Re-re-fix.
v4.34.0.2Compare Source
Jsonextension method onMultipartFormField.Companiondue to problem in JUnit. Refix.v4.34.0.1Compare Source
Jsonextension method onMultipartFormField.Companiondue to problem in JUnit.v4.34.0.0Compare Source
auto()methods to arbitrary lenses (so Query, Header, FormField etc..)reverseProxy()now takes the authority into account instead of just the hostnamefrom the request. This should only impact you if you are doing reverse proxy operational on client side and using
localhost without a port as a proxy. To fix - simply add the port to your proxying setup and all should be good.
v4.33.3.0Compare Source
v4.33.2.1Compare Source
v4.33.2.0Compare Source
v4.33.1.0Compare Source
@oharaandrew314
v4.33.0.0Compare Source
DiskLocationand the ability to keep uploaded files permanently stored on disk.H/T @jippeholwerda
v4.32.4.0Compare Source
UserCredentialsOAuthSecurity. This allows the OpenApi spec to define a Resource OwnerPassword Credentials grant. It also includes a shortcut to load the principal into a
RequestContextLens. H/T@oharaandrew314
StringBiDiMappings.csvto map between string and list, with a configurable delimiter andelement mapping. H/T @oharaandrew314
DiskLocationand the ability to keep uploaded files permanently stored on disk.H/T @jippeholwerda
v4.32.3.0Compare Source
v4.32.2.0Compare Source
StringBidDiMapping.basicCredentialsto easily convert betweenCredentialsand basic auth.H/T oharaandrew314
Header.AUTHORIZATION_BASIClens to easily get and set basicCredentialsfor a message. H/Toharaandrew314
BasicAuthSecuritynow supports aRequestContextLensto store the principal. H/Toharaandrew314
v4.32.1.0Compare Source
v4.32.0.0Compare Source
v4.31.0.0Compare Source
ZipkinTraceStorage, defaulting to ThreadLocal implementation. This allowscentralised storage of trace information in non-standard threading environments (eg. coroutines).
v4.30.10.0Compare Source
v4.30.9.0Compare Source
v4.30.8.0Compare Source
Jackson.cloudEventsFormat()so we can use custom formats in cloud events lensesv4.30.7.0Compare Source
v4.30.6.0Compare Source
v4.30.5.0Compare Source
oharaandrew314
v4.30.4.0Compare Source
v4.30.3.0Compare Source
v4.30.2.1Compare Source
to SnakeYaml).
v4.30.2.0Compare Source
FakeOAuthServermore configurable, and removed the need for passing in an auth-codegenerator.
v4.30.0.0Compare Source
shouldn't have been used by anyone. To fix uses of
accessTokenResponseBody, replacewith
Body.auto<AccessTokenResponse>().toLens(), importing from OAuthServerMoshi.v4.29.1.0Compare Source
v4.29.0.0Compare Source
v4.28.2.0Compare Source
v4.28.1.0Compare Source
v4.28.0.0Compare Source
my
http4k-format-jacksonanyway. This builds ok but we have bumped the version number just to be sure. H/T@oharaandrew314 for the inspiration.
ContentNegotiatorand auto versions to be plugged intohttp4k-format-*modules. H/T@oharaandrew314
v4.27.4.0Compare Source
AutoMarshallingJson. This should open the door to us eventually allowing Moshi to be used in http4k-contracts (and
OpenAPI). Massive H/T to @oharaandrew314 for the work that went into this.
v4.27.3.0Compare Source
clients.
v4.27.2.0Compare Source
error.
v4.27.1.0Compare Source
v4.27.0.0Compare Source
v4.26.0.0Compare Source
causes a problem, simply re-add
api(Kotlin.stdlib.jdk8)to your project dependency list.v4.25.16.2Compare Source
=. H/T @overfullstack=. H/T @oharaandrew314v4.25.16.1Compare Source
v4.25.16.0Compare Source
v4.25.15.0Compare Source
v4.25.14.0Compare Source
left.
v4.25.13.0Compare Source
v4.25.12.0Compare Source
v4.25.11.0Compare Source
v4.25.10.1Compare Source
v4.25.10.0Compare Source
v4.25.9.0Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.