-
see
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11
* https://medium.com/@cowtowncoder/jackson-2-11-features-40cdc1d2bdf3
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-…
-
Problem
The `TypeConversions#scalaTypeToJavaType` ends up creating a TypeLiteral of the wrapped type of a value class instead of the type of the value class. Guice however will bind to the value cl…
-
Getting an error when defining a `flag` that returns a `Seq` and try to inject that in a `Controller` implementation using the `@Flag` annotation.
### Expected behavior
Given this flag defined w…
-
Hey there, back again. We're continuing our upgrade of [Finatra](https://github.com/twitter/finatra) to the latest version of scalaguice and have encountered another issue around the [TypeConversions]…
-
I cannot find in the docs a way to create a `Service[NotRequest, NotResponse]`, perhaps I am missing something obvious but I am wondering if you need to recreate the whole stack.
### Expected behav…
-
# Given case class:
case class Cat(name : String, kittens: Seq[Cat] = Nil)
# Read in test:
mapper.readValue("{\"name\":\"kozmo\"}", classOf[Cat])
# Expected:
expected cat with Nil kittens, however …
-
Subtask of #130. Modify existing instrumentation to conform to OpenTelemetry semantic conventions for HTTP spans.
Http Clients:
- [x] Akka HTTP
- [x] Apache HttpClient
- [x] Apache HttpAsyncC…
-
Since finatra-jackson has awesome features, I think i'd be nice to use finatra-jackson outside finatra/finagle. I'm not sure how hard it'd be to separate the modules, but, I'm wondering if it can be d…
-
## Problem
I created a subclass of `ScioIO`, and in its `read` and `write` I delegate the call to, say, scio's `PubsubIO`, to get me the `SCollection[PubsubMessage]`, and then I did some thrift serde…
-
For example, a user may have some MDC property he or she wants to be logged. To make the current MDC property is transferred to the moment where `Logging{Client,Service}` logs something, a user has to…