https://github.com/sbabcoc/guava-agent
This project builds a Java agent that exposes interfaces in the Guava API required by Selenium 2. This allows us to use newer releases of Guava that address security defects.
https://github.com/sbabcoc/guava-agent
guava java-agent
Last synced: 7 months ago
JSON representation
This project builds a Java agent that exposes interfaces in the Guava API required by Selenium 2. This allows us to use newer releases of Guava that address security defects.
- Host: GitHub
- URL: https://github.com/sbabcoc/guava-agent
- Owner: sbabcoc
- License: apache-2.0
- Created: 2019-11-25T20:29:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T03:07:47.000Z (over 3 years ago)
- Last Synced: 2025-02-24T06:55:39.932Z (8 months ago)
- Topics: guava, java-agent
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://search.maven.org/search?q=g:com.nordstrom.tools%20AND%20a:guava-agent&core=gav)
# guava-agent
This project builds a Java agent that exposes interfaces in the Guava API that are required by the Selenium 2 **`UrlChecker`** class. The modifications applied by the agent enable the implementation of the **Selenium Foundation** local Grid feature to use **`UrlChecker`** with newer releases of Guava that address security defects.**NOTE**: The rationale for this library was to enable continuing maintenance of the Selenium 2 version of **Selenium Foundation**, which is compatible with Java 7. The Guava project dropped support for Java 7 at release 31.0, so the current release of **guava-agent** will not receive any further updates.