refactor: Deprecate custom event listener implementation and default to the one provided by Selenium4#1541
Merged
mykola-mokhnach merged 3 commits intoappium:masterappium/java-client:masterfrom Oct 24, 2021
mykola-mokhnach:depr_event_firingmykola-mokhnach/java-client:depr_event_firingCopy head branch name to clipboard
Merged
refactor: Deprecate custom event listener implementation and default to the one provided by Selenium4#1541mykola-mokhnach merged 3 commits intoappium:masterappium/java-client:masterfrom mykola-mokhnach:depr_event_firingmykola-mokhnach/java-client:depr_event_firingCopy head branch name to clipboard
mykola-mokhnach merged 3 commits intoappium:masterappium/java-client:masterfrom
mykola-mokhnach:depr_event_firingmykola-mokhnach/java-client:depr_event_firingCopy head branch name to clipboard
Conversation
…to the one provided by Selenium4
valfirst
approved these changes
Oct 24, 2021
docs/The-event_firing.md
Outdated
| Classes that implement this interface are intended to be used with EventFiringDecorator. | ||
| This interface provides empty default implementation for all methods that do nothing. | ||
| You could easily extend that interface to add more methods that you'd like to listen to. | ||
| The strategy to add new/custom event listeners is the following. Let say there is a public setOrientation |
Collaborator
There was a problem hiding this comment.
Suggested change
| The strategy to add new/custom event listeners is the following. Let say there is a public setOrientation | |
| The strategy to add new/custom event listeners is the following. Let say there is a public `setOrientation` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change list
Getting rid of the custom stuff could help us to get rid of spring and aspectj dependencies and is going to simplify the client a lot and make it much "thinner". I did not remove the obsolete classes yet, but just marked them as deprecated.
Types of changes