Hi Sneha,I would recommmend you to use osgi annotation instead of felix scr specific annotations, although there is no hard rule to adapt to the latest versionimport org.osgi.service.component.annotations.Activate;import org.osgi.service.component.annotations.Component;import org.osgi.service.metaty...