Releases: WildDev/spring-starter-core-ext
Releases · WildDev/spring-starter-core-ext
v1.0.3.RELEASE
New features:
DurationFormatter
,DurationConverter
components. See README.md for more details.ItemPublishingProcessor
interface is introduced to improve the flexibility ofPublishingPoller
. Existing logic is moved to the dedicatedDefaultItemPublishingProcessor
, 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
New features:
PublishingPoller
- is extended to support filtering and post-processing event handling
v1.0.1.RELEASE
New features:
Queue
,Slicer
,Task
- interfaces to implement custom queues, slicers and tasks respectivelyPublishingPoller
- polling based abstraction to process large datasets
v1.0.0.RELEASE
New features:
FutureCalculator
,PastCalculator
- beans to forward datetime valuesMessageService
- is a customized version of Spring's MessageSource with fewer parametersExpiredRecordsCollector
- an accumulative interface for expired data collection