[GitHub] [commons-lang] garydgregory commented on a diff in pull request #956: Improve JavaDocs

2022-10-08 Thread GitBox
garydgregory commented on code in PR #956: URL: https://github.com/apache/commons-lang/pull/956#discussion_r990705792 ## src/main/java/org/apache/commons/lang3/BitField.java: ## @@ -56,15 +56,15 @@ * Flags and data can be retrieved from the integer: * * - *// Prints tr

[GitHub] [commons-lang] codecov-commenter commented on pull request #965: Remove unnecessary conditions. It's no need it after assigns tmp to duration

2022-10-08 Thread GitBox
codecov-commenter commented on PR #965: URL: https://github.com/apache/commons-lang/pull/965#issuecomment-1272402537 # [Codecov](https://codecov.io/gh/apache/commons-lang/pull/965?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apa

[GitHub] [commons-lang] kinow commented on a diff in pull request #965: Remove unnecessary conditions. It's no need it after assigns tmp to duration

2022-10-08 Thread GitBox
kinow commented on code in PR #965: URL: https://github.com/apache/commons-lang/pull/965#discussion_r990698891 ## src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java: ## @@ -190,9 +190,6 @@ public static String formatDurationWords( duration

[jira] [Commented] (POOL-407) Threads get stuck when idleObjects list is empty.

2022-10-08 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/POOL-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614541#comment-17614541 ] Gary D. Gregory commented on POOL-407: -- Some of the Javadocs say that throwing an exce

[GitHub] [commons-lang] garydgregory merged pull request #966: Make a non-access modifier local variables.

2022-10-08 Thread GitBox
garydgregory merged PR #966: URL: https://github.com/apache/commons-lang/pull/966 -- 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: issues-unsubscr...@com

[GitHub] [commons-lang] codecov-commenter commented on pull request #966: Make a non-access modifier local variables.

2022-10-08 Thread GitBox
codecov-commenter commented on PR #966: URL: https://github.com/apache/commons-lang/pull/966#issuecomment-1272389408 # [Codecov](https://codecov.io/gh/apache/commons-lang/pull/966?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apa

[GitHub] [commons-lang] arturobernalg opened a new pull request, #965: Remove unnecessary conditions. It's no need it after assigns tmp to duration

2022-10-08 Thread GitBox
arturobernalg opened a new pull request, #965: URL: https://github.com/apache/commons-lang/pull/965 We don't need that conditions. Its always false and will never reach it. And just because in the line 192 we assigns tmp to duration. -- This is an automated message from the Apache Git Se

[GitHub] [commons-lang] arturobernalg commented on a diff in pull request #875: simplify operations and avoid extra calculations

2022-10-08 Thread GitBox
arturobernalg commented on code in PR #875: URL: https://github.com/apache/commons-lang/pull/875#discussion_r990679581 ## src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java: ## @@ -710,7 +710,7 @@ public static Method getMatchingAccessibleMethod(final Class cls,

[jira] [Closed] (LANG-1652) Check whether the given class has a public constructor

2022-10-08 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed LANG-1652. --- Resolution: Won't Fix > Check whether the given class has a public constructor > -

[jira] [Work logged] (LANG-1652) Check whether the given class has a public constructor

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1652?focusedWorklogId=814974&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814974 ] ASF GitHub Bot logged work on LANG-1652: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg closed pull request #736: LANG-1652 - Check whether the given class has a public constructor

2022-10-08 Thread GitBox
arturobernalg closed pull request #736: LANG-1652 - Check whether the given class has a public constructor URL: https://github.com/apache/commons-lang/pull/736 -- 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

[GitHub] [commons-lang] arturobernalg closed pull request #757: Use own validator ClassUtils.getName to get String input

2022-10-08 Thread GitBox
arturobernalg closed pull request #757: Use own validator ClassUtils.getName to get String input URL: https://github.com/apache/commons-lang/pull/757 -- 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

[GitHub] [commons-lang] arturobernalg commented on a diff in pull request #956: Improve JavaDocs

