Version 1.5.1
Released on 2017-11-27.
This release squashes a few bugs, updates some key libraries and most importantly brings compatibility with Gradle 4.2 and higher.
Please see the issue list below for details. This upgrade is recommended for everyone using 1.5.0.
Links
Pull Requests (1)
- [1295] - Upgrade netty to 4.1.17.Final (LukeArrigoni)
Resolved Issues (13)
- [1298] - Upgrade to Jackson 2.8.9
- [1297] - Upgrade to Groovy 2.4.12.
- [1294] - Continuous run failing in newer gradle versions
- [1292] - Getting NullPointerException For Ratpack Intermittently
- [1291] - Promise.operation() should be an execution segment
- [1290] - NPE in NettyHandlerAdapter
- [1287] - Gradle continuous build should work with latest Gradle versions
- [1286] - Promise.mapIf(Predicate, Function, Function) - and flatMapIf() - should not constrain the new type to be compatible with the original
- [1284] - ReadWriteAccess should use atomic primitives to save memory
- [1281] - Throttling is not working correctly if promise chain is using route method
- [1227] - Ratpack server terminates inconsistently after a Service.onStart() failure
- [1226] - ParallelBatch::yieldAll doesn't work with empty batch
- [1214] - Unexpected 404 error with empty prefixes