Mark Story
Mark Story
We've improved the logging here, so closing for now. If we need further improvements we can have new issues for those topics.
> Composer audit notified me of a CVE in the lib. Which CVE? I'm not aware of any recent CVEs being reported.
This could be related to template paths? There was a recent change made to template paths in 59ca3e9789c204d38ca4a095981be730a2354b16 to address #17025
Have you tried not loading the authentication/authorizations plugin to see if that resolves the problem? > Here is the stack traces from the log file if it helps: Curious that...
> class ErrorController extends AppController This could be the problem, do you have any components like Authorization or Authentication? Both of these plugins can raise exceptions during exception rendering which...
> Is this still considered legacy and should it be deprecated? I would say yes. I can't think of any scenarios in the framework where we need to pass driver...
This is likely an issue with the API documentation generator. I'm not sure it supports inline link annotations anymore.
I'm not sure, but I think you have to compile the source into the nbm.
I would like to shore up some of the coverage gaps, and ensure we have at least a few end to end integration tests with one of the simple enqueue...
I had attempted to put the following in to the milestone description but GitHub butchers the formatting. Initial release for the Queue Plugin. ## Goals - [x] Provide job consumer...