[jira] [Created] (JEXL-377) Add support for javascript style function definition

2022-08-06 Thread Xu Pengcheng (Jira)
Xu Pengcheng created JEXL-377: - Summary: Add support for javascript style function definition Key: JEXL-377 URL: https://issues.apache.org/jira/browse/JEXL-377 Project: Commons JEXL Issue Type:

[jira] [Commented] (CONFIGURATION-793) Error reading a list of complex objects from JSON after 2.3

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576215#comment-17576215 ] Gary D. Gregory commented on CONFIGURATION-793: --- In git master, I see that

[jira] [Commented] (CONFIGURATION-819) Uncaught snakeyaml.error.YAMLException in YAMLConfiguration.write

2022-08-06 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576197#comment-17576197 ] Gilles Sadowski commented on CONFIGURATION-819: --- bq. What do others think? So this

[jira] [Closed] (CONFIGURATION-814) Apache Commons Configuration 2.7 used spring version is 4.3.26,Impacted by Vulnerability CVE-2022-22965

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed CONFIGURATION-814. - Fix Version/s: 2.8.0 Resolution: Fixed We released 2.8.0 which

[jira] [Resolved] (CONFIGURATION-818) Stackoverflow bugs fixed in 2.8.0

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved CONFIGURATION-818. --- Resolution: Fixed > Stackoverflow bugs fixed in 2.8.0 >

[jira] [Comment Edited] (CONFIGURATION-818) Stackoverflow bugs fixed in 2.8.0

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576192#comment-17576192 ] Gary D. Gregory edited comment on CONFIGURATION-818 at 8/6/22 12:22 PM:

[jira] [Commented] (CONFIGURATION-818) Stackoverflow bugs fixed in 2.8.0

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576192#comment-17576192 ] Gary D. Gregory commented on CONFIGURATION-818: --- No, the links are useless (to me at

[jira] [Commented] (CONFIGURATION-819) Uncaught snakeyaml.error.YAMLException in YAMLConfiguration.write

2022-08-06 Thread Weber Jo (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576191#comment-17576191 ] Weber Jo commented on CONFIGURATION-819: Clearly looks like I misunderstood the term

[jira] [Commented] (CONFIGURATION-819) Uncaught snakeyaml.error.YAMLException in YAMLConfiguration.write

2022-08-06 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17576189#comment-17576189 ] Gary D. Gregory commented on CONFIGURATION-819: --- FYI, a "crash" is when the JVM

[jira] [Created] (CONFIGURATION-819) Uncaught snakeyaml.error.YAMLException in YAMLConfiguration.write

2022-08-06 Thread Weber Jo (Jira)
Weber Jo created CONFIGURATION-819: -- Summary: Uncaught snakeyaml.error.YAMLException in YAMLConfiguration.write Key: CONFIGURATION-819 URL: https://issues.apache.org/jira/browse/CONFIGURATION-819

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939505118 ## src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java: ## @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939505109 ## src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java: ## @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939505077 ## src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java: ## @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939505059 ## src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java: ## @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache Software

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939505030 ## src/test/java/org/apache/commons/collections4/bloomfilter/AbstractHasherTest.java: ## @@ -74,16 +77,28 @@ public void testHashing(int k, int m) {

[GitHub] [commons-collections] Claudenw commented on a diff in pull request #320: Collections 824: Optimize SimpleHasher.forEachIndex and SimpleHasher name change

2022-08-06 Thread GitBox
Claudenw commented on code in PR #320: URL: https://github.com/apache/commons-collections/pull/320#discussion_r939504995 ## src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java: ## @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache Software