[jira] [Work logged] (COLLECTIONS-811) Consider integration Guava testlib tests

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-811?focusedWorklogId=764727=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764727 ] ASF GitHub Bot logged work on COLLECTIONS-811: -- Author: ASF

[GitHub] [commons-collections] ben-manes commented on a diff in pull request #301: [COLLECTIONS-811] Integrate Guava Testlib tests for Apache Commons Collections

2022-04-30 Thread GitBox
ben-manes commented on code in PR #301: URL: https://github.com/apache/commons-collections/pull/301#discussion_r862423560 ## src/test/java/org/apache/commons/collections4/GuavaTestlibTest.java: ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Work logged] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?focusedWorklogId=764725=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764725 ] ASF GitHub Bot logged work on COLLECTIONS-812: -- Author: ASF

[GitHub] [commons-collections] samabcde opened a new pull request, #306: [COLLECTIONS-812] fix flaky test due to timestamp comment inserted in…

2022-04-30 Thread GitBox
samabcde opened a new pull request, #306: URL: https://github.com/apache/commons-collections/pull/306 … Properties methods. - A comment line is inserted after the comment given when using [Properties#save(OutputStream,

[jira] [Commented] (JEXL-367) Deprecate -> and support =>

2022-04-30 Thread Hussachai Puripunpinyo (Jira)
[ https://issues.apache.org/jira/browse/JEXL-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530481#comment-17530481 ] Hussachai Puripunpinyo commented on JEXL-367: - [~henrib]  Fair enough. I've been thinking about

[GitHub] [commons-geometry] darkma773r opened a new pull request, #198: Addressing sonar issues

2022-04-30 Thread GitBox
darkma773r opened a new pull request, #198: URL: https://github.com/apache/commons-geometry/pull/198 - potential NPE - reducing method complexity - junit assertions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Work logged] (IO-768) Add reserved Windows file names CONIN$ and CONOUT$ to FileSystem

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-768?focusedWorklogId=764720=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764720 ] ASF GitHub Bot logged work on IO-768: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] Marcono1234 commented on a diff in pull request #355: IO-768: Add reserved Windows file names CONIN$ and CONOUT$ to FileSystem

2022-04-30 Thread GitBox
Marcono1234 commented on code in PR #355: URL: https://github.com/apache/commons-io/pull/355#discussion_r862411792 ## src/main/java/org/apache/commons/io/FileSystem.java: ## @@ -73,6 +73,8 @@ public enum FileSystem { * * @see

[jira] [Created] (IO-768) Add reserved Windows file names CONIN$ and CONOUT$ to FileSystem

2022-04-30 Thread Marcono1234 (Jira)
Marcono1234 created IO-768: -- Summary: Add reserved Windows file names CONIN$ and CONOUT$ to FileSystem Key: IO-768 URL: https://issues.apache.org/jira/browse/IO-768 Project: Commons IO Issue Type:

[jira] [Work logged] (COLLECTIONS-811) Consider integration Guava testlib tests

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-811?focusedWorklogId=764713=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764713 ] ASF GitHub Bot logged work on COLLECTIONS-811: -- Author: ASF

[GitHub] [commons-collections] kinow commented on a diff in pull request #301: [COLLECTIONS-811] Integrate Guava Testlib tests for Apache Commons Collections

2022-04-30 Thread GitBox
kinow commented on code in PR #301: URL: https://github.com/apache/commons-collections/pull/301#discussion_r862407940 ## src/test/java/org/apache/commons/collections4/GuavaTestlibTest.java: ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Work logged] (COLLECTIONS-811) Consider integration Guava testlib tests

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-811?focusedWorklogId=764712=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764712 ] ASF GitHub Bot logged work on COLLECTIONS-811: -- Author: ASF

[GitHub] [commons-collections] kinow commented on pull request #301: [COLLECTIONS-811] Integrate Guava Testlib tests for Apache Commons Collections

2022-04-30 Thread GitBox
kinow commented on PR #301: URL: https://github.com/apache/commons-collections/pull/301#issuecomment-1114077324 Rebased. -- 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.

[jira] [Work logged] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?focusedWorklogId=764711=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764711 ] ASF GitHub Bot logged work on COLLECTIONS-812: -- Author: ASF

[GitHub] [commons-collections] kinow merged pull request #305: [COLLECTIONS-812] Open both streams with try-with-resources, and assert that only the text is the same, not the time

2022-04-30 Thread GitBox
kinow merged PR #305: URL: https://github.com/apache/commons-collections/pull/305 -- 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] [Work logged] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?focusedWorklogId=764710=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764710 ] ASF GitHub Bot logged work on COLLECTIONS-812: -- Author: ASF

[GitHub] [commons-collections] codecov-commenter commented on pull request #305: [COLLECTIONS-812] Open both streams with try-with-resources, and assert that only the text is the same, not the time

