easy-batch v5.2.0 Release Notes

Release Date: 2017-11-18 // over 6 years ago
  • ๐Ÿš€ This is the second maintenance release of the v5.x line. It brings some features and bug fixes:

    ๐Ÿ”‹ Features

    • issue #280 : Invert PipelineListener call order
    • issue #283 : Add OSGi headers to manifest
    • issue #303 : Add FilteredRecordsSavingRecordFilter

    ๐Ÿ› Bug fixes

    • issue #291 : XmlRecordReader does not escape gt and lt
    • issue #292 : XmlRecordReader does not call getLocalPart() on QName
    • 0๏ธโƒฃ issue #293 : DefaultJobReportFormatter.formatReport duration rolls over after 24 Hours
    • issue #296 : FilteredCount metric should be renamed to FilterCount

    โœจ Enhancements

    • issue #301 : Add getters for file and charset in AbstractFileRecordReader
    • ๐Ÿ— issue #304 : otherwise method in content based queue record writer builders should be optional

    ๐Ÿ—„ API deprecation

    ๐Ÿ—„ The following methods are deprecated due to renaming FilteredCount to FilterCount in issue #296:

    • ๐Ÿ‘ท Method org.easybatch.core.job.JobMetrics#getFilteredCount
    • ๐Ÿ‘ท Method org.easybatch.core.job.JobMetrics#incrementFilteredCount
    • ๐Ÿ‘ท Method org.easybatch.core.job.JobMonitor#getFilteredCount
    • ๐Ÿ‘ท Method org.easybatch.core.job.JobMonitorMBean#getFilteredCount

    ๐Ÿšš These methods will be removed in v5.3.

    ๐Ÿš€ I would like to thank @DanieleS82, @ipropper and @tobias-- for their time and effort to make this release happen!