[jira] [Updated] (COLLECTIONS-858) CartesianProductIterator

2024-07-03 Thread Alexey Pelykh (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Pelykh updated COLLECTIONS-858: -- Description: The {{CartesianProductIterator}} is suitable to enhance a

[jira] [Updated] (COLLECTIONS-858) CartesianProductIterator

2024-07-03 Thread Alexey Pelykh (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Pelykh updated COLLECTIONS-858: -- Description: The {{CartesianProductIterator}} is suitable to enhance a

[jira] [Updated] (COLLECTIONS-858) CartesianProductIterator

2024-07-03 Thread Alexey Pelykh (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Pelykh updated COLLECTIONS-858: -- Description: The {{CartesianProductIterator}} is suitable to enhance a

[jira] [Updated] (COLLECTIONS-858) CartesianProductIterator

2024-07-03 Thread Alexey Pelykh (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Pelykh updated COLLECTIONS-858: -- Description: The {{CartesianProductIterator}} is suitable to enhance a

Re: [PR] [COLLECTIONS-858] CartesianProductIterator [commons-collections]

2024-07-03 Thread via GitHub
alexey-pelykh commented on PR #509: URL: https://github.com/apache/commons-collections/pull/509#issuecomment-2206291793 @garydgregory okies, 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

Re: [PR] [COLLECTIONS-858] CartesianProductIterator [commons-collections]

2024-07-03 Thread via GitHub
garydgregory commented on PR #509: URL: https://github.com/apache/commons-collections/pull/509#issuecomment-2206130706 @alexey-pelykh I want to email the dev list and ask for reviews, and the first I do at least is read the description to know what it is I'm looking at... it's up to

Re: [PR] [COLLECTIONS-858] CartesianProductIterator [commons-collections]

2024-07-03 Thread via GitHub
alexey-pelykh commented on PR #509: URL: https://github.com/apache/commons-collections/pull/509#issuecomment-2206056867 @garydgregory that is true, any specific requirements what to write there apart of what I've already added to it? -- This is an automated message from the Apache Git

Re: [PR] [COLLECTIONS-858] CartesianProductIterator [commons-collections]

2024-07-03 Thread via GitHub
garydgregory commented on PR #509: URL: https://github.com/apache/commons-collections/pull/509#issuecomment-2206048949 @alexey-pelykh This PR has zero text in its description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [Collections-857] update bloom filter documentation [commons-collections]

2024-07-03 Thread via GitHub
garydgregory merged PR #508: URL: https://github.com/apache/commons-collections/pull/508 -- 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:

[PR] UriParser Fix for decoding files with open square bracket [commons-vfs]

2024-07-03 Thread via GitHub
japplis opened a new pull request, #562: URL: https://github.com/apache/commons-vfs/pull/562 Detection of IPv6 ip addresses should ignore decoding of %nn text. It is done at the moment in the buffer length (from decode(String) instead of where the host name should be. This result in

[jira] [Commented] (CONFIGURATION-848) SubsetConfiguration does not account for delimiters as it did in 2.9.0

2024-07-03 Thread Laszlo Hujber (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17862742#comment-17862742 ] Laszlo Hujber commented on CONFIGURATION-848: - Hi [~ggregory], I can't commit to a

[jira] [Commented] (CONFIGURATION-848) SubsetConfiguration does not account for delimiters as it did in 2.9.0

2024-07-03 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17862739#comment-17862739 ] Gary D. Gregory commented on CONFIGURATION-848: --- [~laszlohujber] Would you please

Re: [PR] [COLLECTIONS-858] CartesianProductIterator [commons-collections]

2024-07-03 Thread via GitHub
alexey-pelykh commented on code in PR #509: URL: https://github.com/apache/commons-collections/pull/509#discussion_r1663761178 ## src/main/java/org/apache/commons/collections4/iterators/CartesianProductIterator.java: ## @@ -0,0 +1,152 @@ +/* + * Licensed to the Apache Software