You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/04/05 12:46:13 UTC

[GitHub] [maven-indexer] sixcorners opened a new pull request #44: Add stream methods to Readers

sixcorners opened a new pull request #44:
URL: https://github.com/apache/maven-indexer/pull/44


   It would be nice if these things had stream() methods so that the detail about their closing can be attended to. The ChunkReader one doesn't really matter since it gets closed when the next ChunkReader is made. Also this doesn't automatically close anything unless you pass it through a flatMap() operation. Given these caveats I'm not sure if this is a good addition. What do you all think?
   Maybe we could also make the streams returned able to handle parallelism?


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



[GitHub] [maven-indexer] slachiewicz commented on pull request #44: Add stream methods to Readers

Posted by GitBox <gi...@apache.org>.
slachiewicz commented on pull request #44:
URL: https://github.com/apache/maven-indexer/pull/44#issuecomment-813374877


   Indexer now requires Java 8


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



[GitHub] [maven-indexer] elharo commented on pull request #44: Add stream methods to Readers

Posted by GitBox <gi...@apache.org>.
elharo commented on pull request #44:
URL: https://github.com/apache/maven-indexer/pull/44#issuecomment-813344808


   We require Java 7 support.


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



[GitHub] [maven-indexer] elharo closed pull request #44: Add stream methods to Readers

Posted by GitBox <gi...@apache.org>.
elharo closed pull request #44:
URL: https://github.com/apache/maven-indexer/pull/44


   


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