[jira] [Commented] (DAEMON-409) Faulting application name: prunsrv.exe crashes on Windows 10

2019-10-15 Thread Manju (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16952525#comment-16952525 ] Manju commented on DAEMON-409: -- Event ID information  are provided earlier, sending the same. *Faulting

[jira] [Closed] (CONFIGURATION-765) Refactor XMLConfiguration.write(Writer) to add XMLConfiguration.write(Writer, Transformer)

2019-10-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed CONFIGURATION-765. - Fix Version/s: 2.6.1 Resolution: Fixed > Refactor

[jira] [Moved] (CONFIGURATION-765) Refactor XMLConfiguration.write(Writer) to add XMLConfiguration.write(Writer, Transformer)

2019-10-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory moved COLLECTIONS-730 to CONFIGURATION-765: --- Key: CONFIGURATION-765 (was:

[jira] [Created] (COLLECTIONS-730) Refactor XMLConfiguration.write(Writer) to add XMLConfiguration.write(Writer, Transformer)

2019-10-15 Thread Gary D. Gregory (Jira)
Gary D. Gregory created COLLECTIONS-730: --- Summary: Refactor XMLConfiguration.write(Writer) to add XMLConfiguration.write(Writer, Transformer) Key: COLLECTIONS-730 URL:

[GitHub] [commons-lang] garydgregory merged pull request #467: AnnotationUtils little cleanup

2019-10-15 Thread GitBox
garydgregory merged pull request #467: AnnotationUtils little cleanup URL: https://github.com/apache/commons-lang/pull/467 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [commons-lang] garydgregory commented on a change in pull request #466: Functions.java JavaDoc was added

2019-10-15 Thread GitBox
garydgregory commented on a change in pull request #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#discussion_r335204489 ## File path: src/main/java/org/apache/commons/lang3/Functions.java ## @@ -491,9 +491,27 @@ public static

[GitHub] [commons-lang] garydgregory commented on a change in pull request #466: Functions.java JavaDoc was added

2019-10-15 Thread GitBox
garydgregory commented on a change in pull request #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#discussion_r335205119 ## File path: src/main/java/org/apache/commons/lang3/Functions.java ## @@ -491,9 +491,27 @@ public static

[GitHub] [commons-lang] garydgregory commented on issue #468: Boolean utils little cleanup

2019-10-15 Thread GitBox
garydgregory commented on issue #468: Boolean utils little cleanup URL: https://github.com/apache/commons-lang/pull/468#issuecomment-542429643 I would say to split this PR into two: Javadoc vs. code. When I work in performance sensitive code, I have compiler warnings set up to flag

[GitHub] [commons-pool] garydgregory merged pull request #26: Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream

2019-10-15 Thread GitBox
garydgregory merged pull request #26: Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream URL: https://github.com/apache/commons-pool/pull/26 This is an automated message from the

[jira] [Commented] (DBCP-556) API changes in get/setPassword and addConnectionProperty to support security

2019-10-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16952333#comment-16952333 ] Gary D. Gregory commented on DBCP-556: -- [~sasrbh], Please feel free to provide a PR including tests on

[jira] [Created] (DBCP-556) API changes in get/setPassword and addConnectionProperty to support security

2019-10-15 Thread Brian Hess (Jira)
Brian Hess created DBCP-556: --- Summary: API changes in get/setPassword and addConnectionProperty to support security Key: DBCP-556 URL: https://issues.apache.org/jira/browse/DBCP-556 Project: Commons DBCP

[jira] [Commented] (DAEMON-409) Faulting application name: prunsrv.exe crashes on Windows 10

2019-10-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16952280#comment-16952280 ] Gary D. Gregory commented on DAEMON-409: I wonder if the Windows Event viewer would have any

[GitHub] [commons-validator] garydgregory commented on issue #18: Update pom.xml

2019-10-15 Thread GitBox
garydgregory commented on issue #18: Update pom.xml URL: https://github.com/apache/commons-validator/pull/18#issuecomment-542356703 We do not have any plans ATM but you can always update the bean utils dependency in our own POM.

[GitHub] [commons-pool] coveralls commented on issue #26: Close BufferedOutputStream before calling toString on underlying BufferedOutputStream

2019-10-15 Thread GitBox
coveralls commented on issue #26: Close BufferedOutputStream before calling toString on underlying BufferedOutputStream URL: https://github.com/apache/commons-pool/pull/26#issuecomment-542245605 [![Coverage

[GitHub] [commons-pool] emopers opened a new pull request #26: Close BufferedOutputStream before calling toString on underlying BufferedOutputStream

2019-10-15 Thread GitBox
emopers opened a new pull request #26: Close BufferedOutputStream before calling toString on underlying BufferedOutputStream URL: https://github.com/apache/commons-pool/pull/26 When an `BufferedOutputStream` instance wraps an underlying `ByteArrayOutputStream` instance, it is

[jira] [Commented] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-15 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16951931#comment-16951931 ] Woonsan Ko commented on VFS-686: I've just upgraded the JR2 dependency to 2.19.5 in the PR and attached

[jira] [Updated] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-15 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated VFS-686: --- Attachment: feature-VFS-686-5.patch > Upgrade Jackrabbit dependency to the latest 2.x >

[GitHub] [commons-lang] verhas commented on issue #416: Add support of lazy default value evaluation for defaulting methods

2019-10-15 Thread GitBox
verhas commented on issue #416: Add support of lazy default value evaluation for defaulting methods URL: https://github.com/apache/commons-lang/pull/416#issuecomment-542191050 >Removing prefix will cause "ambiguous method call" when second parameter is null. My 2c is `getIfBlank()`

[GitHub] [commons-lang] verhas commented on a change in pull request #416: Add support of lazy default value evaluation for defaulting methods

2019-10-15 Thread GitBox
verhas commented on a change in pull request #416: Add support of lazy default value evaluation for defaulting methods URL: https://github.com/apache/commons-lang/pull/416#discussion_r334923149 ## File path: src/main/java/org/apache/commons/lang3/StringUtils.java ## @@

[jira] [Created] (DAEMON-410) jsvc fails to find OpenJDK11 libjvm.so on a raspberry 4 (buster)

2019-10-15 Thread Jemine (Jira)
Jemine created DAEMON-410: - Summary: jsvc fails to find OpenJDK11 libjvm.so on a raspberry 4 (buster) Key: DAEMON-410 URL: https://issues.apache.org/jira/browse/DAEMON-410 Project: Commons Daemon

[GitHub] [commons-lang] coveralls commented on issue #468: Boolean utils little cleanup

2019-10-15 Thread GitBox
coveralls commented on issue #468: Boolean utils little cleanup URL: https://github.com/apache/commons-lang/pull/468#issuecomment-542118692 [![Coverage Status](https://coveralls.io/builds/26317845/badge)](https://coveralls.io/builds/26317845) Coverage decreased (-0.007%) to

[jira] [Commented] (DAEMON-409) Faulting application name: prunsrv.exe crashes on Windows 10

2019-10-15 Thread Manju (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16951737#comment-16951737 ] Manju commented on DAEMON-409: -- Hi, Any update on the issue? Please share some information as this is

[GitHub] [commons-lang] verhas opened a new pull request #468: Boolean utils little cleanup

2019-10-15 Thread GitBox
verhas opened a new pull request #468: Boolean utils little cleanup URL: https://github.com/apache/commons-lang/pull/468 Some of the boxing and unboxing operations remained in the code since the pre Java 1.4 era. The documentation was extended where I felt that a non-native English

[GitHub] [commons-lang] coveralls edited a comment on issue #466: Functions.java JavaDoc was added

2019-10-15 Thread GitBox
coveralls edited a comment on issue #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#issuecomment-541764002 [![Coverage Status](https://coveralls.io/builds/26315624/badge)](https://coveralls.io/builds/26315624) Coverage decreased

[GitHub] [commons-lang] coveralls edited a comment on issue #467: AnnotationUtils little cleanup

2019-10-15 Thread GitBox
coveralls edited a comment on issue #467: AnnotationUtils little cleanup URL: https://github.com/apache/commons-lang/pull/467#issuecomment-541781537 [![Coverage Status](https://coveralls.io/builds/26315553/badge)](https://coveralls.io/builds/26315553) Coverage decreased (-0.01%)

[GitHub] [commons-lang] verhas commented on a change in pull request #466: Functions.java JavaDoc was added

2019-10-15 Thread GitBox
verhas commented on a change in pull request #466: Functions.java JavaDoc was added URL: https://github.com/apache/commons-lang/pull/466#discussion_r334785941 ## File path: src/main/java/org/apache/commons/lang3/Functions.java ## @@ -491,9 +491,27 @@ public static void