Re: [PR] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-digester]

2025-02-13 Thread via GitHub
garydgregory merged PR #228: URL: https://github.com/apache/commons-digester/pull/228 -- 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] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-compress]

2025-02-13 Thread via GitHub
garydgregory merged PR #641: URL: https://github.com/apache/commons-compress/pull/641 -- 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] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-jci]

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

Re: [PR] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-net]

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

Re: [PR] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-scxml]

2025-02-13 Thread via GitHub
garydgregory merged PR #304: URL: https://github.com/apache/commons-scxml/pull/304 -- 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...@co

Re: [PR] Bump github/codeql-action from 3.28.8 to 3.28.9 [commons-io]

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

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-2658113816 Hi E, It should be easy to implement avoiding breaks using the japicmp Maven plugin to avoid issues like this moving forward. We use japicmp in Commons in all active components. A

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-vfs]

2025-02-13 Thread via GitHub
garydgregory commented on PR #659: URL: https://github.com/apache/commons-vfs/pull/659#issuecomment-2657927034 @elecharny @raboof I see: ``` [INFO] Running org.apache.commons.vfs2.provider.ftps.FtpsProviderExplicitTestCase Exception in thread "pool-12-thread-1" java.lang.NoSu

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
elecharny commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-265752 Hi Gary, sorry for the API breakage... I did my best to get this release out, I should have been more careful... -- This is an automated message from the Apache Git Service.

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-2657883774 Closing: I found all the changes to get this update working. I can't get Commons VFS to work yet tough... -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory closed pull request #327: Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 URL: https://github.com/apache/commons-net/pull/327 -- 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 t

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-2657726063 Hm, if I apply this patch here: ``` diff --git a/pom.xml b/pom.xml index 4a610fc..00f3990 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@

[PR] Handle IllegalArgumentException thrown for invalid email address [commons-email]

2025-02-13 Thread via GitHub
dwickern opened a new pull request, #328: URL: https://github.com/apache/commons-email/pull/328 `java.net.IDN.toASCII` throws an `IllegalArgumentException` for a domain like `domain..com`. This PR translates it to an `EmailException`. -- This is an automated message from the Apache Git Se

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-2657696672 And a binary break from 1.2.0 :-( ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project common

Re: [PR] Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 [commons-net]

2025-02-13 Thread via GitHub
garydgregory commented on PR #327: URL: https://github.com/apache/commons-net/pull/327#issuecomment-2657684514 Ah, I see, this is a behavior break from 1.2.0 where is was `Md5PasswordEncryptor`... -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (BEANUTILS-362) Add serialVersionUID to Serializable classes

2025-02-13 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved BEANUTILS-362. Resolution: Abandoned The general strategy now in Commons is to stop using Serializable wherever/whenev

[jira] [Updated] (BEANUTILS-362) Add serialVersionUID to Serializable classes

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-362: -- Fix Version/s: 1.10.2 (was: 1.10.1) > Add serialVersionUID to

[jira] [Updated] (BEANUTILS-235) [beanutils] Need getPropertyType(Class theClass, String propName)

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-235: -- Fix Version/s: 1.10.2 (was: 1.10.1) > [beanutils] Need getPro

[jira] [Updated] (BEANUTILS-325) support multiple locales per application

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-325: -- Fix Version/s: 1.10.2 (was: 1.10.1) > support multiple locale

[jira] [Updated] (BEANUTILS-204) [beanutils] LocaleBeanUtils.copyProperties() does not use Locale aware converions

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-204: -- Fix Version/s: 1.10.2 (was: 1.10.1) > [beanutils] LocaleBeanU

[jira] [Updated] (BEANUTILS-66) [beanutils] MethodUtils.getAccessibleMethod does not work for enums

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-66: - Fix Version/s: 1.10.2 (was: 1.10.1) > [beanutils] MethodUtils.ge

[jira] [Updated] (BEANUTILS-112) [beanutils] defaultTransformers is public in BeanMap class

2025-02-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated BEANUTILS-112: -- Fix Version/s: 1.10.2 (was: 1.10.1) > [beanutils] defaultTran

[jira] [Commented] (LANG-1763) Deprecate FastDateFormat

2025-02-13 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/LANG-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926766#comment-17926766 ] Gilles Sadowski commented on LANG-1763: --- bq. It's just that the replacement isn't a

[jira] [Commented] (LANG-1763) Deprecate FastDateFormat

2025-02-13 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/LANG-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926760#comment-17926760 ] Elliotte Rusty Harold commented on LANG-1763: - Well in this case it's not depr

[jira] [Commented] (LANG-1763) Deprecate FastDateFormat

2025-02-13 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/LANG-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17926732#comment-17926732 ] Gilles Sadowski commented on LANG-1763: --- bq. Even if someone appeared tomorrow ready