Remove class-factory from wsgischema.xml for Zope > 6.0 support - #213
Conversation
This was also removed from the original wsgischema from Zope in zopefoundation/Zope#1290 Fixes plone#212
dataflake
left a comment
There was a problem hiding this comment.
Looks like it was never documented or used within the context of plone.recipe.zope2instance, anyway.
|
Yes and also before the recent changes in Zope/ZODB, this configuration was not working, setting it had no effect. Thanks |
|
@perrinjerome This would be a good time for a release. I can't make a new Zope release before |
|
@dataflake I agree that it's a good time for a release, but I don't know who can make one. |
|
@mauritsvanrees Help 😉 |
|
I have released I should have made a final release probably. But that will happen within a few weeks I expect. |
|
Hoping for a quick release. I am getting complaints that a simple "pip install zope" breaks because it pulls in Zope 6.0 and the incompatible ZODB 6.3. A new Zope release will fix it, but that will break with the current plone.recipe.zope2instance. |
|
Fair point. I have released 9.0.0 final. |
|
Thank you! I'll roll a new Zope release tomorrow morning then. |
|
Zope 6.1 is released and announced. |
This was also removed from the original wsgischema from Zope in zopefoundation/Zope#1290
Fixes #212
If your pull request closes an open issue, include the exact text below, immediately followed by the issue number. When your pull request gets merged, then that issue will close automatically.
Closes #212
I tested that zope starts when running
uv run --with zc.buildout buildout -v && ./bin/zopeinstance fg, first with a buildout on the latest released Zope, 6.0:and with the next versions of ZODB and Zope:
and zope starts in both cases