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 02:40:54 UTC

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #501: Expand Streams functionality.

Isira-Seneviratne opened a new pull request #501: Expand Streams functionality.
URL: https://github.com/apache/commons-lang/pull/501
 
 
   Add failable streams, map and flatMap operations for primitive types and move streams and functional interfaces to org.apache.commons.lang3.stream and org.apache.commons.lang3.function, respectively.

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29167420/badge)](https://coveralls.io/builds/29167420)
   
   Coverage decreased (-0.02%) to 95.086% when pulling **bb244f5e37e28d471ff2074c2363f90013c61bdb on Isira-Seneviratne:master** into **200d8e97453aa755af78f10dbc268c5d4f2a3e01 on apache:master**.
   

----------------------------------------------------------------
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

[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on issue #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29538521/badge)](https://coveralls.io/builds/29538521)
   
   Coverage decreased (-0.4%) to 94.693% when pulling **9757c0920788359fdf0212a89c4d4cec155cae56 on Isira-Seneviratne:master** into **055c20ab982090d48cf216e3a37055d2e668c538 on apache:master**.
   

----------------------------------------------------------------
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

[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on issue #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29378473/badge)](https://coveralls.io/builds/29378473)
   
   Coverage decreased (-0.4%) to 94.694% when pulling **73118384a31dfab28e0ce995e88e20858a3341f4 on Isira-Seneviratne:master** into **6240c11f225e68bab717ee0c188e10ac479ba035 on apache:master**.
   

----------------------------------------------------------------
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

[GitHub] [commons-lang] Isira-Seneviratne closed pull request #501: Expand Streams functionality

Posted by GitBox <gi...@apache.org>.
Isira-Seneviratne closed pull request #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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

[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on issue #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29197065/badge)](https://coveralls.io/builds/29197065)
   
   Coverage decreased (-0.2%) to 94.86% when pulling **fea99ccfd2c3e4278835334a2f7983d5fd65b3c5 on Isira-Seneviratne:master** into **200d8e97453aa755af78f10dbc268c5d4f2a3e01 on apache:master**.
   

----------------------------------------------------------------
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

[GitHub] [commons-lang] coveralls edited a comment on issue #501: Expand Streams functionality

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on issue #501: Expand Streams functionality
URL: https://github.com/apache/commons-lang/pull/501#issuecomment-595538858
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29203361/badge)](https://coveralls.io/builds/29203361)
   
   Coverage decreased (-0.2%) to 94.86% when pulling **d0376b51c6bd715a73b25ffc1db75fc4a32e6f86 on Isira-Seneviratne:master** into **fde46a232d82f2b746f62bc7546e2e3371f20dca on apache:master**.
   

----------------------------------------------------------------
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