2022-04-30 Thread GitBox
codecov-commenter commented on PR #305: URL: https://github.com/apache/commons-collections/pull/305#issuecomment-1114074991 #

[jira] [Work logged] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?focusedWorklogId=764709=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764709 ] ASF GitHub Bot logged work on COLLECTIONS-812: -- Author: ASF

[GitHub] [commons-collections] kinow opened a new pull request, #305: [COLLECTIONS-812] Open both streams with try-with-resources, and assert that only the text is the same, not the time

2022-04-30 Thread GitBox
kinow opened a new pull request, #305: URL: https://github.com/apache/commons-collections/pull/305 This fixes the unit test that failed intermittently in GH Actions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Resolved] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita resolved COLLECTIONS-812. Fix Version/s: 4.5 Assignee: Bruno P. Kinoshita

[jira] [Updated] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated COLLECTIONS-812: --- Attachment: image-2022-05-01-11-49-01-033.png > Fragile test

[jira] [Commented] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530474#comment-17530474 ] Bruno P. Kinoshita commented on COLLECTIONS-812: I think you nailed it [~samabcde] 

[jira] [Updated] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Bruno P. Kinoshita (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated COLLECTIONS-812: --- Description: Fragile test EmptyPropertiesTest.testSave, found in

[jira] [Work logged] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?focusedWorklogId=764707=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764707 ] ASF GitHub Bot logged work on DBCP-585: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] kurtcebe commented on pull request #179: DBCP-585 PR for idea clarification

2022-04-30 Thread GitBox
kurtcebe commented on PR #179: URL: https://github.com/apache/commons-dbcp/pull/179#issuecomment-1114064561 I've removed the test to check the default state (i.e. we don't disable connection MBean). It turns out that the initial states are different for different types of Datasources, for

[jira] [Work logged] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?focusedWorklogId=764702=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764702 ] ASF GitHub Bot logged work on DBCP-585: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] kurtcebe commented on pull request #179: DBCP-585 PR for idea clarification

2022-04-30 Thread GitBox
kurtcebe commented on PR #179: URL: https://github.com/apache/commons-dbcp/pull/179#issuecomment-1114055253 @garydgregory I'm guessing this is happening due to unit tests running in parallel, which was already highlighted in a TODO comment at another test method

[jira] [Work logged] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?focusedWorklogId=764701=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764701 ] ASF GitHub Bot logged work on DBCP-585: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] kurtcebe commented on pull request #179: DBCP-585 PR for idea clarification

2022-04-30 Thread GitBox
kurtcebe commented on PR #179: URL: https://github.com/apache/commons-dbcp/pull/179#issuecomment-1114050656 Hi @garydgregory thanks for the heads up , I've updated the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Work logged] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?focusedWorklogId=764700=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764700 ] ASF GitHub Bot logged work on DBCP-585: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory commented on pull request #179: DBCP-585 PR for idea clarification

2022-04-30 Thread GitBox
garydgregory commented on PR #179: URL: https://github.com/apache/commons-dbcp/pull/179#issuecomment-1114049893 Hi @kurtcebe There are test failures in the GitHub builds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Work logged] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?focusedWorklogId=764699=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764699 ] ASF GitHub Bot logged work on DBCP-585: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory closed pull request #179: DBCP-585 PR for idea clarification

2022-04-30 Thread GitBox
garydgregory closed pull request #179: DBCP-585 PR for idea clarification URL: https://github.com/apache/commons-dbcp/pull/179 -- 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.

[GitHub] [commons-net] garydgregory merged pull request #104: Use Math.min and Math.max method instead of manual calculations.

2022-04-30 Thread GitBox
garydgregory merged PR #104: URL: https://github.com/apache/commons-net/pull/104 -- 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-net] garydgregory merged pull request #106: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #106: URL: https://github.com/apache/commons-net/pull/106 -- 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-net] dependabot[bot] commented on pull request #107: Bump commons-parent from 52 to 53

2022-04-30 Thread GitBox
dependabot[bot] commented on PR #107: URL: https://github.com/apache/commons-net/pull/107#issuecomment-1114039231 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [commons-net] garydgregory closed pull request #107: Bump commons-parent from 52 to 53

2022-04-30 Thread GitBox
garydgregory closed pull request #107: Bump commons-parent from 52 to 53 URL: https://github.com/apache/commons-net/pull/107 -- 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

[GitHub] [commons-net] garydgregory commented on pull request #107: Bump commons-parent from 52 to 53

2022-04-30 Thread GitBox
garydgregory commented on PR #107: URL: https://github.com/apache/commons-net/pull/107#issuecomment-1114039226 Closing: Done. -- 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

