[jira] [Commented] (COLLECTIONS-797) An indexed, doubly-linked list data structure running some operations in O(sqrt(n)) time instead of O(n)

2022-07-11 Thread Rodion Efremov (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565281#comment-17565281 ] Rodion Efremov commented on COLLECTIONS-797: !AddAtBeginning.png! > An indexed,

[jira] (COLLECTIONS-797) An indexed, doubly-linked list data structure running some operations in O(sqrt(n)) time instead of O(n)

2022-07-11 Thread Rodion Efremov (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-797 ] Rodion Efremov deleted comment on COLLECTIONS-797: was (Author: coderodde): !AddAtBeginning.png! > An indexed, doubly-linked list data structure running some operations in >

[jira] [Updated] (COLLECTIONS-797) An indexed, doubly-linked list data structure running some operations in O(sqrt(n)) time instead of O(n)

2022-07-11 Thread Rodion Efremov (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodion Efremov updated COLLECTIONS-797: --- Attachment: AddAtBeginning.png AddAtEnd.png

[jira] [Commented] (COLLECTIONS-797) An indexed, doubly-linked list data structure running some operations in O(sqrt(n)) time instead of O(n)

2022-07-11 Thread Rodion Efremov (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565277#comment-17565277 ] Rodion Efremov commented on COLLECTIONS-797: h3. Below, you can find the performance

[GitHub] [commons-configuration] darkma773r merged pull request #191: setup-java: adopt -> temurin

2022-07-11 Thread GitBox
darkma773r merged PR #191: URL: https://github.com/apache/commons-configuration/pull/191 -- 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-configuration] darkma773r commented on a diff in pull request #194: CONFIGURATION-817: update to JUnit 5

2022-07-11 Thread GitBox
darkma773r commented on code in PR #194: URL: https://github.com/apache/commons-configuration/pull/194#discussion_r918489801 ## src/test/java/org/apache/commons/configuration2/TestDynamicCombinedConfiguration.java: ## @@ -198,6 +198,8 @@ public static void setUpOnce() {

[jira] [Comment Edited] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565221#comment-17565221 ] Matt Juntunen edited comment on CONFIGURATION-817 at 7/12/22 2:17 AM:

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565221#comment-17565221 ] Matt Juntunen commented on CONFIGURATION-817: - > How do we feel about using some more

[GitHub] [commons-ognl] dependabot[bot] opened a new pull request, #76: Bump ognl from 3.3.2 to 3.3.3

2022-07-11 Thread GitBox
dependabot[bot] opened a new pull request, #76: URL: https://github.com/apache/commons-ognl/pull/76 Bumps [ognl](https://github.com/jkuhnert/ognl) from 3.3.2 to 3.3.3. Commits See full diff in https://github.com/jkuhnert/ognl/commits;>compare view

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Rob Spoor (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565123#comment-17565123 ] Rob Spoor commented on CONFIGURATION-817: - Is it perhaps an idea to split this ticket into

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Rob Spoor (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565122#comment-17565122 ] Rob Spoor commented on CONFIGURATION-817: - How do we feel about using some more advanced

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Rob Spoor (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565109#comment-17565109 ] Rob Spoor commented on CONFIGURATION-817: - To be honest, I used replace all per class to

[GitHub] [commons-parent] garydgregory commented on pull request #120: Bump spotbugs from 4.6.0 to 4.7.1

2022-07-11 Thread GitBox
garydgregory commented on PR #120: URL: https://github.com/apache/commons-parent/pull/120#issuecomment-1180486379 @dependabot rebase -- 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-parent] garydgregory merged pull request #124: Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.1.0

2022-07-11 Thread GitBox
garydgregory merged PR #124: URL: https://github.com/apache/commons-parent/pull/124 -- 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] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564929#comment-17564929 ] Gary D. Gregory commented on CONFIGURATION-817: --- I agree that using standard JUnit

[jira] [Updated] (COLLECTIONS-797) An indexed, doubly-linked list data structure running some operations in O(sqrt(n)) time instead of O(n)

2022-07-11 Thread Rodion Efremov (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodion Efremov updated COLLECTIONS-797: --- Description: (The data structure in question lives in

[GitHub] [commons-lang] dvmarcilio commented on a diff in pull request #869: Add missing exception javadoc/tests for some null arguments

2022-07-11 Thread GitBox
dvmarcilio commented on code in PR #869: URL: https://github.com/apache/commons-lang/pull/869#discussion_r917608477 ## src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java: ## @@ -1607,6 +1609,8 @@ private static String parameterizedTypeToString(final