rmannibucau commented on PR #357: URL: https://github.com/apache/commons-compress/pull/357#issuecomment-1415987120
Dropping them sounds ok but also implies: * configuring the plugin to ignore this breaking change * move the version to 2.0-SNAPSHOT (due to the breaking change and related commons policy) and package to `org.apache.commons.compress2` What can maybe be done is to have the implementation you propose in new classes and keep the existing ones as this and deprecate them. Ideally the existing classes would delegate the impl to the new ones to avoid duplication. This avoids the breaking change and enables you to cover a desktop-less packaging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
