[jira] [Resolved] (IO-751) When deleting symlinks, File/PathUtils.deleteDirectory() changes file permissions of the target

2022-02-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-751. Fix Version/s: 2.12.0 Resolution: Fixed > When deleting symlinks, File/PathUtils.deleteDirectory

[GitHub] [commons-beanutils] garydgregory merged pull request #105: Bump japicmp-maven-plugin from 0.15.3 to 0.15.6

2022-02-11 Thread GitBox
garydgregory merged pull request #105: URL: https://github.com/apache/commons-beanutils/pull/105 -- 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: i

[GitHub] [commons-beanutils] dependabot[bot] closed pull request #99: Bump japicmp-maven-plugin from 0.15.3 to 0.15.4

2022-02-11 Thread GitBox
dependabot[bot] closed pull request #99: URL: https://github.com/apache/commons-beanutils/pull/99 -- 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:

[GitHub] [commons-beanutils] dependabot[bot] commented on pull request #99: Bump japicmp-maven-plugin from 0.15.3 to 0.15.4

2022-02-11 Thread GitBox
dependabot[bot] commented on pull request #99: URL: https://github.com/apache/commons-beanutils/pull/99#issuecomment-1036777377 Superseded by #105. -- 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

[GitHub] [commons-beanutils] dependabot[bot] opened a new pull request #105: Bump japicmp-maven-plugin from 0.15.3 to 0.15.6

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #105: URL: https://github.com/apache/commons-beanutils/pull/105 Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.15.3 to 0.15.6. Commits https://github.com/siom79/japicmp/commit/7601b64a93fc1736bd55526ed617b2fecda

[GitHub] [commons-text] garydgregory merged pull request #301: Bump mockito-inline from 4.2.0 to 4.3.1

2022-02-11 Thread GitBox
garydgregory merged pull request #301: URL: https://github.com/apache/commons-text/pull/301 -- 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

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804981050 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/AbstractHasherTest.java ## @@ -0,0 +1,67 @@ +/* + * Licensed t

[GitHub] [commons-collections] aherbert commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
aherbert commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804943880 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/AbstractHasherTest.java ## @@ -0,0 +1,67 @@ +/* + * Licensed t

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804931170 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/AbstractHasherTest.java ## @@ -0,0 +1,67 @@ +/* + * Licensed t

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804917065 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/filter/IndexTracker.java ## @@ -0,0 +1,31 @@ +/* + * Licensed

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804908010 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/filter/Filter.java ## @@ -0,0 +1,89 @@ +/* + * Licensed to the

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804894337 ## File path: src/test/java/org/apache/commons/collections4/bloomfilter/hasher/filter/FilterTest.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804889347 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/filter/Filter.java ## @@ -0,0 +1,89 @@ +/* + * Licensed to the

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804882480 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/filter/package-info.java ## @@ -16,9 +16,11 @@ */ /** - *

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804880813 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/SimpleHasher.java ## @@ -0,0 +1,217 @@ +/* + * Licensed to the

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804879787 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/hasher/Hasher.java ## @@ -16,117 +16,47 @@ */ package org.apache.c

[GitHub] [commons-collections] Claudenw commented on a change in pull request #258: Simplify bloom filters

2022-02-11 Thread GitBox
Claudenw commented on a change in pull request #258: URL: https://github.com/apache/commons-collections/pull/258#discussion_r804878551 ## File path: src/main/java/org/apache/commons/collections4/bloomfilter/BloomFilter.java ## @@ -16,138 +16,239 @@ */ package org.apache.co

[GitHub] [commons-logging] garydgregory merged pull request #74: Bump spotbugs from 4.5.2 to 4.5.3

2022-02-11 Thread GitBox
garydgregory merged pull request #74: URL: https://github.com/apache/commons-logging/pull/74 -- 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: issue

[GitHub] [commons-logging] garydgregory commented on pull request #74: Bump spotbugs from 4.5.2 to 4.5.3

2022-02-11 Thread GitBox
garydgregory commented on pull request #74: URL: https://github.com/apache/commons-logging/pull/74#issuecomment-1036382439 @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

[GitHub] [commons-logging] garydgregory merged pull request #73: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0

2022-02-11 Thread GitBox
garydgregory merged pull request #73: URL: https://github.com/apache/commons-logging/pull/73 -- 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: issue

[GitHub] [commons-logging] garydgregory merged pull request #72: Bump actions/cache from 2.1.5 to 2.1.7

2022-02-11 Thread GitBox
garydgregory merged pull request #72: URL: https://github.com/apache/commons-logging/pull/72 -- 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: issue

[jira] [Comment Edited] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491005#comment-17491005 ] Gary Lucas edited comment on IMAGING-319 at 2/11/22, 4:09 PM:

[jira] [Comment Edited] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490983#comment-17490983 ] Gary Lucas edited comment on IMAGING-319 at 2/11/22, 4:09 PM:

[jira] [Created] (JEXL-359) Allow per-operator arithmetic handling of null arguments

2022-02-11 Thread Henri Biestro (Jira)
Henri Biestro created JEXL-359: -- Summary: Allow per-operator arithmetic handling of null arguments Key: JEXL-359 URL: https://issues.apache.org/jira/browse/JEXL-359 Project: Commons JEXL Issue T

