I suggest adding to the list a renaming of the constants in ZipMethod. This enum defines the compression methods, but several constants have the name of the decompression algorithm. There is also a mix between *ed and *ing names.
UNSHRINKING -> SHRUNK EXPANDING_LEVEL_n -> REDUCED_LEVEL_n IMPLODING -> IMPLODED PKWARE_IMPLODING -> PKWARE_IMPLODED Emmanuel Bourg Le 08/12/2013 07:51, Stefan Bodewig a écrit : > Hi all, > > we've been talking about a backwards incompatible 2.0 release for a long > time and even have some JIRA tickets assigned to that magic version as > they can only be cleanly soved by breaking the old API. > > As a small step forward I've started to collect discussion items and > requirements that I recall floating around at > <https://wiki.apache.org/commons/CompressRoadmap>. > > Right now this is nothing more than a laundry list but maybe people want > to join in with collecting ideas/adding opinions and we can try to > extract some sort of spec for the next major release. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
