Re: [PR] CONFIGURATION-846 restore previous behavior allowing spring to inject multiple values [commons-configuration]

2024-05-30 Thread via GitHub
garydgregory commented on PR #425: URL: https://github.com/apache/commons-configuration/pull/425#issuecomment-2139341459 All parties seem to agree. I will merge. TY all for your patience. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] CONFIGURATION-846 restore previous behavior allowing spring to inject multiple values [commons-configuration]

2024-05-30 Thread via GitHub
garydgregory merged PR #425: URL: https://github.com/apache/commons-configuration/pull/425 -- 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-unsubs

[jira] [Resolved] (CONFIGURATION-846) Unable to load multivalued configurations into Spring using ConfigurationPropertySource

2024-05-30 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved CONFIGURATION-846. --- Fix Version/s: 2.10.2 Resolution: Fixed > Unable to load multiv

[jira] [Commented] (COMPRESS-675) Regression in pack200's Archive class -- underlying InputStream is now closed

2024-05-30 Thread Tim Allison (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850690#comment-17850690 ] Tim Allison commented on COMPRESS-675: -- Where tomorrow in open source time = two w

Re: [PR] Bump commons.bytebuddy.version from 1.14.16 to 1.14.17 [commons-text]

2024-05-30 Thread via GitHub
garydgregory merged PR #553: URL: https://github.com/apache/commons-text/pull/553 -- 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 org.assertj:assertj-core from 3.25.3 to 3.26.0 [commons-text]

2024-05-30 Thread via GitHub
garydgregory merged PR #554: URL: https://github.com/apache/commons-text/pull/554 -- 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 org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 [commons-text]

2024-05-30 Thread via GitHub
garydgregory closed pull request #549: Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 URL: https://github.com/apache/commons-text/pull/549 -- 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

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

2024-05-30 Thread via GitHub
garydgregory commented on PR #549: URL: https://github.com/apache/commons-text/pull/549#issuecomment-2139401726 We now pick up the plugin version from parent POM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Bump commons.bytebuddy.version from 1.14.16 to 1.14.17 [commons-io]

2024-05-30 Thread via GitHub
garydgregory merged PR #635: URL: https://github.com/apache/commons-io/pull/635 -- 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] change CASNumberCheckDigit and ECNumberCheckDigit, add ECIndexNumberValidator [commons-validator]

2024-05-30 Thread via GitHub
homebeaver opened a new pull request, #228: URL: https://github.com/apache/commons-validator/pull/228 routines in package `org.apache.commons.validator.routines.checkdigit` do not validate the input for length or syntax. So I change CASNumberCheckDigit and ECNumberCheckDigit.

Re: [PR] Support generation of single quotes [commons-lang]

2024-05-30 Thread via GitHub
garydgregory commented on code in PR #1227: URL: https://github.com/apache/commons-lang/pull/1227#discussion_r1618741719 ## src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java: ## @@ -264,7 +264,12 @@ static String format(final Token[] tokens, final long years,

Re: [PR] Support generation of single quotes [commons-lang]

2024-05-30 Thread via GitHub
sebbASF commented on PR #1227: URL: https://github.com/apache/commons-lang/pull/1227#issuecomment-2140935030 Note that this solution, whilst honouring the existing tests, would mean that the syntax deviates from the SimpleDateFormat style. It's not ideal. -- This is an automated message f