[GitHub] [commons-daemon] markt-asf merged pull request #64: Follow up for https://issues.redhat.com/browse/JBCS-1261

2022-11-23 Thread GitBox
markt-asf merged PR #64: URL: https://github.com/apache/commons-daemon/pull/64 -- 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. To unsubscribe, e-mail:

[jira] [Commented] (DAEMON-445) Changes of DAEMON-441 cause trouble with empty env vars

2022-11-23 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637922#comment-17637922 ] Mark Thomas commented on DAEMON-445: Without an explanation of how to recreate the problem described

[jira] [Commented] (STATISTICS-25) T Distribution Inverse Cumulative Probability Function gives the Wrong Answer

2022-11-23 Thread Andreas Stefik (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637888#comment-17637888 ] Andreas Stefik commented on STATISTICS-25: -- Alex and others,   Thank you a ton for working

[GitHub] [commons-text] RockyMM commented on a diff in pull request #375: Use Java 8 Stream

2022-11-23 Thread GitBox
RockyMM commented on code in PR #375: URL: https://github.com/apache/commons-text/pull/375#discussion_r1030707089 ## src/main/java/org/apache/commons/text/AlphabetConverter.java: ## @@ -104,11 +104,7 @@ private static Integer[] convertCharsToIntegers(final Character[] chars) {

[GitHub] [commons-jxpath] codecov-commenter commented on pull request #38: index.html: Add warning about expression risks

2022-11-23 Thread GitBox
codecov-commenter commented on PR #38: URL: https://github.com/apache/commons-jxpath/pull/38#issuecomment-1325153084 #

[GitHub] [commons-jxpath] ecki opened a new pull request, #38: index.html: Add warning about expression risks

2022-11-23 Thread GitBox
ecki opened a new pull request, #38: URL: https://github.com/apache/commons-jxpath/pull/38 This should work as a caveat as discussed in #26 -- 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

[GitHub] [commons-jxpath] ecki commented on pull request #26: Add an allow list for classes that can be loaded by JXPath

2022-11-23 Thread GitBox
ecki commented on PR #26: URL: https://github.com/apache/commons-jxpath/pull/26#issuecomment-1325129178 Agreed, it needs to be documented. Either as a warning that it is not possible to have untrusted expressions or with a pointer to the filter mechanism discussed here. I will propose