Releases: twitter/finatra
Releases · twitter/finatra
Finatra 1.3.8
Note: This is the last 1.3.x release, and the last one using scala 2.9.2. Next release is 1.4.0 which is scala 2.10 and based on Twitter Server
Fixes:
- SSL/TLS Support
- Fixed file based logging and support for only logging to STDOUT
- Remove jerkson dependency
Here's the maven coordinate:
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finatra</artifactId>
<version>1.3.8</version>
</dependency>