Skip to content

Releases: WildDev/spring-starter-core-ext

v1.0.3.RELEASE

27 Apr 21:51
Compare
Choose a tag to compare

New features:

  • DurationFormatter, DurationConverter components. See README.md for more details.
  • ItemPublishingProcessor interface is introduced to improve the flexibility of PublishingPoller. Existing logic is moved to the dedicated DefaultItemPublishingProcessor, which may be decorated easily in order to be used with transactions or to achieve a different behavior.

Important changes:

  • Packages refactor

v1.0.2.RELEASE

27 Oct 00:27
Compare
Choose a tag to compare

New features:

  • PublishingPoller - is extended to support filtering and post-processing event handling

v1.0.1.RELEASE

14 Oct 20:40
Compare
Choose a tag to compare

New features:

  • Queue, Slicer, Task - interfaces to implement custom queues, slicers and tasks respectively
  • PublishingPoller - polling based abstraction to process large datasets

v1.0.0.RELEASE

24 Sep 13:53
Compare
Choose a tag to compare

New features:

  • FutureCalculator, PastCalculator - beans to forward datetime values
  • MessageService - is a customized version of Spring's MessageSource with fewer parameters
  • ExpiredRecordsCollector - an accumulative interface for expired data collection