[jira] [Commented] (DAEMON-451) Prunsrv does not use configured stack size for the main thread in jvm mode

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644587#comment-17644587 ] Gary D. Gregory commented on DAEMON-451: Hi [~kkolinko] and all, Thank you for your report and

[jira] [Commented] (DAEMON-451) Prunsrv does not use configured stack size for the main thread in jvm mode

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644580#comment-17644580 ] Konstantin Kolinko commented on DAEMON-451: --- Attached a patch

[jira] [Updated] (DAEMON-451) Prunsrv does not use configured stack size for the main thread in jvm mode

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Kolinko updated DAEMON-451: -- Attachment: 0001-Fix-DAEMON-451.-Honor-the-stack-size-option-when-cre.patch > Prunsrv

[jira] [Updated] (DAEMON-451) Prunsrv does not use configured stack size for the main thread in jvm mode

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Kolinko updated DAEMON-451: -- Description: This issue was originally reported for Apache Tomcat, see

[jira] [Created] (DAEMON-451) Prunsrv does not use configured stack size for the main thread in jvm mode

2022-12-07 Thread Konstantin Kolinko (Jira)
Konstantin Kolinko created DAEMON-451: - Summary: Prunsrv does not use configured stack size for the main thread in jvm mode Key: DAEMON-451 URL: https://issues.apache.org/jira/browse/DAEMON-451

[jira] [Resolved] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-621. -- Fix Version/s: 1.23 Resolution: Fixed > ZipFile does not support prepending

[jira] [Work logged] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831931=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831931 ] ASF GitHub Bot logged work on COMPRESS-621: --- Author: ASF GitHub Bot

[jira] [Work logged] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831930=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831930 ] ASF GitHub Bot logged work on COMPRESS-621: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] garydgregory merged pull request #334: COMPRESS-621: Fix calculation the offset of the first zip central directory entry

2022-12-07 Thread GitBox
garydgregory merged PR #334: URL: https://github.com/apache/commons-compress/pull/334 -- 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:

[GitHub] [commons-compress] garydgregory commented on a diff in pull request #334: COMPRESS-621: Fix calculation the offset of the first zip central directory entry

2022-12-07 Thread GitBox
garydgregory commented on code in PR #334: URL: https://github.com/apache/commons-compress/pull/334#discussion_r1042844713 ## src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java: ## @@ -720,6 +721,28 @@ public String getUnixSymlink(final ZipArchiveEntry entry)

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

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644564#comment-17644564 ] Konstantin Kolinko commented on DAEMON-445: --- Attached a patch

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

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Kolinko updated DAEMON-445: -- Attachment: 0001-Fix-DAEMON-445.-Fix-processing-of-environment-variab.patch > Changes

[jira] [Resolved] (COMPRESS-614) Use FileTime for time fields in SevenZipArchiveEntry

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-614. -- Fix Version/s: 1.23 Resolution: Fixed > Use FileTime for time fields in

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

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644563#comment-17644563 ] Konstantin Kolinko commented on DAEMON-445: --- Regarding how the changes done by DAEMON-441

[jira] [Work logged] (COMPRESS-614) Use FileTime for time fields in SevenZipArchiveEntry

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-614?focusedWorklogId=831920=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831920 ] ASF GitHub Bot logged work on COMPRESS-614: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] garydgregory merged pull request #256: COMPRESS-614: Use FileTime in SevenZArchiveEntry

2022-12-07 Thread GitBox
garydgregory merged PR #256: URL: https://github.com/apache/commons-compress/pull/256 -- 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-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644559#comment-17644559 ] Konstantin Kolinko commented on DAEMON-445: --- I do not know how OP does it, but StackOverflow

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

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644559#comment-17644559 ] Konstantin Kolinko edited comment on DAEMON-445 at 12/8/22 12:45 AM: -

[jira] (DAEMON-429) prunsrv.exe, and prunmgr.exe improper binary protection

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-429 ] Konstantin Kolinko deleted comment on DAEMON-429: --- was (Author: kkolinko): I do not know how OP does it, but StackOverflow mentions, that such value can be created by manually editing

[jira] [Commented] (DAEMON-429) prunsrv.exe, and prunmgr.exe improper binary protection

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644558#comment-17644558 ] Konstantin Kolinko commented on DAEMON-429: --- I do not know how OP does it, but StackOverflow

[jira] [Comment Edited] (DAEMON-429) prunsrv.exe, and prunmgr.exe improper binary protection

2022-12-07 Thread Konstantin Kolinko (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644558#comment-17644558 ] Konstantin Kolinko edited comment on DAEMON-429 at 12/8/22 12:43 AM: -

[jira] [Work logged] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831855=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831855 ] ASF GitHub Bot logged work on COMPRESS-621: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] Glavo commented on pull request #334: COMPRESS-621: Fix calculation the offset of the first zip central directory entry

2022-12-07 Thread GitBox
Glavo commented on PR #334: URL: https://github.com/apache/commons-compress/pull/334#issuecomment-1341434576 @PeterAlfredLee Can you review this PR? -- 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

