-
Type:
Technical Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Legacy, Legacy > API
-
Labels:None
-
Epic/Theme:
-
Git Pull Request:
Currently, JSON WebServices are auto-configured by scanning the classpath and scanning the service classes for services.
More robust way would be scanning the Spring application context, and finding all service beans.
Moreover, now we can invoke methods directly on service beans instances, rather then calling them through *Util methods.
This would also make deployment on JBoss AS7 domain mode possible.
- causes
-
LPS-44704 Remove left over unused classes from LPS-33761
- Closed