Finatra 1.5.2
Full details here: http://finatra.info/blog/releases/2014/02/02/finatra-1.5.2-released.html
Changelog
- f5c52b Fixed bug in multipart form uploads that contain both text and file fields.
- cbb32a,
261627 Update mustache.java to 0.8.14. - 43b244 Set Content-Length on static file responses.
- 9c64c6 New test framework with MockApp.
- 511b4f Generate bootstrap and bower config files for new apps.
- 807859 Update twitter-server to 1.4.1 and finagle-stats to 6.11.1.
SBT
"com.twitter" %% "finatra" % "1.5.2"
Maven
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finatra_2.10</artifactId>
<version>1.5.2</version>
</dependency>