plone / buildout.coredev

Plone Core Development Buildout
http://docs.plone.org/develop/coredev/docs/
74 stars 75 forks source link

6.0: Raise plone.app.widgets version to 5.0.0 with deprecation warnings. #873

Closed thet closed 1 year ago

thet commented 1 year ago

plone.app.widgets 5.0.0 deprecated itself, introduces deprecation warnings and has all code removed, which was moved to plone.app.z3cform in 4.1.0.

We are not sure if this should go into Plone 6.0 or should only be in 6.1+. But plone.app.z3cform 4.1+ is in Plone since 6.0.4, which effectively does not use plone.app.widgets anymore.

So, should this PR be included in Plone 6.0?

/cc @mauritsvanrees @gforcada @jensens @petschki

petschki commented 1 year ago

There's https://github.com/plone/Products.CMFPlone/pull/3686 which will remove p.a.widget dependency of CMFPlone. We will discuss possible dependency issues with @jensens this week here at arTSPrINT Vienna and as soon as that is merged there is no p.a.widgets dendency in core anymore. The 5.0 version is ment for backwards compatibility for addons only which should IMHO be shipped in Plone 6.1 but removed in Plone 7 (as the p.a.widgets deprecation warning is already saying)