[
https://issues.apache.org/jira/browse/COLLECTIONS-604?focusedWorklogId=726155&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726155
]
ASF GitHub Bot logged work on COLLECTIONS-604:
--
Author: ASF
Kaammill opened a new pull request #279:
URL: https://github.com/apache/commons-collections/pull/279
Hi,
I was thinking about the more uniform safe-null methods in CollectionUtils
from jira task: COLLECTIONS-604. In my opinion it would be nice to have one way
of treating null-safe meth
[
https://issues.apache.org/jira/browse/LANG-1671?focusedWorklogId=726148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726148
]
ASF GitHub Bot logged work on LANG-1671:
Author: ASF GitHub Bot
JKLedzion commented on pull request #851:
URL: https://github.com/apache/commons-lang/pull/851#issuecomment-1038729148
Hi @garydgregory. Good point. I’ve added description to PR also.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
PeterAlfredLee commented on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038568796
For the `@NotThreadSafe` annotation :
For SevenZ archives, many entries may be compressed in a single 'folder'(see
also [7z format specification](https://7z
[
https://issues.apache.org/jira/browse/LANG-1671?focusedWorklogId=726078&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726078
]
ASF GitHub Bot logged work on LANG-1671:
Author: ASF GitHub Bot
nhojpatrick commented on pull request #39:
URL: https://github.com/apache/commons-codec/pull/39#issuecomment-1038454288
@garydgregory It can be useful as your migrating from JUnit v4 to JUnit v5,
otherwise is a bing bang. Take advantage of assertAll and assertThrows as that
would work in J
PeterAlfredLee commented on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038562085
This change looks good to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
garydgregory merged pull request #89:
URL: https://github.com/apache/commons-parent/pull/89
--
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
garydgregory commented on pull request #851:
URL: https://github.com/apache/commons-lang/pull/851#issuecomment-1037221768
A PR without a description, even if it is only a URL to a ticket, is harder
to follow than it has to be.
--
This is an automated message from the Apache Git Service.
Glavo edited a comment on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038543634
> Said the above, looks like the Compress class itself is marked as not
thread-safe as well @Glavo ?
>
> See the `@NotThreadSafe` annotation. So we could have
Claude-at-Instaclustr commented on pull request #258:
URL:
https://github.com/apache/commons-collections/pull/258#issuecomment-1037441278
--
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 spec
Glavo commented on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038543634
> Said the above, looks like the Compress class itself is marked as not
thread-safe as well @Glavo ?
>
> See the `@NotThreadSafe` annotation. So we could have other
[
https://issues.apache.org/jira/browse/IMAGING-319?focusedWorklogId=726031&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726031
]
ASF GitHub Bot logged work on IMAGING-319:
--
Author: ASF GitHub Bot
garydgregory edited a comment on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038469597
My preference is to not clutter each component with this noise, it's
redundant. The next version of Maven integrates this wrapper thing so maybe we
should just
garydgregory merged pull request #114:
URL: https://github.com/apache/commons-bcel/pull/114
--
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
garydgregory merged pull request #244:
URL: https://github.com/apache/commons-compress/pull/244
--
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: is
garydgregory commented on pull request #238:
URL: https://github.com/apache/commons-vfs/pull/238#issuecomment-1037222065
Merged a while back but I want to say "thank you" here @lukewpc. Keep it up😀👍
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
garydgregory commented on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038469597
My preference is to not clutter each component with this noise, it's
redundant.
--
This is an automated message from the Apache Git Service.
To respond to the messa
garydgregory merged pull request #90:
URL: https://github.com/apache/commons-parent/pull/90
--
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
chadlwilson commented on pull request #324:
URL: https://github.com/apache/commons-io/pull/324#issuecomment-1037745612
Hi @garydgregory - how do you suggest the PR should be updated? I had added
tests to try and ensure we don't keep getting these types of regressions from
refactors, but di
Claudenw commented on a change in pull request #258:
URL:
https://github.com/apache/commons-collections/pull/258#discussion_r805173454
##
File path:
src/test/java/org/apache/commons/collections4/bloomfilter/hasher/AbstractHasherTest.java
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed t
garydgregory merged pull request #245:
URL: https://github.com/apache/commons-compress/pull/245
--
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: is
nhojpatrick commented on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038472244
@garydgregory i agree it could be considered clutter. If all projects are
kept active current it's never an issue.
From experience I'm coming from working with dead o
nhojpatrick closed pull request #40:
URL: https://github.com/apache/commons-codec/pull/40
--
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-u
chadlwilson closed pull request #324:
URL: https://github.com/apache/commons-io/pull/324
--
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-un
garydgregory merged pull request #243:
URL: https://github.com/apache/commons-compress/pull/243
--
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: is
garydgregory commented on pull request #89:
URL: https://github.com/apache/commons-parent/pull/89#issuecomment-1037247029
@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 s
[
https://issues.apache.org/jira/browse/IO-552?focusedWorklogId=725945&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725945
]
ASF GitHub Bot logged work on IO-552:
-
Author: ASF GitHub Bot
Cre
garydgregory commented on pull request #297:
URL: https://github.com/apache/commons-io/pull/297#issuecomment-1037374255
I'm still not sure about this one since ~ is a shell convention to expand
the home directory as opposed to anything to do with the actual file system.
Needs further thoug
garydgregory merged pull request #246:
URL: https://github.com/apache/commons-compress/pull/246
--
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: is
aherbert commented on pull request #258:
URL:
https://github.com/apache/commons-collections/pull/258#issuecomment-1037596846
--
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.
garydgregory commented on pull request #324:
URL: https://github.com/apache/commons-io/pull/324#issuecomment-1037372649
Hello @chadlwilson
I've brought in the tests separately and the runtime is better, would you
please check your use case, update this PR or create a new one? TY!
--
Glavo edited a comment on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038543634
> Said the above, looks like the Compress class itself is marked as not
thread-safe as well @Glavo ?
>
> See the `@NotThreadSafe` annotation. So we could have
Glavo commented on pull request #248:
URL: https://github.com/apache/commons-compress/pull/248#issuecomment-1038543634
> Said the above, looks like the Compress class itself is marked as not
thread-safe as well @Glavo ?
>
> See the `@NotThreadSafe` annotation. So we could have other
nhojpatrick commented on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038472244
@garydgregory i agree it could be considered clutter. If all projects are
kept active current it's never an issue.
From experience I'm coming from working with dead o
garydgregory edited a comment on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038469597
My preference is to not clutter each component with this noise, it's
redundant. The next version of Maven integrates this wrapper thing so maybe we
should just
garydgregory commented on pull request #104:
URL: https://github.com/apache/commons-codec/pull/104#issuecomment-1038469597
My preference is to not clutter each component with this noise, it's
redundant.
--
This is an automated message from the Apache Git Service.
To respond to the messa
[
https://issues.apache.org/jira/browse/COMPRESS-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491718#comment-17491718
]
Gary D. Gregory commented on COMPRESS-365:
--
As of today, Expander supports NIO
[
https://issues.apache.org/jira/browse/COMPRESS-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453671#comment-17453671
]
Gary D. Gregory edited comment on COMPRESS-598 at 2/13/22, 11:00 PM:
nhojpatrick opened a new pull request #104:
URL: https://github.com/apache/commons-codec/pull/104
Now the Takari Maven Wrapper has been adopted by Apache Maven, I'm submitted
again.
This makes cicd simpler so now the cicd process can be used to check the
latest maven works.
Each proj
nhojpatrick closed pull request #40:
URL: https://github.com/apache/commons-codec/pull/40
--
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-u
nhojpatrick commented on pull request #39:
URL: https://github.com/apache/commons-codec/pull/39#issuecomment-1038454288
@garydgregory It can be useful as your migrating from JUnit v4 to JUnit v5,
otherwise is a bing bang. Take advantage of assertAll and assertThrows as that
would work in J
[
https://issues.apache.org/jira/browse/COMPRESS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491713#comment-17491713
]
Gary D. Gregory edited comment on COMPRESS-605 at 2/13/22, 10:18 PM:
[
https://issues.apache.org/jira/browse/COMPRESS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491713#comment-17491713
]
Gary D. Gregory commented on COMPRESS-605:
--
[~nicktheuncharted]
I added a ba
aherbert commented on pull request #258:
URL:
https://github.com/apache/commons-collections/pull/258#issuecomment-1038446799
Hi @Claudenw
I have added a new github workflow for coverage reporting to master. If you
pick up the changes for your next push then we should see coverage c
Claude-at-Instaclustr commented on pull request #258:
URL:
https://github.com/apache/commons-collections/pull/258#issuecomment-1038389673
I think I have fixed the issues you noted. However, I am fighting with
formatting and getting it all just right. I should be able to check it
i
[
https://issues.apache.org/jira/browse/JEXL-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491610#comment-17491610
]
Dmitri Blinov commented on JEXL-357:
The current implementation does not honor classes
garydgregory merged pull request #246:
URL: https://github.com/apache/commons-compress/pull/246
--
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: is
garydgregory merged pull request #244:
URL: https://github.com/apache/commons-compress/pull/244
--
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: is
garydgregory merged pull request #245:
URL: https://github.com/apache/commons-compress/pull/245
--
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: is
garydgregory merged pull request #243:
URL: https://github.com/apache/commons-compress/pull/243
--
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: is
Glavo opened a new pull request #248:
URL: https://github.com/apache/commons-compress/pull/248
`CharsetEncoder` is not thread safe. Due to shared `PASSWORD_ENCODER`,
problems may occur when encoding 7z file passwords in parallel (e.g. the BOM is
not written correctly).
It doesn't se
[
https://issues.apache.org/jira/browse/GEOMETRY-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491588#comment-17491588
]
Matt Juntunen commented on GEOMETRY-142:
Thanks for the feedback, [~aherbert] a
[
https://issues.apache.org/jira/browse/IMAGING-319?focusedWorklogId=725801&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725801
]
ASF GitHub Bot logged work on IMAGING-319:
--
Author: ASF GitHub Bot
gwlucastrig opened a new pull request #203:
URL: https://github.com/apache/commons-imaging/pull/203
I added comments to the JIRA ticket on this item at
[IMAGING-319](https://issues.apache.org/jira/browse/IMAGING-319)
Unfortunately, it will be hard for me to create a JUnit test to spe
darkma773r opened a new pull request #193:
URL: https://github.com/apache/commons-geometry/pull/193
Work-in-progress PR for GEOMETRY-142: Point map/set implementations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
[
https://issues.apache.org/jira/browse/GEOMETRY-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491526#comment-17491526
]
Bruno P. Kinoshita edited comment on GEOMETRY-142 at 2/13/22, 8:42 AM:
--
[
https://issues.apache.org/jira/browse/GEOMETRY-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491526#comment-17491526
]
Bruno P. Kinoshita commented on GEOMETRY-142:
-
Said that, I looked at the c
59 matches
Mail list logo