Skip to content
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

Merged
merged 2 commits into from
May 21, 2017
Merged

[ClassLoader][HttpKernel] Remove ClassLoader component & Kernel::loadClassCache #22786

merged 2 commits into from
May 21, 2017

Conversation

ogizanagi
Copy link
Member

@ogizanagi ogizanagi commented May 19, 2017

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

@yceruto
Copy link
Member

yceruto commented May 19, 2017

I ❤️ this part, when we remove stuff and everything continues working fine. Let's go, cleanup, bye to BC layers 😄

@xabbuh xabbuh added this to the 4.0 milestone May 20, 2017
@ogizanagi
Copy link
Member Author

ogizanagi commented May 20, 2017

@xabbuh : I see you opened #22793. Here I did only remove the ClassCollectionLoader for the Kernel::loadClassCache removal (and its usages), but I think it makes sense to remove everything at once actually. So I cherry-picked your commit here. Is it okay to you ?

@ogizanagi ogizanagi changed the title [ClassLoader][HttpKernel] Remove ClassCollectionLoader & Kernel::loadClassCache BC layer [ClassLoader][HttpKernel] Remove ClassLoader component & Kernel::loadClassCache May 20, 2017
@nicolas-grekas
Copy link
Member

nicolas-grekas commented May 20, 2017

missing CHANGELOG updates in components (please check any your other PRs also if any)

@ogizanagi
Copy link
Member Author

@@ -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()`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extension:: getClassesToCompile() too

Copy link
Member

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

@nicolas-grekas
Copy link
Member

rebase needed

@ogizanagi
Copy link
Member Author

Rebased.

@nicolas-grekas
Copy link
Member

Thank you @ogizanagi.

@nicolas-grekas nicolas-grekas merged commit 551aaef into symfony:master May 21, 2017
nicolas-grekas added a commit that referenced this pull request May 21, 2017
… & 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
@ogizanagi ogizanagi deleted the rm_deprec/http_kernel/load_class_cache branch May 21, 2017 10:32
@fabpot fabpot mentioned this pull request Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants