You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/03/05 08:06:46 UTC

[GitHub] [commons-lang] aherbert commented on issue #501: Expand Streams functionality

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:
users@infra.apache.org


With regards,
Apache Git Services