[jira] [Created] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread K P (Jira)
K P created TEXT-233: Summary: Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi Key: TEXT-233 URL: https://issues.apache.org/jira/browse/TEXT-233 Project: Commons Text

Re: [PR] CLI-324 Make adding OptionGroups and Options to existing Options easier [commons-cli]

2024-02-14 Thread via GitHub
garydgregory commented on code in PR #230: URL: https://github.com/apache/commons-cli/pull/230#discussion_r1489658135 ## src/main/java/org/apache/commons/cli/Options.java: ## @@ -231,8 +243,9 @@ public OptionGroup getOptionGroup(final Option opt) { * Gets the OptionGroups

Re: [PR] CLI-323: Added Supplier defaults for getParsedOptionValue [commons-cli]

2024-02-14 Thread via GitHub
garydgregory commented on code in PR #229: URL: https://github.com/apache/commons-cli/pull/229#discussion_r1489662879 ## src/test/java/org/apache/commons/cli/CommandLineTest.java: ## @@ -166,7 +166,27 @@ public void testGetParsedOptionValueWithOption() throws Exception {

[jira] [Commented] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread K P (Jira)
[ https://issues.apache.org/jira/browse/TEXT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817445#comment-17817445 ] K P commented on TEXT-233: -- I've been search around a bit more:  

Re: [PR] CLI-322: Add '-' as an option char and implemented extensive tests [commons-cli]

2024-02-14 Thread via GitHub
garydgregory merged PR #217: URL: https://github.com/apache/commons-cli/pull/217 -- 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] [Comment Edited] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread K P (Jira)
[ https://issues.apache.org/jira/browse/TEXT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817445#comment-17817445 ] K P edited comment on TEXT-233 at 2/14/24 4:40 PM: --- I've been searching around a bit

Re: [PR] CLI-312 fix [commons-cli]

2024-02-14 Thread via GitHub
garydgregory commented on code in PR #233: URL: https://github.com/apache/commons-cli/pull/233#discussion_r1489645584 ## src/main/java/org/apache/commons/cli/DefaultParser.java: ## @@ -228,6 +228,9 @@ private DefaultParser(final boolean allowPartialMatching, */

[jira] [Comment Edited] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817498#comment-17817498 ] Gary D. Gregory edited comment on TEXT-233 at 2/14/24 10:23 PM: See also *

[jira] [Comment Edited] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817498#comment-17817498 ] Gary D. Gregory edited comment on TEXT-233 at 2/14/24 10:23 PM: See also *

[PR] [IO-832] fix package links [commons-io]

2024-02-14 Thread via GitHub
elharo opened a new pull request, #588: URL: https://github.com/apache/commons-io/pull/588 @garydgregory -- 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,

[jira] [Commented] (TEXT-233) Missing OSGi import-package commons-lang3 version can make commons-text unusable in OSGi

2024-02-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817498#comment-17817498 ] Gary D. Gregory commented on TEXT-233: -- See also * https://github.com/bndtools/bnd/issues/544 *

[jira] [Commented] (IO-832) Update first section of home page

2024-02-14 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/IO-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817581#comment-17817581 ] Elliotte Rusty Harold commented on IO-832: -- Links go to

Re: [PR] CLI-323: Added Supplier defaults for getParsedOptionValue [commons-cli]

2024-02-14 Thread via GitHub
Claudenw commented on PR #229: URL: https://github.com/apache/commons-cli/pull/229#issuecomment-1943316591 I think I have this fixed now. -- 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

Re: [PR] CLI-320: Awkward behavior of Option.builder() for multiple optional args [commons-cli]

2024-02-14 Thread via GitHub
Claudenw commented on PR #206: URL: https://github.com/apache/commons-cli/pull/206#issuecomment-1943475593 @aherbert or @garydgregory The failure on the build for this is the old Java-22 issue. I rebased this on top of one of my changes and there were no issues. I think this can be