-
Our company did some load tests on a service implement by finatra. And we found some strange issue. Our restful service use nginx as a reverse-proxy, and nginx's access log show that the $upstream_con…
-
Travis is failing to build Finatra due to a missing dependency.
### Expected behavior
Travis should be able to resolve all dependencies and build
the project successfully.
### Actual behavio…
-
One line summary of the issue here.
### Expected behavior
$sbt run
-> Copiled well and can run
### Actual behavior
`[info] Loading project definition from /Users/kakao/IdeaProjects/finat…
-
I use wanna my project support IntegrationTest, so I added a Build.scala in `project` directory
```
import sbt.Keys._
import sbt._
object Build extends Build {
lazy val integrationTest = Project(…
-
finatra-jackson test jar doesn't include files in com/twitter/finatra/validation package.
### Expected behavior
finatra-jackson test jar should include files in [validation package](https://github.co…
-
ResponseBuilder should resolve Future[Object]
### Expected behavior
Should resolve the content of the Future
### Actual behavior
Returns serialized Future (the future object itself)
###…
-
The plugin automagically compiles `jsx` files to `js` files in `target/web`. Is it done for Play?
For instance, Finatra is serving files from `src/main/resources` (they are copied into `target/scal…
-
It looks like the latest 2.4.0 is missing:
[warn] ==== Twitter Maven: tried
[warn] https://maven.twttr.com/com/twitter/finatra/finatra-http_2.11/2.4.0/finatra-http_2.11-2.4.0.pom
[info] Resolving c…
-
when i run:
```
mvn archetype:generate -B -DarchetypeGroupId=scala \
-DarchetypeArtifactId=finatra-archetype \
-DarchetypeVersion=1.0 -DgroupId=company \
-Dart…
duydb updated
8 years ago
-
Not able to override the default mapper for `CaseClassMappingException` in the `ExceptionManager`.
### Expected behavior
According to the [documentation](http://twitter.github.io/finatra/user-guide/…