Build: #126 was successful Changes by Simon Baslé <sbasle@vmware.com>
Code commits
reactor-pool
-
Simon Baslé <sbasle@vmware.com> c9db622cef795f5fa534486d876627c77e791539
fix #103 Propagate context from acquire/warmup to allocator
This commit ensures that any `Context` set on either the `acquire()`
Mono or the `warmup()` Mono is passed along to the pool allocator Mono.
Reviewed-in: #104- src/main/java/reactor/pool/AbstractPool.java (version c9db622cef795f5fa534486d876627c77e791539)
- src/main/java/reactor/pool/SimpleDequePool.java (version c9db622cef795f5fa534486d876627c77e791539)
- src/test/java/reactor/pool/CommonPoolTest.java (version c9db622cef795f5fa534486d876627c77e791539)