You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "solrbot (via GitHub)" <gi...@apache.org> on 2023/03/01 22:40:03 UTC

[GitHub] [solr] solrbot opened a new pull request, #1415: Update dependency org.apache.commons:commons-compress to v1.22

solrbot opened a new pull request, #1415:
URL: https://github.com/apache/solr/pull/1415

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/) ([source](https://gitbox.apache.org/repos/asf?p=commons-compress.git)) | dependencies | minor | `1.21` -> `1.22` |
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
   
   ---
   
   This PR has been generated by [Renovate Bot](https://togithub.com/solrbot/renovate-github-action)
   <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4wIn0=-->
   


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #1415: Update dependency org.apache.commons:commons-compress to v1.22

Posted by "janhoy (via GitHub)" <gi...@apache.org>.
janhoy commented on PR #1415:
URL: https://github.com/apache/solr/pull/1415#issuecomment-1450987454

   I believe this is another case where we could remove this line from `versions.props`. After removing, precommit passes and for "why" I get:
   ```
   > Task :why
   org.apache.commons:commons-compress:1.21
   	org.apache.poi:poi-ooxml -> 1.21
   	org.apache.tika:tika-parsers -> 1.21
   ```


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1415: Update dependency org.apache.commons:commons-compress to v1.22

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1415:
URL: https://github.com/apache/solr/pull/1415#issuecomment-1451074341

   At least from a quick git grep commons-compress in build.gradle:
   
   ```
   solr/modules/hdfs/build.gradle:  testImplementation 'org.apache.commons:commons-compress'
   ```
   
   so I think we do reference it. I guess because its a test then its not found - which is super surprising. Either way it might be possible we can remove that usage from tests - I haven't looked.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk merged pull request #1415: Update dependency org.apache.commons:commons-compress to v1.22

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk merged PR #1415:
URL: https://github.com/apache/solr/pull/1415


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1415: Update dependency org.apache.commons:commons-compress to v1.22

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1415:
URL: https://github.com/apache/solr/pull/1415#issuecomment-1451916349

   It is used in `solr/modules/hdfs/src/test/org/apache/hadoop/fs/FileUtil.java` which is part of Hadoop code for testing. We copied it in to avoid security manager issues.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org