[jira] [Commented] (LOGGING-180) Upgrade commons logging log4j dependency versions to 2.17.0 and above

2022-02-11 Thread sietze (Jira)
[ https://issues.apache.org/jira/browse/LOGGING-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491007#comment-17491007 ] sietze commented on LOGGING-180: Also having problems with this, upgrade would be good I

[jira] [Comment Edited] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491005#comment-17491005 ] Gary Lucas edited comment on IMAGING-319 at 2/11/22, 4:07 PM:

[jira] [Comment Edited] (LOGGING-180) Upgrade commons logging log4j dependency versions to 2.17.0 and above

2022-02-11 Thread sietze (Jira)
[ https://issues.apache.org/jira/browse/LOGGING-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491007#comment-17491007 ] sietze edited comment on LOGGING-180 at 2/11/22, 4:07 PM: -- Also

[jira] [Comment Edited] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491005#comment-17491005 ] Gary Lucas edited comment on IMAGING-319 at 2/11/22, 4:06 PM:

[GitHub] [commons-lang] garydgregory merged pull request #854: Bump checkstyle from 9.2.1 to 9.3

2022-02-11 Thread GitBox
garydgregory merged pull request #854: URL: https://github.com/apache/commons-lang/pull/854 -- 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

[jira] [Commented] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17491005#comment-17491005 ] Gary Lucas commented on IMAGING-319: Okay, found it. In the code below, the method

[jira] [Closed] (VFS-815) Windows - Browsing for files and selecting a folder or no file throws exception

2022-02-11 Thread Brandon Jackson (Jira)
[ https://issues.apache.org/jira/browse/VFS-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Jackson closed VFS-815. --- Resolution: Not A Bug Wrong project.  So very sorry! > Windows - Browsing for files and selecting a fol

[jira] [Created] (VFS-815) Windows - Browsing for files and selecting a folder or no file throws exception

2022-02-11 Thread Brandon Jackson (Jira)
Brandon Jackson created VFS-815: --- Summary: Windows - Browsing for files and selecting a folder or no file throws exception Key: VFS-815 URL: https://issues.apache.org/jira/browse/VFS-815 Project: Common

[GitHub] [commons-lang] dependabot[bot] opened a new pull request #854: Bump checkstyle from 9.2.1 to 9.3

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #854: URL: https://github.com/apache/commons-lang/pull/854 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's release

[GitHub] [commons-lang] garydgregory merged pull request #853: Bump commons.pmd-impl.version from 6.41.0 to 6.42.0

2022-02-11 Thread GitBox
garydgregory merged pull request #853: URL: https://github.com/apache/commons-lang/pull/853 -- 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

[jira] [Commented] (IMAGING-319) updateExifMetadataLossless lost the first character of a String

2022-02-11 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490983#comment-17490983 ] Gary Lucas commented on IMAGING-319: I haven't figured this out yet, but I've narrow

[GitHub] [commons-lang] dependabot[bot] opened a new pull request #853: Bump commons.pmd-impl.version from 6.41.0 to 6.42.0

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #853: URL: https://github.com/apache/commons-lang/pull/853 Bumps `commons.pmd-impl.version` from 6.41.0 to 6.42.0. Updates `pmd-core` from 6.41.0 to 6.42.0 Release notes Sourced from https://github.com/pmd/pmd/releases";>pmd-core's rele

[GitHub] [commons-csv] garydgregory merged pull request #215: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-02-11 Thread GitBox
garydgregory merged pull request #215: URL: https://github.com/apache/commons-csv/pull/215 -- 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-

[GitHub] [commons-csv] dependabot[bot] opened a new pull request #215: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #215: URL: https://github.com/apache/commons-csv/pull/215 Bumps [taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 2.4 to 3.0.0. Release notes Sourced from https://github.com/mojohaus/taglist-maven-plugin/releas

[GitHub] [commons-parent] dependabot[bot] opened a new pull request #90: Bump commons.pmd-impl.version from 6.41.0 to 6.42.0

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #90: URL: https://github.com/apache/commons-parent/pull/90 Bumps `commons.pmd-impl.version` from 6.41.0 to 6.42.0. Updates `pmd-core` from 6.41.0 to 6.42.0 Release notes Sourced from https://github.com/pmd/pmd/releases";>pmd-core's rele

[GitHub] [commons-parent] dependabot[bot] opened a new pull request #89: Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #89: URL: https://github.com/apache/commons-parent/pull/89 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.2 to 3.2.1. Commits https://github.com/apache/maven-project-inf

[GitHub] [commons-release-plugin] kinow merged pull request #101: Bump checkstyle from 9.2.1 to 9.3

2022-02-11 Thread GitBox
kinow merged pull request #101: URL: https://github.com/apache/commons-release-plugin/pull/101 -- 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: iss

[GitHub] [commons-release-plugin] dependabot[bot] opened a new pull request #101: Bump checkstyle from 9.2.1 to 9.3

2022-02-11 Thread GitBox
dependabot[bot] opened a new pull request #101: URL: https://github.com/apache/commons-release-plugin/pull/101 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle'