Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.5 M1
-
None
Description
Actually it's impossible to create an XWiki object without initializing the XWiki, which means load an initialize plugins, create and initialize storage service and cache store service, etc.
For example most of unit tests need an almost empty XWiki object because it's used pretty much everywhere in the current API and will be executed a lot quicker without all the useless initialization.