[jira] [Resolved] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1693. --- Fix Version/s: 3.13.0 Resolution: Fixed > "CalendarUtilsTest" fails, or not... >

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644378#comment-17644378 ] Gary D. Gregory commented on LANG-1693: --- Please try git master, I've pushed fixes to the tests. >

[jira] [Created] (RNG-185) ArraySampler to have factory methods to sample from arrays

2022-12-07 Thread Alex Herbert (Jira)
Alex Herbert created RNG-185: Summary: ArraySampler to have factory methods to sample from arrays Key: RNG-185 URL: https://issues.apache.org/jira/browse/RNG-185 Project: Commons RNG Issue Type:

[jira] [Comment Edited] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Ng Tsz Sum (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644357#comment-17644357 ] Ng Tsz Sum edited comment on LANG-1693 at 12/7/22 2:36 PM: --- By searching

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Ng Tsz Sum (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644368#comment-17644368 ] Ng Tsz Sum commented on LANG-1693: -- Sorry, *CalendarUtilsTest:38* is not related > "CalendarUtilsTest"

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644365#comment-17644365 ] Gary D. Gregory commented on LANG-1693: --- "{*}CalendarUtilsTest:38{*} does not reset to original

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644363#comment-17644363 ] Gary D. Gregory commented on LANG-1693: --- IOW,

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Ng Tsz Sum (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644357#comment-17644357 ] Ng Tsz Sum commented on LANG-1693: -- By searching *TimeZone.setDefault* some class like 

[jira] [Resolved] (RNG-184) ArraySampler to shuffle all primitive array types and generic T[] arrays

2022-12-07 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved RNG-184. -- Resolution: Implemented Added in commit: 06823f14c39135a82d1c773720fdffc31c1d794c > ArraySampler to

[jira] [Work logged] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831777=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831777 ] ASF GitHub Bot logged work on COMPRESS-621: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] codecov-commenter commented on pull request #334: COMPRESS-621: Fix calculation the offset of the first zip central directory entry

2022-12-07 Thread GitBox
codecov-commenter commented on PR #334: URL: https://github.com/apache/commons-compress/pull/334#issuecomment-1341017922 #

[jira] [Work logged] (COMPRESS-621) ZipFile does not support prepending additional data to the zip content

2022-12-07 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831776=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831776 ] ASF GitHub Bot logged work on COMPRESS-621: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] Glavo opened a new pull request, #334: COMPRESS-621: Fix calculation the offset of the first zip central directory entry

2022-12-07 Thread GitBox
Glavo opened a new pull request, #334: URL: https://github.com/apache/commons-compress/pull/334 Since the zip central directory is at the file end, we can splice other content before the zip file. As an example, in Java 9 and above, the `$JAVA_HOME/jmods` folder contains some files

[jira] [Comment Edited] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644315#comment-17644315 ] Bruno P. Kinoshita edited comment on LANG-1693 at 12/7/22 12:45 PM:

[jira] [Commented] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/LANG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644315#comment-17644315 ] Bruno P. Kinoshita commented on LANG-1693: -- Tested on my Linux LTS JVM 11, but could not

[jira] [Commented] (STATISTICS-63) Port o.a.c.math.stat.ranking to a commons-statistics-ranking module

2022-12-07 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17644303#comment-17644303 ] Alex Herbert commented on STATISTICS-63: Note: Originally the port dropped use of

[GitHub] [commons-rng] lgtm-com[bot] opened a new pull request, #119: Add CodeQL workflow for GitHub code scanning

2022-12-07 Thread GitBox
lgtm-com[bot] opened a new pull request, #119: URL: https://github.com/apache/commons-rng/pull/119 Hi `apache/commons-rng`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis

[GitHub] [commons-net] schmied commented on pull request #127: Fixing proxy-problems in _parsePassiveModeReply

2022-12-07 Thread GitBox
schmied commented on PR #127: URL: https://github.com/apache/commons-net/pull/127#issuecomment-1340714973 This seems to fix my problem with squid and FTPS. By now, as a workaround, I set `org.apache.commons.net.ftp.ipAddressFromPasvResponse = true`. -- This is an automated message from

[jira] [Created] (LANG-1693) "CalendarUtilsTest" fails, or not...

2022-12-07 Thread Gilles Sadowski (Jira)
Gilles Sadowski created LANG-1693: - Summary: "CalendarUtilsTest" fails, or not... Key: LANG-1693 URL: https://issues.apache.org/jira/browse/LANG-1693 Project: Commons Lang Issue Type: Test

[jira] [Created] (RNG-184) ArraySampler to shuffle all primitive array types and generic T[] arrays

2022-12-07 Thread Alex Herbert (Jira)
Alex Herbert created RNG-184: Summary: ArraySampler to shuffle all primitive array types and generic T[] arrays Key: RNG-184 URL: https://issues.apache.org/jira/browse/RNG-184 Project: Commons RNG