Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AccessibleFromAutomationTest] Removed StringUtils #312

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

5iver
Copy link
Member

@5iver 5iver commented Apr 20, 2020

Removed in openhab/openhab-core#1433.

Signed-off-by: Scott Rushworth [email protected]

@@ -73,7 +73,6 @@ logInfo(" activate "+__LINE__, "State", State);
logInfo(" activate "+__LINE__, "Command", Command);
//logInfo(" activate "+__LINE__, "DateTime", DateTime);
logInfo(" activate "+__LINE__, "LocalTime", LocalTime);
logInfo(" activate "+__LINE__, "StringUtils", StringUtils);
logInfo(" activate "+__LINE__, "URLEncoder", URLEncoder);
logInfo(" activate "+__LINE__, "FileUtils", FileUtils);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to make sure it will be working after openhab/openhab-core#1441 has been merged you should replace other org.apache.commons libs too:

Remove:

  • FileUtils
  • FilenameUtils

Add:

  • java.nio.file.Files
  • java.nio.file.Path
  • java.nio.file.Paths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants