I&#39;ve migrated one of my apps and it&#39;s ZODB to Grok 1.2a. I just added &#39;zope.app.session&#39; to my projects setup.py, then installed and ran zodbupdate. It wasn&#39;t too painful :)<div><br></div><div>A few other issues I ran into:</div>
<div><br></div><div>I got a ComponentLookupError for InterfaceClass zope.pluggableauth.interfaces.IAuthenticatedPrincipalFactory. This was solved by putting a &quot;&lt;include package=&quot;zope.pluggableauth&quot; /&gt;&quot; slug in my projects configure.zcml, but it seems the zcml isn&#39;t being properly included for this package?</div>
<div><br></div><div>The Grok versions file (<a href="http://grok.zope.org/releaseinfo/1.2a/versions.cfg">http://grok.zope.org/releaseinfo/1.2a/versions.cfg</a>) extends from  the zope toolkit versions files. I prefer to have all of my versions in one file. This is a pretty small issue, since it&#39;s easy for me to flatten these files into one, but would anyone else like to see the grok file flattened into one?</div>
<div><br></div><div>Also, there are tool chain versions specified in the ZTK config files, I&#39;m thinking some of these don&#39;t need to be in the Grok&#39;s versions?</div>