Just to give a reasoning behind it: the sensible default (like `Schedulers.io()` in this case) is used in many part of Java standard library (notably, `ForkJoin.commonPool()`): when the executor is not provided, the default one is used. Not the perfect choice but the asynchronous nature of the call is preserved.
[ Full content available at: https://github.com/apache/cxf/pull/451 ] This message was relayed via gitbox.apache.org for [email protected]
