Details
-
New Feature
-
Resolution: Fixed
-
Major
-
6.3
-
None
Description
A component should declare whether it's a @Singleton or @InstantiationStrategy(ComponentInstantiationStrategy.PER_LOOKUP)
Even though XWiki defaults to @Singleton, this is not what the JSR330 (atinject) specifies and thus in order to be compliant in the future we need to first start using @Singleton everywhere.