-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Lots of deprecation warnings in Plone 5.2.2 #3130
Comments
That would be really helpful. I already fixed a few and I will look into the RESTAPI ones. Maybe a checklist with the packages and fixes we need? Then we can divide the work. |
Products.GenericSetup 2.0.2 :
Products.CMFFormController :
Products.CMFPlacefulWorkflow :
Products.PortalTransforms 3.1.8 :
tempstorage / plone.recipe.zope2instance :
plone.app.upgrade :
plone.subrequest 1.9.2 :
plone.app.textfield :
plone.app.content :
plone.schemaeditor :
Products.PluggableAuthService 2.4 :
plone.restapi :
plone.app.theming :
waitress 1.4.4 :
Products.PageTemplates :
|
For the deprecation coming from
|
So I got those ones:
|
If you fixed one of those warnings, please add a comment to this issue or add a reference to another issue or PR and check the checkboxes here. Thanks. |
@mauritsvanrees I see you're fixing some of the warnings, don't forget to check them here. Thanks. |
I did a bunch of them, but as I did them directly on github web UI interface I did not the extra mile of creating a news snippet, my guess was that for a such small/trivial change it would not be needed... @mauritsvanrees as a release manager, you can enforce/allow this 👼 🙂 |
@vincentfretin Ah, thanks for the link to this issue. @gforcada Seems okay to skip the news snippet, although I do add them myself. |
See plone/Products.CMFPlone#3130 This may not be all of them.
I have been fixing a few, and usually just merging them myself, unless it looks like it needs a second look. |
Also, I have been editing the list, and adding remarks. Especially the warnings in |
There are two deprecation warnings in For
(Also in |
|
|
|
In coredev 5.2 with Python 2.7,
So we have the And we have waitress 1.4.4 :
There may be more warnings when you actually click around in Plone or when you run tests. But for startup, this is much better than it was. |
Coredev 5.2 on Python 3 has a few more warnings. These are the extra ones:
Strange, when I started it half minute before, I saw several invalid escape sequences. Maybe they are only reported when starting it for the first time? Confirmed: when I remove the pyc files, the warnings are back:
And several more of those. It could be that there are even more, because I only removed the pyc files in the src directory, not in So specific for Python 3:
Later found more invalid escape sequences:
Note: in the initial comment in plone/plone.app.caching#62 I have put some hints on how to fix or review these invalid escape sequences. |
Currently in buildout.coredev-5.2, there are lots of deprecation warnings. Can we fix those for next release Plone 5.2.3?
and when you press ctrl+c :
The text was updated successfully, but these errors were encountered: