[jira] Commented: (DAEMON-127) JSVC Doesn't Properly Daemonize

2010-11-05 Thread Rob Starling (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928579#action_12928579 ] Rob Starling commented on DAEMON-127: - maybe i'm misunderstanding, but isn't

[jira] Commented: (CONFIGURATION-427) XMLPropertyListConfiguration cannot save arrays in the correct plist form

2010-11-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928591#action_12928591 ] Emmanuel Bourg commented on CONFIGURATION-427: -- The array structure is

[jira] Updated: (CONFIGURATION-427) XMLPropertyListConfiguration cannot save arrays in the correct plist form

2010-11-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-427: - Attachment: configuration-427.patch Attaching the proposed change for

[jira] Updated: (CONFIGURATION-427) XMLPropertyListConfiguration cannot save arrays in the correct plist form

2010-11-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-427: - Fix Version/s: 1.7 Assignee: Emmanuel Bourg

[jira] Resolved: (MATH-432) Create a Pair class

2010-11-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-432. - Resolution: Fixed Implemented in revision 1031574. The usage of {{AbstractMap.SimpleEntry}} has been replaced by

[jira] Updated: (MATH-430) Function objects

2010-11-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-430: Attachment: func.tar.gz As part of this issue, I'm proposing an alternative to the current ComposableFunction

[jira] Reopened: (MATH-432) Create a Pair class

2010-11-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened MATH-432: --- I'm not sure why one needs to implement Map.Entry for this purpose, rather than just implementing a plain Pair. AFAICT,

[jira] Updated: (EXEC-50) Pumping lines from the command output

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siegfried Goeschl updated EXEC-50: -- Affects Version/s: 1.2 Pumping lines from the command output

[jira] Created: (EXEC-51) Integrate using java_posix_spawn into commons-exec

2010-11-05 Thread Siegfried Goeschl (JIRA)
Integrate using java_posix_spawn into commons-exec -- Key: EXEC-51 URL: https://issues.apache.org/jira/browse/EXEC-51 Project: Commons Exec Issue Type: Improvement Reporter:

[jira] Updated: (EXEC-50) Pumping lines from the command output

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siegfried Goeschl updated EXEC-50: -- Affects Version/s: (was: 1.2) 1.1 Fix Version/s: 1.2 Pumping

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928667#action_12928667 ] Gilles commented on MATH-432: - In fact, it is the other way around, I didn't need Pair because I

[jira] Updated: (EXEC-49) Write dead end IOException when using Piped streams w/PumpStreamHandler

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siegfried Goeschl updated EXEC-49: -- Fix Version/s: (was: 1.1.1) 1.2 Write dead end IOException when using

[jira] Commented: (EXEC-50) Pumping lines from the command output

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928681#action_12928681 ] Siegfried Goeschl commented on EXEC-50: --- Added a git repo to play around

[jira] Commented: (EXEC-51) Integrate using java_posix_spawn into commons-exec

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928680#action_12928680 ] Siegfried Goeschl commented on EXEC-51: --- Added a git repo to play around

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928684#action_12928684 ] Luc Maisonobe commented on MATH-432: Yes, immutable objects are always much safer.

[jira] Updated: (EXEC-49) Write dead end IOException when using Piped streams w/PumpStreamHandler

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siegfried Goeschl updated EXEC-49: -- Attachment: exec-49.patch Patch for fixing exec-49 Write dead end IOException when using Piped

[jira] Resolved: (EXEC-49) Write dead end IOException when using Piped streams w/PumpStreamHandler

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siegfried Goeschl resolved EXEC-49. --- Resolution: Fixed Write dead end IOException when using Piped streams w/PumpStreamHandler

[jira] Updated: (POOL-175) Add Builders for Configuration classes

2010-11-05 Thread Steve Siebert (JIRA)
[ https://issues.apache.org/jira/browse/POOL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Siebert updated POOL-175: --- Attachment: pool2_immutable_config_with_builders_v1 Attached is a half-patch toward this issue and

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928821#action_12928821 ] Gilles commented on MATH-432: - Since we don't make _copies_ of the key and value passed to the

[jira] Commented: (EXEC-50) Pumping lines from the command output

2010-11-05 Thread Siegfried Goeschl (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928841#action_12928841 ] Siegfried Goeschl commented on EXEC-50: --- Hi Henryk - I'm not able to properly apply the

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928856#action_12928856 ] Sebb commented on MATH-432: --- A Pair implementation which has mutable fields won't be inherently

[jira] Commented: (MATH-432) Create a Pair class

2010-11-05 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/MATH-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12928899#action_12928899 ] Paul Benedict commented on MATH-432: Commons Lang 3.0 includes a PairK,V class:

[jira] Updated: (POOL-175) Add Builders for Configuration classes

2010-11-05 Thread Steve Siebert (JIRA)
[ https://issues.apache.org/jira/browse/POOL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Siebert updated POOL-175: --- Attachment: (was: pool2_immutable_config_with_builders_v1) Add Builders for Configuration classes

[jira] Updated: (POOL-175) Add Builders for Configuration classes

2010-11-05 Thread Steve Siebert (JIRA)
[ https://issues.apache.org/jira/browse/POOL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Siebert updated POOL-175: --- Comment: was deleted (was: Attached is a half-patch toward this issue and also toward immutable