-
I'm trying to send an array of elements as an argument (e.g. `[String!]!`) but I keep getting the following error:
```Variable '$temp' expected value of type '[String!]!' but got: [Ljava.lang.Object…
-
Some method usages are ambiguous with 9.
### Expected behavior
No build failures.
### Actual behavior
```
[error] /home/opc/finatra/jackson/src/main/scala/com/twitter/finatra/json/interna…
-
`@RouteParam` is not parsed on get requests.
### Expected behavior
If a case class with `@RouteParam` field used for request, the value is extracted from the URI into the request case class inst…
-
Hello,
Testing a simple connection to a local postgresql instance with Scala 2.11, I got this exception:
**Exception in thread "main" java.lang.AbstractMethodError: com.twitter.finagle.stats.Metr…
-
EnrichedResponse.file opens a file, but nothing seems to close it again
### Expected behavior
When returning a file in a Finatra Controller, I expect the returned file to be closed when the reques…
-
Getting this error:
```
Variable '$queues' expected value of type '[Queue!]' but got: [Ljava.lang.Object;@5d2e43ec
```
where `Queue` is an EnumType.
I'm passing in `queues` as a JSON array …
-
Hey all,
Could anyone add a documentation section for adding authentication & authorization to Finatra endpoints?
I'm pretty new to this and I'm curious how I could make it such that my UI users wil…
-
Please review my changes that is merged into benchmarks already: https://github.com/TechEmpower/FrameworkBenchmarks/commit/72003b91e460a2ea6135ba87e0674d5d22c63823
...and also pending PR with JVM o…
-
I am trying to download a file from a Finatra server, the file stops downloading but the size is incorrect.
### Expected behavior
The file should actually be downloaded wholly. Its size is 443MB…
-
`sbt` results in an unresolved dependency.
### Expected behavior
Successful build.
### Actual behavior
```
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRE…