Skip to content

Releases: streamingpool/streamingpool-core

1.5.0

Choose a tag to compare

@andreacalia andreacalia released this 11 May 12:45
  • 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

Choose a tag to compare

@andreacalia andreacalia released this 22 Apr 15:18
  • contents identical to previous version
  • new release to Maven Central

v1.4.0

Choose a tag to compare

@andreacalia andreacalia released this 26 Jun 07:47
d187368
  • 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

Choose a tag to compare

@jcgarnier jcgarnier released this 17 Jan 16:11
5c67ecd
Dependency update

Spring 5 and Mockito 2.23.+

Choose a tag to compare

@jcgarnier jcgarnier released this 17 Jan 10:24
d4a71dc

Dependencies aligned with CERN internals

v1.3.9

Choose a tag to compare

@andreacalia andreacalia released this 13 Jul 16:12
  • Dependencies aligned with CERN internals

v1.3.8

Choose a tag to compare

@andreacalia andreacalia released this 12 Jul 10:14
  • CBNG fix to be able to build the project inside CERN

v1.3.7

Choose a tag to compare

@andreacalia andreacalia released this 12 Jul 09:11
  • 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)

v1.3.6

Choose a tag to compare

@andreacalia andreacalia released this 29 Sep 13:19
  • Updated FlattenedStreamId to accept subclasses of Iterable
  • Merged #10

v1.3.5

Choose a tag to compare

@andreacalia andreacalia released this 14 Sep 12:42
  • Add configuration for observeOn capacity
  • Merged #8