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

feat: Add alternative proxy implementation #1790

Merged
merged 7 commits into from Nov 3, 2022

Conversation

mykola-mokhnach
Copy link
Contributor

Change list

Basically same as SeleniumHQ/selenium#11201

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

import java.util.WeakHashMap;
import java.util.concurrent.Callable;
import java.util.logging.Level;
import java.util.logging.Logger;
Copy link
Collaborator

Choose a reason for hiding this comment

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

since it's not a part of Selenium, what about using SLF4J (it's already in the dependencies): org.slf4j.Logger and org.slf4j.LoggerFactory ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed

@mykola-mokhnach mykola-mokhnach merged commit 57ce03b into appium:master Nov 3, 2022
@mykola-mokhnach mykola-mokhnach deleted the proxy branch November 3, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants