[jira] [Commented] (CLI-317) NullPointerException thrown by CommandLineParser.parse()

2023-08-15 Thread Sruteesh Kumar Paramata (Jira)
[ https://issues.apache.org/jira/browse/CLI-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17754851#comment-17754851 ] Sruteesh Kumar Paramata commented on CLI-317: - Hello Gary You forgot to add Test annotation to

[jira] [Comment Edited] (CLI-317) NullPointerException thrown by CommandLineParser.parse()

2023-08-15 Thread Sruteesh Kumar Paramata (Jira)
[ https://issues.apache.org/jira/browse/CLI-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17754851#comment-17754851 ] Sruteesh Kumar Paramata edited comment on CLI-317 at 8/16/23 4:19 AM: --

[GitHub] [commons-fileupload] garydgregory closed pull request #233: OSGi metadata enhancements

2023-08-15 Thread via GitHub
garydgregory closed pull request #233: OSGi metadata enhancements URL: https://github.com/apache/commons-fileupload/pull/233 -- 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-weaver] garydgregory merged pull request #13: Bump org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin

2023-08-15 Thread via GitHub
garydgregory merged PR #13: URL: https://github.com/apache/commons-weaver/pull/13 -- 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-fileupload] garydgregory commented on pull request #233: OSGi metadata enhancements

2023-08-15 Thread via GitHub
garydgregory commented on PR #233: URL: https://github.com/apache/commons-fileupload/pull/233#issuecomment-1679490773 In git master without version changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-text] theshoeshiner opened a new pull request, #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-08-15 Thread via GitHub
theshoeshiner opened a new pull request, #450: URL: https://github.com/apache/commons-text/pull/450 This is a more formal API for parsing and formatting strings of various "Cases". Similar logic is present in `org.apache.commons.text.CaseUtils` as well as #360 to add two additional

[GitHub] [commons-fileupload] garydgregory merged pull request #235: Fix off-by-one error when checking fileSizeMax

2023-08-15 Thread via GitHub
garydgregory merged PR #235: URL: https://github.com/apache/commons-fileupload/pull/235 -- 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 merged pull request #1097: (doc) Point to right getShortClassName flavor in Javadoc for relevant notes

2023-08-15 Thread via GitHub
garydgregory merged PR #1097: URL: https://github.com/apache/commons-lang/pull/1097 -- 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] shashankrnr32 commented on a diff in pull request #1086: Honor `getValue` method of ReflectionToStringBuilder & its subclasses to get the field value

2023-08-15 Thread via GitHub
shashankrnr32 commented on code in PR #1086: URL: https://github.com/apache/commons-lang/pull/1086#discussion_r1294890673 ## src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java: ## @@ -703,13 +703,11 @@ public Class getUpToClass() { * *

[GitHub] [commons-lang] shashankrnr32 commented on pull request #1086: Honor `getValue` method of ReflectionToStringBuilder & its subclasses to get the field value

2023-08-15 Thread via GitHub
shashankrnr32 commented on PR #1086: URL: https://github.com/apache/commons-lang/pull/1086#issuecomment-1679312608 > Hi @shashankrnr32 Thank you for your PR! This PR missing a unit test to avoid a future regression. @garydgregory Added

[GitHub] [commons-collections] Claudenw commented on pull request #402: COLLECTIONS-843: Implement Layered Bloom filter

2023-08-15 Thread via GitHub
Claudenw commented on PR #402: URL: https://github.com/apache/commons-collections/pull/402#issuecomment-1679172326 @garydgregory @aherbert I have merged the latest main branch into this pull request and the last major changes are summarized above. -- This is an automated message from

Re: common-dbcp release version planning consultation

2023-08-15 Thread Gary Gregory
Yes, once we release Commons Pool 2.12.0, which might be within a month or two, not 100% sure yet. Are you looking for a specific fix? Gary On Tue, Aug 15, 2023, 9:50 AM 1309446202 <1309446...@qq.com.invalid> wrote: > Hi, no new version of common-dbcp sofeware has been released for two >

[GitHub] [commons-logging] Mechite opened a new pull request, #154: Add JPMS support using Automatic-Module-Name

2023-08-15 Thread via GitHub
Mechite opened a new pull request, #154: URL: https://github.com/apache/commons-logging/pull/154 Understandably this project is unmaintained and pointless for a long time. However, many libraries, especially proprietary ones, still make use of `commons-logging`. It is ideal if we

[GitHub] [commons-lang] hduelme commented on pull request #1096: improve performance of isMixedCase

2023-08-15 Thread via GitHub
hduelme commented on PR #1096: URL: https://github.com/apache/commons-lang/pull/1096#issuecomment-1679012779 > Hi @hduelme Thank you for providing benchmarks. It looks like assuming the worst case the new code is better than the new because the score of all new test runs plus the error

[GitHub] [commons-lang] hduelme commented on pull request #1096: improve performance of isMixedCase

2023-08-15 Thread via GitHub
hduelme commented on PR #1096: URL: https://github.com/apache/commons-lang/pull/1096#issuecomment-1679009486 @garydgregory rebased and license header added -- 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

[jira] [Commented] (TEXT-230) Javadoc of org.apache.commons.text.lookup.DefaultStringLookup.XML is incorrect

2023-08-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/TEXT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17754653#comment-17754653 ] Michael Osipov commented on TEXT-230: - It seems that other spots have copy and paste errors as well. >

[jira] [Updated] (TEXT-229) Add XmlEncoderStringLookup/XmlDecoderStringLookup

2023-08-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/TEXT-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated TEXT-229: Assignee: Michael Osipov > Add XmlEncoderStringLookup/XmlDecoderStringLookup >

[jira] [Updated] (TEXT-229) Add XmlEncoderStringLookup/XmlDecoderStringLookup

2023-08-15 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/TEXT-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated TEXT-229: Fix Version/s: 1.11.0 > Add XmlEncoderStringLookup/XmlDecoderStringLookup >

[GitHub] [commons-text] michael-o opened a new pull request, #449: [TEXT-229] Add XmlEncoderStringLookup/XmlDecoderStringLookup

2023-08-15 Thread via GitHub
michael-o opened a new pull request, #449: URL: https://github.com/apache/commons-text/pull/449 This closes #449 -- 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] (TEXT-230) Javadoc of org.apache.commons.text.lookup.DefaultStringLookup.XML is incorrect

2023-08-15 Thread Michael Osipov (Jira)
Michael Osipov created TEXT-230: --- Summary: Javadoc of org.apache.commons.text.lookup.DefaultStringLookup.XML is incorrect Key: TEXT-230 URL: https://issues.apache.org/jira/browse/TEXT-230 Project:

[GitHub] [commons-lang] ljacqu opened a new pull request, #1097: (doc) Point to right getShortClassName flavor in Javadoc for relevant notes

2023-08-15 Thread via GitHub
ljacqu opened a new pull request, #1097: URL: https://github.com/apache/commons-lang/pull/1097 I was reading the Javadoc [online](https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/ClassUtils.html#getShortClassName-java.lang.Class-) and was confused by the

[jira] [Created] (TEXT-229) Add XmlEncoderStringLookup/XmlDecoderStringLookup

2023-08-15 Thread Michael Osipov (Jira)
Michael Osipov created TEXT-229: --- Summary: Add XmlEncoderStringLookup/XmlDecoderStringLookup Key: TEXT-229 URL: https://issues.apache.org/jira/browse/TEXT-229 Project: Commons Text Issue Type:

[jira] [Resolved] (COLLECTIONS-844) Counting Bloom filter expects counts (cells) to be ints

2023-08-15 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved COLLECTIONS-844. -- Fix Version/s: 4.5 Resolution: Implemented Added in commit:

[GitHub] [commons-collections] aherbert merged pull request #406: COLLECTIONS-844 - allow counting Bloom filters with cell size other than Integer.SIZE

2023-08-15 Thread via GitHub
aherbert merged PR #406: URL: https://github.com/apache/commons-collections/pull/406 -- 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: