-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added a note about deprecating addClassesToCompile() #7819
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
Conversation
bundles/extension.rst
Outdated
@@ -129,6 +129,11 @@ read more about it, see the ":doc:`/bundles/configuration`" article. | ||
Adding Classes to Compile | ||
------------------------- | ||
|
||
.. versionadded:: 3.3 | ||
This technique is discouraged and the ``addClassesToCompile()`` has been |
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.
I think we should reword this a bit as when #7193 is merged, we will also explain the addAnnotatedClassesToCompile()
method in this section.
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.
I don't know what to do here. What were you thinking exactly? Thanks!
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.
I don't remember what I wanted to change regard my last comment.
afbce94
to
16b7585
Compare
This PR was merged into the 3.3 branch. Discussion ---------- Deprecated loadClassCache() method This fixes #7337. I didn't found any other occurrence of the deprecated classes/methods mentioned in the related issue. In #7819 we're taking care of the deprecation of `addClassesToCompile()`. Commits ------- 7e7a945 Deprecated loadClassCache() method
Thank you Javier. |
This fixes #7815.