Releases: streamingpool/streamingpool-core
Releases · streamingpool/streamingpool-core
1.5.0
- Streamingpool now uses named thread pools
- Thread pools are now shutdown when the Spring context is closed
- Added more options to configure main thread pool:
streamingpool.threadPoolSize
streamingpool.threadPoolKeepAliveSeconds
streamingpool.threadPoolUseDaemonThreads
streamingpool.observeOnCapacity
v1.4.1
- contents identical to previous version
- new release to Maven Central
v1.4.0
- First implementation of stream ids dependency tree
- Added InstrumentationService to fetch the dependencies on the pool
- Added MergedErrorStreamFactory and MergedErrorStreamId
- Minor code fixes and documentation
v1.3.11: Merge pull request #12 from streamingpool/dependency-update
Dependency update
Spring 5 and Mockito 2.23.+
Dependencies aligned with CERN internals
v1.3.9
- Dependencies aligned with CERN internals
v1.3.8
- CBNG fix to be able to build the project inside CERN
v1.3.7
- Reverted to Mockito 1 for CERN internal dependency
- Fixed a failing test due to RxJava 2.1.9 fix on buffer operator (ReactiveX/RxJava#5811)