Appreciated :-) Siegfried Goeschl
----- Ursprüngliche Mail ----- Von: "Chris Price" <[email protected]> An: "Commons Users List" <[email protected]> Gesendet: Donnerstag, 28. Januar 2016 22:29:30 Betreff: Re: [exec] Stream closed issues with Java 8 On Thu, Jan 28, 2016 at 12:57 PM, Siegfried Göschl < [email protected]> wrote: > Hi Chris, > > IMHO even the weird edge case should work :-) > > I'm currently working on various bugfixes for commons-exec but I have > limited OSS cycles :-) > > Assuming that this is a production problem do you mind testing a > bleeding-edge version?! We are able to reproduce it easily in test environments, so I'd be more than happy to try out a branch any time. Thanks! > I would drop you a quick note when a few more problems are fixed - at the > moment my fork living at GitHub is, well, shaky > > Thanks in advance > > Siegfried Goeschl > > ----- Ursprüngliche Mail ----- > Von: "Chris Price" <[email protected]> > An: [email protected] > Gesendet: Mittwoch, 27. Januar 2016 23:53:57 > Betreff: [exec] Stream closed issues with Java 8 > > Hi, > > Have others experienced seeming regressions w/rt Streams using commons-exec > in Java 8? > > In particular, I'm running into an issue where if I use commons exec to > call a process that doesn't consume its STDIN, but I have passed a stream > to it as its input via the StreamHandler, it fails with an IOException that > says "Stream closed". The same program works fine under Java 7. > > I've filed an issue on the bug tracker here: > > https://issues.apache.org/jira/browse/EXEC-102 > > And it seems that maybe at least one other person has had somewhat similar > issues with STDIN and Java 8: > > https://issues.apache.org/jira/browse/EXEC-101 > > But I'm trying to sort out whether these are weird edge cases or whether > there are simply known incompatibilities between Java 8 and commons-exec. > If the latter, is there a different library that is recommended for > handling interaction with external processes in Java 8? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
