feat: Add alternative proxy implementation by mykola-mokhnach · Pull Request #1790 · appium/java-client

@mykola-mokhnach

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)

@mykola-mokhnach

@mykola-mokhnach

@mykola-mokhnach

@mykola-mokhnach

@mykola-mokhnach

valfirst

import java.util.WeakHashMap;
import java.util.concurrent.Callable;
import java.util.logging.Level;
import java.util.logging.Logger;

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 ?

Choose a reason for hiding this comment

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

changed

@mykola-mokhnach

valfirst

@mykola-mokhnach