ppkarwasz commented on PR #706: URL: https://github.com/apache/commons-compress/pull/706#issuecomment-3314823363
I added the missing tests in #708. > I don't see any point in delaying deprecations. In general, when we introduce a new API that we know replaces an old way of doing things, we deprecate the old APIs. It feels easier to understand this way, in with the new, out with the old. After digging some more, this is also how the `@InlineMe` annotation should be used: Error Prone gives a warning if we add it to a non deprecated method. So I am convinced: let's deprecated the methods in `1.29.0`, however we should think of some way to allow users to remove deprecations automatically in the future. -- 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]
