Opened 4 years ago
Last modified 4 years ago
#21596 closed enhancement
[PATCH] Update dependencies in ivy.xml and tools/ivy.xml — at Initial Version
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 21.12 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
- Update commons-compress to v1.21 from v1.20
- A new class TarFile provides random access to TAR archives.
- Commons Compress now ships with a copy of the Pack200 code of the retired Apache Harmony project. The pack200 support in Commons Compress no longer uses the implementation of the Java class library - and thus also works for Java 14 and later.
- Added new methods supporting java.nio.Path as an alternative to java.io.File to many classes.
- Update OpeningHoursParser from v0.24.0 to v0.26.0
v0.26.0
This release adds a flag to indicate more lenient handling of time ranges with earlier end than start times in strict mode. It does not change the behaviour in non-strict mode.
Note: the one parameter variant of OpeningHoursParser.rules maintains the same behaviour as prior releases, you will need to use the two parameter call if you want to set the flag.
v0.25.0
Fixes:
- adds missing setOpenEnded method for year ranges
- throws a parse error on invalid data ranges combining open ended with end date
- Update [spotbugs-annotations] from v4.3.0 to v4.5.0
NOTE: I'll try highlighting changes in the dependencies here


