Bartek Żyliński
Bartek Żyliński
Tapir version: 0.20.0-M3 Code to reproduce: ``` val personEndpoint = endpoint.get .in(header[String]("Test").description("Test token").deprecated()) .out(webSocketBody[String, CodecFormat.TextPlain, Json, CodecFormat.Json](AkkaStreams)) val yaml = AsyncAPIInterpreter().toAsyncAPI(personEndpoint, "Header flags", "1.0").toYaml ``` should result in output yaml...
As `target:jvm-11` or `target:jvm-1.11` seems to not be supported for Scala 2.11 and 2.12 I decided to drop it as we switch to Java 11 since `3.6.0`
It seems that sttp documentation contains some broken links. It will be good to take a closer look at existing documentation under https://sttp.softwaremill.com/en/latest/ and verify if everything works correctly. Maybe...
closes #1225
I do not know if #227 is still open, but I have tried long time ago to implement it and failed. Recently I found my old branch but still lack...
Solves opaque types task in #296
We should remove the `.synchronized` for caching metrics, as it shouldn't be used in Java21+, and replace it with some kind of a concurrent data structure (or improve the cache...
Research standards for metrics from Prometheus/OpenTelemetry and implement them in respective sttp Backends Some inspiration may come from tapir
closes #1419