Hello devs
I am trying to integrate third party library into cloudstack but the library supports @Configuration and @Enable* annotations to use it and not with xml files. I tried adding that annotation on a config file, built a new package but the cloudstack wont boot. It is stuck at below line 2021-11-24 11:40:50,554 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [core] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.16.1.0-SNAPSHOT.jar!/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml] 2021-11-24 11:40:50,554 INFO [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Loading module context [core] from URL [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.16.1.0-SNAPSHOT.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml] Is there anything else I need to do to enable this feature? I also added bean id definition in one of the xml files under server/ but that also didnt help. -- Thanks and regards Rakesh