[GitHub] [commons-dbcp] garydgregory merged pull request #186: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #186: URL: https://github.com/apache/commons-dbcp/pull/186 -- 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-dbcp] garydgregory merged pull request #188: Bump mockito-core from 4.4.0 to 4.5.1

2022-04-30 Thread GitBox
garydgregory merged PR #188: URL: https://github.com/apache/commons-dbcp/pull/188 -- 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-validator] garydgregory merged pull request #75: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #75: URL: https://github.com/apache/commons-validator/pull/75 -- 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] (JEXL-367) Deprecate -> and support =>

2022-04-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530431#comment-17530431 ] Henri Biestro commented on JEXL-367: The 'thin arrow' syntax will not be deprecated, the 'fat arrow'

[GitHub] [commons-daemon] jfclere commented on a diff in pull request #39: Fix for https://issues.redhat.com/browse/JBCS-1261

2022-04-30 Thread GitBox
jfclere commented on code in PR #39: URL: https://github.com/apache/commons-daemon/pull/39#discussion_r862381173 ## src/native/windows/src/rprocess.c: ## @@ -316,13 +373,16 @@ static BOOL __apxProcessClose(APXHANDLE hProcess) lpProc = APXHANDLE_DATA(hProcess);

[GitHub] [commons-cli] dependabot[bot] commented on pull request #106: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
dependabot[bot] commented on PR #106: URL: https://github.com/apache/commons-cli/pull/106#issuecomment-1114001778 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [commons-cli] garydgregory closed pull request #106: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory closed pull request #106: Bump checkstyle from 9.3 to 10.2 URL: https://github.com/apache/commons-cli/pull/106 -- 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

[GitHub] [commons-cli] garydgregory commented on pull request #106: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory commented on PR #106: URL: https://github.com/apache/commons-cli/pull/106#issuecomment-1114001771 Closing: Requires Java 11. -- 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-cli] garydgregory merged pull request #104: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #104: URL: https://github.com/apache/commons-cli/pull/104 -- 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-cli] garydgregory merged pull request #105: Bump maven-javadoc-plugin from 3.3.2 to 3.4.0

2022-04-30 Thread GitBox
garydgregory merged PR #105: URL: https://github.com/apache/commons-cli/pull/105 -- 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-release-plugin] garydgregory commented on pull request #110: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory commented on PR #110: URL: https://github.com/apache/commons-release-plugin/pull/110#issuecomment-1114001214 > I think this will stay blocked until the project Java version is upgraded to match the Checkstyle requirements. Hi @kinow FTR, I do not think it is worth

[GitHub] [commons-release-plugin] garydgregory closed pull request #110: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory closed pull request #110: Bump checkstyle from 9.3 to 10.2 URL: https://github.com/apache/commons-release-plugin/pull/110 -- 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

[GitHub] [commons-release-plugin] dependabot[bot] commented on pull request #110: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
dependabot[bot] commented on PR #110: URL: https://github.com/apache/commons-release-plugin/pull/110#issuecomment-1114001059 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or

[GitHub] [commons-release-plugin] garydgregory commented on pull request #110: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory commented on PR #110: URL: https://github.com/apache/commons-release-plugin/pull/110#issuecomment-1114001052 Closing: java.lang.UnsupportedClassVersionError: com/puppycrawl/tools/checkstyle/api/AuditListener has been compiled by a more recent version of the Java Runtime

[GitHub] [commons-beanutils] garydgregory merged pull request #118: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #118: URL: https://github.com/apache/commons-beanutils/pull/118 -- 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-codec] dependabot[bot] commented on pull request #130: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
dependabot[bot] commented on PR #130: URL: https://github.com/apache/commons-codec/pull/130#issuecomment-1114000478 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [commons-codec] garydgregory closed pull request #130: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory closed pull request #130: Bump checkstyle from 9.3 to 10.2 URL: https://github.com/apache/commons-codec/pull/130 -- 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.

[GitHub] [commons-codec] garydgregory commented on pull request #130: Bump checkstyle from 9.3 to 10.2

2022-04-30 Thread GitBox
garydgregory commented on PR #130: URL: https://github.com/apache/commons-codec/pull/130#issuecomment-1114000474 Clsoing: java.lang.UnsupportedClassVersionError: com/puppycrawl/tools/checkstyle/api/AuditListener has been compiled by a more recent version of the Java Runtime (class file

[GitHub] [commons-codec] garydgregory merged pull request #129: Bump github/codeql-action from 1 to 2

2022-04-30 Thread GitBox
garydgregory merged PR #129: URL: https://github.com/apache/commons-codec/pull/129 -- 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-lang] garydgregory closed pull request #887: Remove unnecessary code

2022-04-30 Thread GitBox
garydgregory closed pull request #887: Remove unnecessary code URL: https://github.com/apache/commons-lang/pull/887 -- 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

