<@U4H0M349G> <@U3JDL750W> Huge kudos to both of yo...
# http4k
f
@dave @s4nchez Huge kudos to both of you for adding the
cloudnative
module! Looks great and exactly what was needed for http4k to be a real contender for writing all my k8s hosted services 👏
🙂 1
d
if there's anything you'd like to see in it then please let us know!
f
Well, maybe a one thing. Have you considered publishing a http4k BOM, so that we can do this in Gradle 5:
Copy code
implementation platform("org.http4k:http4k-bom:3.102.1")
implementation "org.http4k:http4k-core"
implementation "org.http4k:http4k-client-apache"
@dave ^^^
Might be a royal PITA, but worth a thought
d
@fredrik.nordin interesting - is there a reference that we can steal from that you know of? I'm always happy to steal others hard work!
d
sweet
f
Hmm but that one is Maven
d
eeww!
f
Sorry, should've checked before sending. I feel so dirty now...