2022-10-08 Thread GitBox
arturobernalg commented on code in PR #956: URL: https://github.com/apache/commons-lang/pull/956#discussion_r990676380 ## src/main/java/org/apache/commons/lang3/BitField.java: ## @@ -56,15 +56,15 @@ * Flags and data can be retrieved from the integer: * * - *// Prints t

[jira] [Commented] (POOL-407) Threads get stuck when idleObjects list is empty.

2022-10-08 Thread Marten Gajda (Jira)
[ https://issues.apache.org/jira/browse/POOL-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614535#comment-17614535 ] Marten Gajda commented on POOL-407: --- So the solution (or correct usage?) is to throw an e

[GitHub] [commons-fileupload] codecov-commenter commented on pull request #170: Bump actions/cache from 3.0.8 to 3.0.10

2022-10-08 Thread GitBox
codecov-commenter commented on PR #170: URL: https://github.com/apache/commons-fileupload/pull/170#issuecomment-1272331494 # [Codecov](https://codecov.io/gh/apache/commons-fileupload/pull/170?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm

[GitHub] [commons-email] codecov-commenter commented on pull request #99: Bump actions/checkout from 3.0.2 to 3.1.0

2022-10-08 Thread GitBox
codecov-commenter commented on PR #99: URL: https://github.com/apache/commons-email/pull/99#issuecomment-1272331250 # [Codecov](https://codecov.io/gh/apache/commons-email/pull/99?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac

[GitHub] [commons-fileupload] codecov-commenter commented on pull request #171: Bump actions/checkout from 3.0.2 to 3.1.0

2022-10-08 Thread GitBox
codecov-commenter commented on PR #171: URL: https://github.com/apache/commons-fileupload/pull/171#issuecomment-1272331247 # [Codecov](https://codecov.io/gh/apache/commons-fileupload/pull/171?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm

[GitHub] [commons-email] codecov-commenter commented on pull request #98: Bump actions/cache from 3.0.8 to 3.0.10

2022-10-08 Thread GitBox
codecov-commenter commented on PR #98: URL: https://github.com/apache/commons-email/pull/98#issuecomment-1272331246 # [Codecov](https://codecov.io/gh/apache/commons-email/pull/98?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac

[GitHub] [commons-beanutils] codecov-commenter commented on pull request #139: Bump actions/checkout from 3.0.2 to 3.1.0

2022-10-08 Thread GitBox
codecov-commenter commented on PR #139: URL: https://github.com/apache/commons-beanutils/pull/139#issuecomment-1272330602 # [Codecov](https://codecov.io/gh/apache/commons-beanutils/pull/139?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_t

[GitHub] [commons-beanutils] codecov-commenter commented on pull request #140: Bump actions/cache from 3.0.9 to 3.0.10

2022-10-08 Thread GitBox
codecov-commenter commented on PR #140: URL: https://github.com/apache/commons-beanutils/pull/140#issuecomment-1272330352 # [Codecov](https://codecov.io/gh/apache/commons-beanutils/pull/140?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_t

[GitHub] [commons-net] garydgregory merged pull request #114: Bump actions/checkout from 3.0.2 to 3.1.0

2022-10-08 Thread GitBox
garydgregory merged PR #114: URL: https://github.com/apache/commons-net/pull/114 -- 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: issues-unsubscr...@comm

[GitHub] [commons-net] garydgregory merged pull request #115: Bump actions/cache from 3.0.8 to 3.0.10

2022-10-08 Thread GitBox
garydgregory merged PR #115: URL: https://github.com/apache/commons-net/pull/115 -- 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: issues-unsubscr...@comm

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814960 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814959&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814959 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory closed pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
garydgregory closed pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type URL: https://github.com/apache/commons-lang/pull/951 -- 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] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814958&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814958 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] tisonkun commented on a diff in pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
tisonkun commented on code in PR #951: URL: https://github.com/apache/commons-lang/pull/951#discussion_r990639185 ## src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java: ## @@ -110,8 +110,9 @@ private void appendFields(final Class clazz) { for (fin

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814956&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814956 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] tisonkun commented on a diff in pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
tisonkun commented on code in PR #951: URL: https://github.com/apache/commons-lang/pull/951#discussion_r990638932 ## src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java: ## @@ -110,8 +110,9 @@ private void appendFields(final Class clazz) { for (fin

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814957&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814957 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
garydgregory commented on code in PR #951: URL: https://github.com/apache/commons-lang/pull/951#discussion_r990638900 ## src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java: ## @@ -110,8 +110,9 @@ private void appendFields(final Class clazz) { for

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814955&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814955 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] tisonkun commented on a diff in pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
tisonkun commented on code in PR #951: URL: https://github.com/apache/commons-lang/pull/951#discussion_r990638585 ## src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java: ## @@ -110,8 +110,9 @@ private void appendFields(final Class clazz) { for (fin

