aherbert commented on issue #501: Expand Streams functionality URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595084945 Moving classes is changing the public API and breaking binary compatibility. Run this to see what is not allowed: ``` mvn clean clirr:check ``` You should revert the changes in the code that use * imports. These will break the code style checks when binary compatibility passes.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
