Re: Archetypes.public gone?
Hanno Schlichting <plone-+xqiSR9SqHsk+I/[email protected]> Wed, 14 Jun 2006 02:27:02 +0200
| Newsgroups | gmane.comp.web.zope.plone.archetypes.devel |
|---|---|
| Message-ID | <[email protected]> |
Martin Aspeli wrote: > Hi, > > My 3.0 bundle no longer starts up because CacheSetup wants to import > Archetypes.public. Did we remove it? Yes, it was deprecated in AT 1.4, so I removed it this early to see what actually breaks and give people some time in advance to update their products. > If so, can we have it back? It's insane to remove it, since soooo many > products depend on it. I know someone thought atapi was sexier and more > Zope3ish, but I really don't think we can affort to break all those > products just for reasons of code cleanliness. Or is there another reason? Frankly I don't really care if we undeprecate it in AT 1.4 again and put it back for AT 1.5. I just removed it in my general cleaning up to remove all deprecated code, it was one of many things. Other than that we currently maintain two module alias locations for the same things, I don't know of any special reasons why it was deprecated. Hanno