[jira] [Work logged] (LANG-1603) Deprecate the "Fraction" class

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1603?focusedWorklogId=814954&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814954 ] ASF GitHub Bot logged work on LANG-1603: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #935: LANG-1603: Deprecate Fraction class

2022-10-08 Thread GitBox
garydgregory commented on code in PR #935: URL: https://github.com/apache/commons-lang/pull/935#discussion_r990638476 ## src/main/java/org/apache/commons/lang3/math/Fraction.java: ## @@ -31,8 +31,11 @@ * based and thus suffers from various overflow issues. For a BigInteger bas

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814953&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814953 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
garydgregory commented on code in PR #951: URL: https://github.com/apache/commons-lang/pull/951#discussion_r990637662 ## src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java: ## @@ -110,8 +110,9 @@ private void appendFields(final Class clazz) { for

[GitHub] [commons-lang] garydgregory closed pull request #952: Remove empty line

2022-10-08 Thread GitBox
garydgregory closed pull request #952: Remove empty line URL: https://github.com/apache/commons-lang/pull/952 -- 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-

[GitHub] [commons-lang] garydgregory commented on pull request #952: Remove empty line

2022-10-08 Thread GitBox
garydgregory commented on PR #952: URL: https://github.com/apache/commons-lang/pull/952#issuecomment-1272310239 Closing: I don't want to open the door to spending time reviewing style change PRs. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #956: Improve JavaDocs

2022-10-08 Thread GitBox
garydgregory commented on code in PR #956: URL: https://github.com/apache/commons-lang/pull/956#discussion_r990637290 ## src/main/java/org/apache/commons/lang3/BitField.java: ## @@ -56,15 +56,15 @@ * Flags and data can be retrieved from the integer: * * - *// Prints tr

[GitHub] [commons-lang] garydgregory merged pull request #962: Simplify expression (length is never < 0)

2022-10-08 Thread GitBox
garydgregory merged PR #962: URL: https://github.com/apache/commons-lang/pull/962 -- 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: issues-unsubscr...@com

[GitHub] [commons-release-plugin] garydgregory merged pull request #142: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
garydgregory merged PR #142: URL: https://github.com/apache/commons-release-plugin/pull/142 -- 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: issues-unsub

[GitHub] [commons-release-plugin] codecov-commenter commented on pull request #142: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
codecov-commenter commented on PR #142: URL: https://github.com/apache/commons-release-plugin/pull/142#issuecomment-1272301761 # [Codecov](https://codecov.io/gh/apache/commons-release-plugin/pull/142?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comm

[GitHub] [commons-release-plugin] dependabot[bot] opened a new pull request, #142: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
dependabot[bot] opened a new pull request, #142: URL: https://github.com/apache/commons-release-plugin/pull/142 Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.0 to 4.7.2.1. Release notes Sourced from https://github.com/spotbugs/spotbugs

[GitHub] [commons-build-plugin] garydgregory merged pull request #93: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
garydgregory merged PR #93: URL: https://github.com/apache/commons-build-plugin/pull/93 -- 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: issues-unsubscr.

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814946&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814946 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
garydgregory commented on PR #951: URL: https://github.com/apache/commons-lang/pull/951#issuecomment-1272297305 I'll take a look this weekend... -- 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 th