[GitHub] [commons-lang] garydgregory commented on pull request #887: Remove unnecessary code

2022-04-30 Thread GitBox
garydgregory commented on PR #887: URL: https://github.com/apache/commons-lang/pull/887#issuecomment-1113999881 Hi @o-x-e -1: We want to see boxing and unboxing to make it obvious where NPEs may occur. We also want to show that there are method invocations taking place which should be

[jira] [Commented] (RNG-176) Enhance the UniformRandomProvider interface with extra methods and default implementations

2022-04-30 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/RNG-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530396#comment-17530396 ] Gilles Sadowski commented on RNG-176: - No, I meant to not add any "float" method (i.e. avoid bloating

[GitHub] [commons-bcel] garydgregory commented on pull request #117: Verifier

2022-04-30 Thread GitBox
garydgregory commented on PR #117: URL: https://github.com/apache/commons-bcel/pull/117#issuecomment-1113997255 Hi @markro49 Sorry for the delay, merged. Would you update the tickets and `changes.xml`? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-bcel] garydgregory merged pull request #117: Verifier

2022-04-30 Thread GitBox
garydgregory merged PR #117: URL: https://github.com/apache/commons-bcel/pull/117 -- 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-bcel] garydgregory commented on pull request #117: Verifier

2022-04-30 Thread GitBox
garydgregory commented on PR #117: URL: https://github.com/apache/commons-bcel/pull/117#issuecomment-1113997016 > Hi @markro49 Would you mind rebasing this branch on git master? When applying this diff file locally, I get failures in `VerifyBadClassesTestCase`. TY! My bad on that

[jira] [Commented] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Ng Tsz Sum (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530395#comment-17530395 ] Ng Tsz Sum commented on COLLECTIONS-812: The error occur when there is 1 sec different

[jira] [Commented] (RNG-176) Enhance the UniformRandomProvider interface with extra methods and default implementations

2022-04-30 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530393#comment-17530393 ] Alex Herbert commented on RNG-176: -- {quote}Except {{nextGaussian}} etc. {quote} Yes (ignore the

[jira] [Updated] (COLLECTIONS-812) Fragile test EmptyPropertiesTest.testSave

2022-04-30 Thread Ng Tsz Sum (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ng Tsz Sum updated COLLECTIONS-812: --- Attachment: screenshot-1.png > Fragile test EmptyPropertiesTest.testSave >

[GitHub] [commons-lang] Forsythe9891 opened a new pull request, #887: Small Changes

2022-04-30 Thread GitBox
Forsythe9891 opened a new pull request, #887: URL: https://github.com/apache/commons-lang/pull/887 Remove unnecessary boxing, unboxing and casts. -- 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

[jira] [Commented] (RNG-176) Enhance the UniformRandomProvider interface with extra methods and default implementations

2022-04-30 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/RNG-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530392#comment-17530392 ] Gilles Sadowski commented on RNG-176: - bq. Add all methods from JDK 17 RandomGenerator Except

[jira] [Commented] (RNG-176) Enhance the UniformRandomProvider interface with extra methods and default implementations

2022-04-30 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530391#comment-17530391 ] Alex Herbert commented on RNG-176: -- There is one notable difference between the API from JDK 17 and the

[jira] [Comment Edited] (JEXL-367) Deprecate -> and support =>

2022-04-30 Thread Dmitri Blinov (Jira)
[ https://issues.apache.org/jira/browse/JEXL-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530387#comment-17530387 ] Dmitri Blinov edited comment on JEXL-367 at 4/30/22 1:10 PM: - Fat arrows have

[jira] [Commented] (JEXL-367) Deprecate -> and support =>

2022-04-30 Thread Dmitri Blinov (Jira)
[ https://issues.apache.org/jira/browse/JEXL-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530387#comment-17530387 ] Dmitri Blinov commented on JEXL-367: Fat arrows have special meaning in JS and are not stict

[GitHub] [commons-jexl] dmitri-blinov commented on pull request #77: Type checks; more tests

2022-04-30 Thread GitBox
dmitri-blinov commented on PR #77: URL: https://github.com/apache/commons-jexl/pull/77#issuecomment-1113982833 Done -- 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

[GitHub] [commons-jexl] dmitri-blinov closed pull request #77: Type checks; more tests

2022-04-30 Thread GitBox
dmitri-blinov closed pull request #77: Type checks; more tests URL: https://github.com/apache/commons-jexl/pull/77 -- 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

[jira] [Created] (JEXL-368) Namespace functor resolution is not cached

2022-04-30 Thread Henri Biestro (Jira)
Henri Biestro created JEXL-368: -- Summary: Namespace functor resolution is not cached Key: JEXL-368 URL: https://issues.apache.org/jira/browse/JEXL-368 Project: Commons JEXL Issue Type: Bug