-
Hi!
we have request bodies that are lists, so we are using the `.request[List[Something]]` method on `FinatraOperation`. When going to Scala 2.13, the `List` type doesn't extend `Product` anymore, wh…
eikek updated
2 years ago
-
Finatra currently does not support streaming files uploaded via a multipart HTTP request.
### Expected behavior
The ability to stream the raw bytes of a file being uploaded using `com.twitter.fi…
-
Hi, jakehschwartz:
traced this commit that formParam have been removed
https://github.com/jakehschwartz/finatra-swagger/commit/50dc183052473f24f27c1cbdf2da3a97503bd12e
how can we add it back?
-
An interesting part of Finatra is how it builds on top of Finagle to do routing of (external) services. This is available in com.twitter.finatra.http.internal.routing.RoutingService which is internal.…
-
日志
```
[info] Resolving com.twitter.common#metrics;0.0.29 ...
[error] Server access Error: Connection reset url=https://maven.twttr.com/com/twitter/common/metrics/0.0.29/metrics-0.0.29.pom
[warn] …
-
2.8 supports api route prefixes. It'd be great to support this feature as well
-
Please consider adding support for code generation from RAML, e.g. generate case classes from JSON schemas. When working with schemas, watch out, there is a bug in raml java parser: https://github.com…
-
This is a tracking issue to fix context leaks in existing tests for all instrumentations that currently have to disable the strict context check.
- [ ] akka-http-10.0/javaagent
- [ ] aws-sdk-1.11/…
-
Unless I'm doing this incorrectly, seems like file upload isn't supported yet.
Example in pet store: https://github.com/swagger-api/swagger-codegen/blob/master/samples/client/petstore/akka-scala/sr…
-
Hello,
I'd like to be able to get the json spec at build time. (the title may have spoiled it, sry).
I'm trying to dig into how the `io.swagger.models.Swagger` is filled.
Thanks!