!!! [TASK] Replace deprecated applicationData with request attributes#1158
!!! [TASK] Replace deprecated applicationData with request attributes#1158tomasnorre wants to merge 13 commits intomainfrom
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