Finatra 18.1.0
cacoco
released this
18 Jan 01:15
·
1040 commits
to develop
since this release
Added
-
finatra-thrift: Add support for building all types of Finagle Thrift clients to
the underlying embedded TwitterServer with thec.t.finatra.thrift.ThriftClient
test utility. See: https://twitter.github.io/scrooge/Finagle.html#creating-a-client
PHAB_ID=D123915
-
finatra-jackson: Added support to finatra/jackson for deserializing
com.twitter.util.Duration
instances from their String representations.PHAB_ID=D122366
Changed
- finatra-http: Change visibility of internal class
c.t.finatra.http.internal.marshalling.RequestInjectableValues
to be correctly specified as private to thehttp
package.PHAB_ID=D127975
Fixed
- finatra-http: Ensure we close resources in the
ResponseBuilder
. Addresses
#440.PHAB_ID=D120779
Closed
-
No Issues