ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

async-http-client must be updated to v1.8.14 #43

Closed liorgonnen closed 9 years ago

liorgonnen commented 9 years ago

It currently uses v1.8.8 which has the following bug: https://github.com/playframework/playframework/issues/2767

Play Framework v2.3.5 has already switched to v1.8.14. When using Play 2.3.5 with ReactiveCouchbase, unless the v1.8.14 is specifically specified, v1.8.8 is used which makes the app vulnerable to the bug.

mathieuancelin commented 9 years ago

I just merge #42 last night and push a new 0.3-SNAPSHOT. So you can try it.

I plan to publish a 0.3 release this week-end with last version of couchbase client and async-http client and support for Play 2.3.x