-
seems useful
-
micro benchmark all the things!
-
update to scala 2.11.x
-
This part is really tricky right now, let's document it with some use cases and examples.
-
When running a com.twitter.inject.server.FeatureTest a lot of data is dumped to stdout and stderr. I've looked at the code in com.twitter.inject.app.{EmbeddedApp, Banner} (sure there are other classes…
-
Changing either `-com.twitter.finatra.config.port` or directly changing port in com.twitter.finatra.config breaks the embedded static file server.
`java -jar *-SNAPSHOT-jar-with-dependencies.jar`
…
-
Library dependency in build.sbt is like this
```
libraryDependencies ++= Seq(
"com.twitter" %% "finatra" % "1.5.3",
"com.twitter" %% "finagle-core" % "6.18.0"
)
```
When the version of finagle >…
-
Since my last update (
-
If I add finagle-stats to Finatra 1.5.4 example app
```
name := "finatra_example"
version := "0.0.1-SNAPSHOT"
scalaVersion := "2.10.3"
libraryDependencies ++= Seq(
"com.twitter" %% "finatra" % …
-
Set up Finatra and get it accepting requests.
Don't worry about CSS.
Also, don't forget to update the readme with references to the libraries I'm pulling from.