v1.8.0
New features
Parsing will now throw an DateTimeParseException
instead of the parent DateTimeException
. This gives access to the index of the error if any.
Bug-fixes
- An
ArrayIndexOutOfBoundsException
would be thrown in case of a specific, erroneous date-time string. - Parsing a date-time with a leap-second, but without time-offset would throw a
NullPointerException
due to the missing ZoneOffset.
Remediation
There has now been added additional tests and even intelligent fuzzer tests through the use of Jazzer.