[jira] [Updated] (DBCP-596) PoolingConnection.toString() causes StackOverflowError

2024-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated DBCP-596: - Assignee: Gary D. Gregory > PoolingConnection.toString() causes StackOverflowError >

[jira] [Resolved] (DBCP-596) PoolingConnection.toString() causes StackOverflowError

2024-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-596. -- Fix Version/s: 2.11.1 Resolution: Fixed A fix is in git master and 2.11.1-SNAPSHOT builds

Re: [PR] Wrong location for EOL [commons-net]

2024-02-13 Thread via GitHub
thc202 commented on code in PR #217: URL: https://github.com/apache/commons-net/pull/217#discussion_r1487544841 ## src/main/java/org/apache/commons/net/ftp/FTPHTTPClient.java: ## @@ -194,8 +194,8 @@ private BufferedReader tunnelHandshake(final String host, final int port,

Re: [PR] Wrong location for EOL [commons-net]

2024-02-13 Thread via GitHub
thc202 commented on PR #217: URL: https://github.com/apache/commons-net/pull/217#issuecomment-1941084689 The `CRLF` being added in the other line is still needed though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Wrong location for EOL [commons-net]

2024-02-13 Thread via GitHub
sebbASF commented on PR #217: URL: https://github.com/apache/commons-net/pull/217#issuecomment-1941106487 > The `CRLF` being added in the other line is still needed though. Agreed, but that should be a separate PR. -- This is an automated message from the Apache Git Service. To

Re: [PR] Wrong location for EOL [commons-net]

2024-02-13 Thread via GitHub
sebbASF closed pull request #217: Wrong location for EOL URL: https://github.com/apache/commons-net/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,

Re: [PR] Wrong location for EOL [commons-net]

2024-02-13 Thread via GitHub
sebbASF commented on PR #217: URL: https://github.com/apache/commons-net/pull/217#issuecomment-1941074836 Good point. -- 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] (DBCP-596) PoolingConnection.toString() causes StackOverflowError

2024-02-13 Thread Aapo Haapanen (Jira)
Aapo Haapanen created DBCP-596: -- Summary: PoolingConnection.toString() causes StackOverflowError Key: DBCP-596 URL: https://issues.apache.org/jira/browse/DBCP-596 Project: Commons DBCP Issue

[PR] Don't fail if retry succeeds; log instead [commons-net]

2024-02-13 Thread via GitHub
sebbASF opened a new pull request, #218: URL: https://github.com/apache/commons-net/pull/218 At present, the deleteFile method always throws the original error, even if the retry succeeds. This seems wrong -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Comment Edited] (DBCP-596) PoolingConnection.toString() causes StackOverflowError

2024-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817012#comment-17817012 ] Gary D. Gregory edited comment on DBCP-596 at 2/13/24 8:41 PM: ---

Re: [PR] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12 [commons-dbcp]

2024-02-13 Thread via GitHub
garydgregory merged PR #349: URL: https://github.com/apache/commons-dbcp/pull/349 -- 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:

Re: [PR] Bump org.apache.commons:commons-parent from 64 to 66 [commons-dbcp]

2024-02-13 Thread via GitHub
garydgregory commented on PR #343: URL: https://github.com/apache/commons-dbcp/pull/343#issuecomment-1941696528 Closing: Bumped to 66 in git master. -- 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

Re: [PR] Bump org.apache.commons:commons-parent from 64 to 66 [commons-dbcp]

2024-02-13 Thread via GitHub
garydgregory closed pull request #343: Bump org.apache.commons:commons-parent from 64 to 66 URL: https://github.com/apache/commons-dbcp/pull/343 -- 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] DBCP-595: Connection pool can be exhausted when connections are killed on the DB side [commons-dbcp]

2024-02-13 Thread via GitHub
garydgregory commented on PR #348: URL: https://github.com/apache/commons-dbcp/pull/348#issuecomment-1941694878 The discussion thread is here: https://lists.apache.org/thread/n4y348prj0nkf1owqohzhtr65j0ps2lo -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (DBCP-595) Connection pool can be exhausted when connections are killed on the DB side

2024-02-13 Thread Jira
[ https://issues.apache.org/jira/browse/DBCP-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817059#comment-17817059 ] Dénes Bodó commented on DBCP-595: - Thank you Phil for your inputs. I'll go back testing your suggestions