Skip to content

chore(deps): bump org.http4k:http4k-bom from 5.0.0.0 to 5.19.0.0 in /java

Bumps org.http4k:http4k-bom from 5.0.0.0 to 5.19.0.0.

Release notes

Sourced from org.http4k:http4k-bom's releases.

5.19.0.0

Changelog:

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.9.24
  • http4k-core : Add support for the timesource typealias () -> Instant where a Clock is used. H/T @​kwydler

5.18.2.0

Changelog:

  • http4k-core : Add convenience methods to read bodies from HttpMessages as JSON/XML/CSV etc.. request.json<MyType>()

5.18.1.0

Changelog:

  • http4k-core : Add convenience methods to set common headers to HTTP message.

5.17.0.0

Changelog:

  • http4k-* : Tweaks to make the K2 compiler happy
  • http4k : Added convenience methods to set the body of an HTTP message. The works for both standard body types and with automarshallers.
  • http4k-core : Fix request source in SunHttp. H/T @​dkandalov
  • http4k-contract : Added top-level MetadataRetrieval to schema objects. H/T @​BBB
  • http4k-format-* : [Unlikely break] rename with() functions on auto-marshallers to match content type, so you can now do req.json(myObj) and get the content type and body set in one go. Likewise for other content types

5.16.2.0

Changelog:

  • http4k-* : Upgrade some dependency versions.

5.16.1.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: Add support for surrogate-key headers in EtagSupport. H/T @​jason-annadani-springer

5.16.0.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-approval : [Unlikely break] Rename typo in an ApprovalSource instance
  • http4k-testing-approval : Addition of optional suffix to the approval file name, and added ApprovalTransformer for varying the compared content from the InputStream
  • http4k-core : [Fix #1084] Route name without a beginning / works for everything except static resources. H/T @​ArthurS1

5.15.0.0

Changelog:

  • http4k-core : [Unlikely break] Change to Meta to remove default params

5.14.5.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Make Lenses support metadata passed through the LensBuilder construction methods. H/T @​BBB, @​ivanmoore @​jack-bolles
  • http4k-testing-tracerbullet : Account for spans across traces with same spanId. H/T @​IvanPavlov1995

5.14.4.0

Changelog:

  • http4k-* : Upgrade some dependency versions.

... (truncated)

Changelog

Sourced from org.http4k:http4k-bom's changelog.

v5.19.0.0

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.9.24
  • http4k-core : Add support for the timesource typealias () -> Instant where a Clock is used. H/T @​kwydler

v5.18.2.0

  • http4k-core : Add convenience methods to read bodies from HttpMessages as JSON/XML/CSV etc.. request.json<MyType>()

v5.18.1.0

  • http4k-core : Add convenience methods to set common headers to HTTP message.

v5.18.0.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : [Behaviour break] We now do not set the legacy Expires header in CachingFilters. Modern caches should use the Cache-Control header instead (max-age).

v5.17.0.0

  • http4k-* : Tweaks to make the K2 compiler happy
  • http4k : Added convenience methods to set the body of an HTTP message. The works for both standard body types and with automarshallers.
  • http4k-core : Fix request source in SunHttp. H/T @​dkandalov
  • http4k-contract : Added top-level MetadataRetrieval to schema objects. H/T @​BBB
  • http4k-format-* : [Unlikely break] rename with() functions on auto-marshallers to match content type, so you can now do req.json(myObj) and get the content type and body set in one go. Likewise for other content types

v5.16.2.0

  • http4k-* : Upgrade some dependency versions.

v5.16.1.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: Add support for surrogate-key headers in EtagSupport. H/T @​jason-annadani-springer

v5.16.0.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-approval : [Unlikely break] Rename typo in an ApprovalSource instance
  • http4k-testing-approval : Addition of optional suffix to the approval file name, and added ApprovalTransformer for varying the compared content from the InputStream
  • http4k-core : [Fix #1084] Route name without a beginning / works for everything except static resources. H/T @​ArthurS1

v5.15.1.0

  • http4k-core : [Unlikely break] Change to Meta to remove default params
  • http4k-testing-approval : Add ability to add a suffix to the approval file name.

v5.15.0.0

  • http4k-core : [Unlikely break] Change to Meta to remove default params

v5.14.5.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Make Lenses support metadata passed through the LensBuilder construction methods. H/T @​BBB, @​ivanmoore @​jack-bolles
  • http4k-testing-tracerbullet : Account for spans across traces with same spanId. H/T @​IvanPavlov1995

v5.14.4.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-tracerbullet : Improve identification of actor for incoming traces.
  • http4k-client-helidon : Various fixes H/T @​dkandalov

... (truncated)

Commits
  • e291ee4 Release 5.19.0.0
  • 9d2209f upgrade versions
  • c337bb9 Replace usage of Clock in http4k-core with () -> Instant where appropri...
  • 645e15f Allow overriding of Automarshalling.asInputStream(Any) (#1105)
  • c3a6b0b Upgrade gradle dependencies (#1104)
  • b0b6914 tidy bearerToken(). H/T @​obecker
  • b4a1346 Release 5.18.2.0
  • 06ef1f0 Add convenience methods to unmarshall objects from an HTTP message using just...
  • cf5eb72 remove codecov as being really slow
  • acd9e0f Add some more handy filters
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports