-
Pretty much as the title says - doesn't look like it's supported:
https://github.com/http4k/http4k/blob/59c9814cae8203857e30138501e979366f797817/http4k-testing-webdriver/src/main/kotlin/org/http4k/…
-
As far as I can understand the current implementation of contracts has these limitations:
* No branching in the types returned - only one type of nested structure supported
* All fields in example…
-
It seems like the last build has failed, and now I can't add any version of the artifact that supports 1.17.
Here's the part of my `build.gradle.kts`
```kts
repositories {
mavenCentral()
…
-
We use a **Message Broker** as building block of our message-oriented middleware, which is an architectural software pattern.
It uses publish/subscribe and can be responsible for aggregration, deco…
-
What is the purpose of having separate `ocpi-2-2-1` and `ocpi-transport` maven dependencies?
`ocpi-2-2-1` should include `ocpi-transport` in its jar. That way, users of the lib will just need to im…
-
README should feature an authoritative reference of all available Kobweb-related (`kobweb`, `kobwebx`, `silk`) modules with their Maven coordinates.
Currently the README contains a lot of informati…
-
We are blocked on this: https://github.com/Kotlin/dokka/issues/294
-
```groovy
implementation 'org.http4k:http4k-core:4.17.0.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
```
----
I have just found out about `http4k` and I decided to create a si…
-
Hi, when doing some benchmarking of various server engines (that also resulted in fixing #141, thx @daviddenton), I've found that apache4 and apache (5) engines' memory consumption rises sharply start…
-
The version of the websocket client that we use has been updated to support reconnection. Upgrade the library and work out how to support auto-reconnection in our API.