[GitHub] [commons-build-plugin] dependabot[bot] opened a new pull request, #93: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
dependabot[bot] opened a new pull request, #93: URL: https://github.com/apache/commons-build-plugin/pull/93 Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.0 to 4.7.2.1. Release notes Sourced from https://github.com/spotbugs/spotbugs-mav

[jira] [Work logged] (LANG-1692) Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1692?focusedWorklogId=814941&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814941 ] ASF GitHub Bot logged work on LANG-1692: Author: ASF GitHub Bot

[GitHub] [commons-lang] tisonkun commented on pull request #951: [LANG-1692] Cast FieldUtils.readField result to the recipient type

2022-10-08 Thread GitBox
tisonkun commented on PR #951: URL: https://github.com/apache/commons-lang/pull/951#issuecomment-1272292034 @garydgregory is there any remaining blocker for this patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[jira] [Commented] (CSV-305) Add data connector

2022-10-08 Thread Yotam Hadas (Jira)
[ https://issues.apache.org/jira/browse/CSV-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614459#comment-17614459 ] Yotam Hadas commented on CSV-305: - Hey [~ggregory] , thanks for your response butI don't loo

[GitHub] [commons-bcel] garydgregory merged pull request #155: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
garydgregory merged PR #155: URL: https://github.com/apache/commons-bcel/pull/155 -- 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: issues-unsubscr...@com

[GitHub] [commons-bcel] codecov-commenter commented on pull request #155: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
codecov-commenter commented on PR #155: URL: https://github.com/apache/commons-bcel/pull/155#issuecomment-1272283598 # [Codecov](https://codecov.io/gh/apache/commons-bcel/pull/155?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apa

[GitHub] [commons-bcel] dependabot[bot] opened a new pull request, #155: Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1

2022-10-08 Thread GitBox
dependabot[bot] opened a new pull request, #155: URL: https://github.com/apache/commons-bcel/pull/155 Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.0 to 4.7.2.1. Release notes Sourced from https://github.com/spotbugs/spotbugs-maven-plu

[jira] [Commented] (CSV-305) Add data connector

2022-10-08 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CSV-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614457#comment-17614457 ] Gary D. Gregory commented on CSV-305: - Hi [~yotam2010]  If you want an ORM API, you sho

[GitHub] [commons-validator] homebeaver commented on pull request #67: Added IBAN Validator for LY , SD , BI

2022-10-08 Thread GitBox
homebeaver commented on PR #67: URL: https://github.com/apache/commons-validator/pull/67#issuecomment-1272281301 @garydgregory 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 to the specif

[jira] [Updated] (CSV-305) Add data connector

2022-10-08 Thread Yotam Hadas (Jira)
[ https://issues.apache.org/jira/browse/CSV-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yotam Hadas updated CSV-305: Description: After using the csv library I felt like I had 1 main thing missing - something to connect betwee

[jira] [Updated] (CSV-305) Add data connector

2022-10-08 Thread Yotam Hadas (Jira)
[ https://issues.apache.org/jira/browse/CSV-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yotam Hadas updated CSV-305: Description: After using the csv library I felt like I had 1 main thing missing - something to connect betwee

[jira] [Updated] (CSV-305) Add data connector

2022-10-08 Thread Yotam Hadas (Jira)
[ https://issues.apache.org/jira/browse/CSV-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yotam Hadas updated CSV-305: Priority: Minor (was: Major) > Add data connector > -- > > Key: CSV-305 >

[jira] [Created] (CSV-305) Add data connector

2022-10-08 Thread Yotam Hadas (Jira)
Yotam Hadas created CSV-305: --- Summary: Add data connector Key: CSV-305 URL: https://issues.apache.org/jira/browse/CSV-305 Project: Commons CSV Issue Type: Improvement Reporter: Yotam Ha