-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[ClassLoader][HttpKernel] Remove ClassLoader component & Kernel::loadClassCache #22786
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
[ClassLoader][HttpKernel] Remove ClassLoader component & Kernel::loadClassCache #22786
Conversation
I ❤️ this part, when we remove stuff and everything continues working fine. Let's go, cleanup, bye to BC layers 😄 |
missing CHANGELOG updates in components (please check any your other PRs also if any) |
Added one in HttpKernel: https://github.com/symfony/symfony/pull/22786/files#diff-776debe25c0a772039d45b8d692c9dbfR7. Thanks. |
@@ -8,6 +8,7 @@ CHANGELOG | |||
* removed `TraceableControllerResolver::getArguments()` | |||
* removed `ControllerResolver::getArguments()` and the ability to resolve arguments | |||
* removed the `argument_resolver` service dependency from the `debug.controller_resolver` | |||
* removed `Extension::addClassesToCompile()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extension:: getClassesToCompile()
too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
loadClassCache()
and setClassCache()
of the Kernel
class have been removed too
rebase needed |
…ClassCache BC layer
(cherry picked from commit c365ae2)
Rebased. |
Thank you @ogizanagi. |
… & Kernel::loadClassCache (ogizanagi, xabbuh) This PR was merged into the 4.0-dev branch. Discussion ---------- [ClassLoader][HttpKernel] Remove ClassLoader component & Kernel::loadClassCache | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? |no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20735 | License | MIT | Doc PR | N/A As deprecated in #20735 Commits ------- 551aaef [ClassLoader] remove the component 4f8916c [ClassLoader][HttpKernel] Remove ClassCollectionLoader & Kernel::loadClassCache BC layer
As deprecated in #20735