[GitHub] [commons-text] michaelkarnerfors commented on pull request #458: TEXT-231: WordUtils.wrap react to pre-existing "newline string"

2023-09-15 Thread via GitHub
michaelkarnerfors commented on PR #458: URL: https://github.com/apache/commons-text/pull/458#issuecomment-1721966419 > -1 as is: > > * This PR will break the build: Run `mvn` to run the default Maven goal which in turn runs all build checks > * Don't rewrite existing tests: It make

[GitHub] [commons-bcel] garydgregory merged pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-15 Thread via GitHub
garydgregory merged PR #221: URL: https://github.com/apache/commons-bcel/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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@com

[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-15 Thread via GitHub
garydgregory commented on code in PR #221: URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1327778949 ## src/main/java/org/apache/bcel/generic/Type.java: ## @@ -180,7 +181,7 @@ public static String getSignature(final java.lang.reflect.Method meth) { public

[jira] [Resolved] (FILEUPLOAD-309) Release version 2.0.0

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved FILEUPLOAD-309. Fix Version/s: 2.0.0-M1 Resolution: Fixed > Release version 2.0.0 >

[jira] [Resolved] (FILEUPLOAD-352) NullPointerException in DiskFileItem#toString

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved FILEUPLOAD-352. Fix Version/s: 2.0.0-M2 Assignee: Gary D. Gregory Resolution: Fi

[jira] (FILEUPLOAD-352) NullPointerException in DiskFileItem#toString

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-352 ] Gary D. Gregory deleted comment on FILEUPLOAD-352: was (Author: garydgregory): Please try migrating to 2.0.0-M1. > NullPointerException in DiskFileItem#toString >

[jira] [Commented] (FILEUPLOAD-352) NullPointerException in DiskFileItem#toString

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765734#comment-17765734 ] Gary D. Gregory commented on FILEUPLOAD-352: Please try migrating to 2.0.

[jira] [Commented] (FILEUPLOAD-352) NullPointerException in DiskFileItem#toString

2023-09-15 Thread Jira
[ https://issues.apache.org/jira/browse/FILEUPLOAD-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765721#comment-17765721 ] Björn Kautler commented on FILEUPLOAD-352: -- Same for {code:groovy} @Grab('or

[jira] [Created] (FILEUPLOAD-352) NullPointerException in DiskFileItem#toString

2023-09-15 Thread Jira
Björn Kautler created FILEUPLOAD-352: Summary: NullPointerException in DiskFileItem#toString Key: FILEUPLOAD-352 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-352 Project: Commons FileUploa

[GitHub] [commons-daemon] garydgregory merged pull request #110: Bump github/codeql-action from 2.21.5 to 2.21.7

2023-09-15 Thread via GitHub
garydgregory merged PR #110: URL: https://github.com/apache/commons-daemon/pull/110 -- 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...@c

[jira] [Comment Edited] (IO-800) Fix back-incompatible change for PathUtils.deleteDirectory(): throw NoSuchFileException instead of IllegalArgumentException

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765584#comment-17765584 ] Gary D. Gregory edited comment on IO-800 at 9/15/23 12:24 PM: -- D

[jira] [Commented] (IO-800) Fix back-incompatible change for PathUtils.deleteDirectory(): throw NoSuchFileException instead of IllegalArgumentException

2023-09-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765584#comment-17765584 ] Gary D. Gregory commented on IO-800: Does a local build of the git branch work for your u

[GitHub] [commons-compress] garydgregory merged pull request #414: Bump github/codeql-action from 2.21.5 to 2.21.7

2023-09-15 Thread via GitHub
garydgregory merged PR #414: URL: https://github.com/apache/commons-compress/pull/414 -- 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] [Created] (DIGESTER-200) Enable XML parsing security features by default

2023-09-15 Thread Arnout Engelen (Jira)
Arnout Engelen created DIGESTER-200: --- Summary: Enable XML parsing security features by default Key: DIGESTER-200 URL: https://issues.apache.org/jira/browse/DIGESTER-200 Project: Commons Digester

[GitHub] [commons-bcel] JuditKnoll commented on a diff in pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-15 Thread via GitHub
JuditKnoll commented on code in PR #221: URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1326918479 ## src/main/java/org/apache/bcel/generic/Type.java: ## @@ -365,6 +366,24 @@ public int hashCode() { return type ^ signature.hashCode(); } +sta