Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
garydgregory commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405300486 ## src/main/java/org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.java: ## @@ -92,12 +92,15 @@ public Object invoke(final Object proxy, final Metho

Re: [PR] Refactoring deficient encapsulation [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 closed pull request #221: Refactoring deficient encapsulation URL: https://github.com/apache/commons-dbutils/pull/221 -- 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

Re: [PR] Refactoring deficient encapsulation [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on PR #221: URL: https://github.com/apache/commons-dbutils/pull/221#issuecomment-1826439432 These changes are not taken into account, hence closing this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Set `java.logging` as optional module [commons-logging]

2023-11-25 Thread via GitHub
garydgregory merged PR #183: URL: https://github.com/apache/commons-logging/pull/183 -- 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...@

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405217722 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -186,19 +187,21 @@ public void setTestField(final int idx, final Integer

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405217642 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -186,19 +187,21 @@ public void setTestField(final int idx, final Integer

[PR] Set `java.logging` as optional module [commons-logging]

2023-11-25 Thread via GitHub
ppkarwasz opened a new pull request, #183: URL: https://github.com/apache/commons-logging/pull/183 Commons Logging has a fallback simple logger that is used if the `java.util.logging` package is not present. Originally this only could happen with Java 1.3, but sinc Java 9 the user ca

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
garydgregory commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405182753 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -186,19 +187,21 @@ public void setTestField(final int idx, final Integer testField

Re: [PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 [commons-text]

2023-11-25 Thread via GitHub
garydgregory merged PR #474: URL: https://github.com/apache/commons-text/pull/474 -- 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

Re: [PR] Bump commons.bytebuddy.version from 1.14.9 to 1.14.10 [commons-text]

2023-11-25 Thread via GitHub
garydgregory merged PR #476: URL: https://github.com/apache/commons-text/pull/476 -- 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

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405178953 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -213,93 +214,90 @@ public void testCheckAnnotationOnMissingReadMethod() t

Re: [PR] Code smells fixing [commons-text]

2023-11-25 Thread via GitHub
Scient122 closed pull request #477: Code smells fixing URL: https://github.com/apache/commons-text/pull/477 -- 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-ma

[PR] Code smells fixing [commons-text]

2023-11-25 Thread via GitHub
Scient122 opened a new pull request, #477: URL: https://github.com/apache/commons-text/pull/477 (no comment) -- 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,

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
ecki commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405177811 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -213,93 +214,90 @@ public void testCheckAnnotationOnMissingReadMethod() throws Exception {

Re: [PR] Bump logback.version from 1.3.11 to 1.4.11 [commons-logging]

2023-11-25 Thread via GitHub
garydgregory commented on PR #178: URL: https://github.com/apache/commons-logging/pull/178#issuecomment-1826379932 Right, we could do a 1.4.0 targeting Java 11. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Bump logback.version from 1.3.11 to 1.4.11 [commons-logging]

2023-11-25 Thread via GitHub
ppkarwasz commented on PR #178: URL: https://github.com/apache/commons-logging/pull/178#issuecomment-1826371905 It seems that Logback 1.3.x is the last one supporting Java 8. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Bump logback.version from 1.3.11 to 1.4.11 [commons-logging]

2023-11-25 Thread via GitHub
garydgregory commented on PR #178: URL: https://github.com/apache/commons-logging/pull/178#issuecomment-1826369383 @dependabot rebase -- 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 speci

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on code in PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#discussion_r1405159111 ## src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java: ## @@ -213,93 +214,90 @@ public void testCheckAnnotationOnMissingReadMethod() t

Re: [PR] Disable Lumberjack and Log4j 1.x and document it [commons-logging]

2023-11-25 Thread via GitHub
garydgregory merged PR #182: URL: https://github.com/apache/commons-logging/pull/182 -- 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] [Commented] (LOGGING-173) Shall we remove AvalonLogger and LogKitLogger?

2023-11-25 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOGGING-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789679#comment-17789679 ] Piotr Karwasz commented on LOGGING-173: --- [~elharo], The class is still there, but

[jira] [Commented] (COMPRESS-652) Support appending to existing archives in ZipArchiveOutputStream

2023-11-25 Thread Daniel Janus (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789675#comment-17789675 ] Daniel Janus commented on COMPRESS-652: --- I’ve created a PR with a test that cover

[PR] Support converting an existing ZIP file to a ZipArchiveOutputStream for appending [commons-compress]

2023-11-25 Thread via GitHub
nathell opened a new pull request, #446: URL: https://github.com/apache/commons-compress/pull/446 Description and rationale in a JIRA ticket: https://issues.apache.org/jira/projects/COMPRESS/issues/COMPRESS-652. In addition to adding a test, I’ve verified manually that this works both

Re: [PR] Fx and reenable testSkip_RequiredCharsets [commons-io]

2023-11-25 Thread via GitHub
garydgregory merged PR #518: URL: https://github.com/apache/commons-io/pull/518 -- 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...@commo

[PR] fix and reenable testSkip_RequiredCharsets [commons-io]

2023-11-25 Thread via GitHub
elharo opened a new pull request, #518: URL: https://github.com/apache/commons-io/pull/518 The problem in this test was asserting something that simply wasn't true and wasn't expected to be true in many cases. Removing the offending assert allowed some redundant tests to be removed.

Re: [PR] Resolving a few implementation smells using respective Refactoring Techniques [commons-dbutils]

2023-11-25 Thread via GitHub
sanjanarampurkottur01 commented on PR #218: URL: https://github.com/apache/commons-dbutils/pull/218#issuecomment-1826313580 Hello Gary, I am working on these code changes, based on your review. Thank you. Best Regards, Sanjana Rampur Kottur On Fri, 24 Nov 2023 a

[jira] [Commented] (IO-783) Fetching file extension using FilenameUtils.getExtension method throws error in windows machine

2023-11-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789669#comment-17789669 ] Gary D. Gregory commented on IO-783: This issue needs a pull request on GitHub so we can

[jira] [Updated] (IO-783) Fetching file extension using FilenameUtils.getExtension method throws error in windows machine

2023-11-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-783: --- Priority: Major (was: Blocker) > Fetching file extension using FilenameUtils.getExtension method throws

[jira] [Commented] (LOGGING-173) Shall we remove AvalonLogger and LogKitLogger?

2023-11-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOGGING-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789668#comment-17789668 ] Gary D. Gregory commented on LOGGING-173: - The plan (or at least mine) is not br

[jira] [Commented] (LOGGING-173) Shall we remove AvalonLogger and LogKitLogger?

2023-11-25 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/LOGGING-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789665#comment-17789665 ] Elliotte Rusty Harold commented on LOGGING-173: --- Just checked and AvalonLo