Changes

Release History

Version Date Description
1.4.8 2022-01-11 Maintenance
1.4.7 2021-12-27 Maintenance
1.4.6 2021-12-21 Maintenance
1.4.5 2021-12-21 Maintenance
1.4.4 2021-05-25 Maintenance
1.4.2 2019-01-07 Maintenance
1.4.1 2019-01-06 Maintenance
1.4.0 2014-10-01 new Currrency Calculator and FX Rate
1.3.0 2014-05-26 new JDK8 Module
1.2.0 2010-05-10 Maintenance
1.1.0 2008-03-25 Maintenance
1.0.1 2006-09-25 First release

Release 1.4.8 – 2022-01-11

Type Changes By
Fix Fix Issue with ConsoleMenu.getString (stream closed if in a try-catch) benoitx

Release 1.4.7 – 2021-12-27

Type Changes By
Fix Remove JODA Time Dependency for Utils (ConsoleMenu) benoitx
Fix Upgrade other libraries. benoitx

Release 1.4.6 – 2021-12-21

Type Changes By
Fix Upgrade Spring given CVE-2021-22096. benoitx
Fix Upgrade Apache POI to 5.1.0 given CVE-2019-12415. benoitx

Release 1.4.5 – 2021-12-21

Type Changes By
Fix Upgrade Lombok to work with Java 16. benoitx
Fix Upgrade Logback to 1.2.9 following security alert. benoitx

Release 1.4.4 – 2021-05-25

Type Changes By
Add Upgrade to Apache Commons Lang3. Fixes 29. benoitx
Add Add getNumberOfBusinessDaysBetween given 2 dates, depends on the Holiday Handler type. Fixes 8. benoitx
Add Work on Excel benoitx

Release 1.4.2 – 2019-01-07

Type Changes By
Add Expanded the ExcelStyle. Fixes 20. benoitx
Fix Merged the OSGi module information in each jar file. Do NOT use the "...-osgi.jar" libraries anymore! benoitx

Release 1.4.1 – 2019-01-06

Type Changes By
Add objectlab-utils-report Module for tabular reports. benoitx
Add objectlab-utils-Excel Module for quick fluent mechanism to create excel spreadsheets. benoitx
Add Make WeightedAverage, Average, Total, Pair, Triplet and Quadruplet more fluent. benoitx
Add Adding FrequencyBucketDistribution a basic bucket distribution. benoitx
Add Following a thorough review by ST, add rounding for Bid and Offer on the calculator. benoitx
Fix NOK and SEK to be added to the Currency order list. Fixes 6. Thanks to stephen. benoitx
Add Added a PrintablePredicate for humans! benoitx
Fix Review POMs benoitx

Release 1.4.0 – 2014-10-01

Type Changes By
Fix The JODA YearMonthDay has been deprecated for a while, I removed the calculators, use LocalDate instead. benoitx
Add Added new Currency calculator following issue raised by Ben CuthBert and Scott Sue (thanks guys). Thanks to London FX Ltd, Julian and Stephen for guidelines as well. Fixes 2. Thanks to celerite. benoitx
Add Added way to combine WorkingWeeks by intersection of working Days, eg. WesternWeek.intersection(ArabicWeek) => 3 day weekend (Fri to Sun). benoitx
Add Added new method getNextIMMDates(start, numberOfDays) on IMMDateCalculator. Fixes 3. Thanks to ConradMellinNAB. benoitx
Add Added new module for FX Calculations, requires JDK8. benoitx
Add Utils now requires JDK8. benoitx
Add Average to keep min and max values too. benoitx

Release 1.3.0 – 2014-05-26

Type Changes By
Add Added new JDK8 module, very similar to Joda. Only this module needs JDK8. benoitx
Add Releasing objectlab-utils module, BigDecimalUtil, Pair, Triplet, BooleanUtil etc. benoitx
Add Releasing OSGi-friendly modules for DateCalculators. benoitx
Add Change interfaces to be more fluent. benoitx
Fix Fix bug for convention CONV_360E_ISDA. benoitx

Release 1.2.0 – 2010-05-10

Type Changes By
Add Changed the visibility on JodaWorkingWeek(final byte workingDays) constructor from private to protected. Fixes atid=872036&aid=2853974. Thanks to insumo. marchy
Fix Fixed DefaultHolidayCalendar when used with java.util.Date / java.util.Calendar holidays. Fixes atid=872033&aid=2963607. Thanks to Aldo Tamburini. marchy
Fix Removed the deprecated constructors that used to take Set of "Date", use the HolidayCalendar. benoitx
Fix Removed the deprecated method DateCalculator.setNonWorkingDays and getNonWorkingDays. benoitx
Add The ObjectLab Kit is now an OSGi Bundle! Thanks to Neil Bartlett. benoitx
Fix Spelling for "PRECEEDING" corrected to PRECEDING, deprecated the mispelt name. Fixes atid=872033&aid=1929838. Thanks to Anthony Whitford. benoitx
Add Enhanced the KitCalculatorsFactory to be able to get the holidayCalendar names and unregister calendars. benoitx
Fix Removed the deprecated method KitCalculatorsFactory.registerHolidays(Set holidays). benoitx
Fix Fixed negative moves with Forward Unless Moving Back Handler. Fixes atid=872033&aid=2389053. Thanks to Didier L.. marchy
Fix Removed the deprecated constant MODIFIED_PRECEEDING, and related classes. marchy

Release 1.1.0 – 2008-03-25

Type Changes By
Add Changed JODA dependency to 1.5 benoitx
Fix fix NPE issue if the calendar name is null. benoitx
Add Feature Requests item #1832345, make the Tenor Serializable. Fixes atid=872036&aid=1832345. Thanks to Kieron Wilkinson. benoitx
Add Added 2 methods on factory to check if a calendar is registered. benoitx
Fix Deprecated ACT/UST and END/365 Day Count Conventions, which weren't very common. Also added a link to some documentation. marchy
Add Added method calculateTenorDates with/without a spot lag to enable calculation of a series of Tenor dates without changing the current business date in the calculator. benoitx
Add Added method moveByTenor without a spot lag to allow tenor calculation based on the CURRENT date and not the spot lag. benoitx
Add Valid Range via HolidayCalendar. HolidayCalendar should replace the simple Set<E> of dates for holidays. A HolidayCalendar MAY contain an eraly and late boundary, if the calculation break a boundary, an exception is thrown, if there are no boundaries no exception would be thrown. This would ensure that calculations are not going outside the valid set of holidays. Fixes atid=872036&aid=1575498. Thanks to Paul Hill. benoitx
Fix The calculation of Spot date should take into account holidays BETWEEN now and spot (aka moveByBusinessDay). Thanks to David Owen. benoitx
Add Added a standard Tenor 2D. Fixes atid=872036&aid=1601540. Thanks to Anthony Whitford. benoitx
Fix Spelling mistake in the code, sorry for breaking your code with this release. Fixes atid=872033&aid=1601542. Thanks to Anthony Whitford. benoitx
Add Added new handler type ForwardUnlessNegative: a handler that acts like a Forward handler if the increment is positive otherwise acts like a Backward handler. benoitx

Release 1.0.1 – 2006-09-25

Type Changes By
Add First official release. benoitx
Add First official release. marchy