-
-
Notifications
You must be signed in to change notification settings - Fork 91
!!! [TASK] Replace deprecated applicationData with request attributes #1158
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
base: main
Are you sure you want to change the base?
Conversation
|
@cweiske As you are currently quite active, which I highly appreciate, do you have an suggestion/feedback/opinion on this PR? And if you like the approach could you help me get the tests green again? |
|
At first I thought that a simple variable in the CrawlerInitialization class could be used instead of applicationData, but as I see it, the problem is that other extensions have to be able to communicate their success to crawler somehow. With the removal of My suggestion would be a static method e.g. |
|
Thanks for your input, I'll take that into consideration. I don't have a solution/final idea myself yet. |
Description
This is a PR idea that might solve the problem with issue #1137 at the end, this is still rough WIP, but wanted some feedback.
Breaking Change
This will result in a breaking change, as the runPollSuccessHooks hook changes. See documentation changes for more info.
I have