[
https://issues.apache.org/jira/browse/CURATOR-642?focusedWorklogId=789828&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-789828
]
ASF GitHub Bot logged work on CURATOR-642:
------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jul/22 03:51
Start Date: 12/Jul/22 03:51
Worklog Time Spent: 10m
Work Description: tisonkun commented on code in PR #420:
URL: https://github.com/apache/curator/pull/420#discussion_r918522953
##########
curator-test/src/main/java/org/apache/curator/test/InstanceSpec.java:
##########
@@ -274,4 +276,13 @@ public int hashCode()
{
return hostname.hashCode() + port;
}
+
+ private static File createTempDirectory() {
Review Comment:
You may move this method to `DirectoryUtils`.
Issue Time Tracking
-------------------
Worklog Id: (was: 789828)
Time Spent: 20m (was: 10m)
> Upgrade Guava to 31.1
> ---------------------
>
> Key: CURATOR-642
> URL: https://issues.apache.org/jira/browse/CURATOR-642
> Project: Apache Curator
> Issue Type: Improvement
> Components: Framework
> Reporter: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Google Guava 31.1 includes a number of improvements and fixes over version
> 27.0.1, including a resolution for
> [CVE-2020-8908|https://nvd.nist.gov/vuln/detail/CVE-2020-8908] related to
> temporary directory creation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)