Flowable 6.8.0 version, spring @service annotation removed for org.flowable.ui.common.service.idm.RemoteIdmService

we are upgrading Flowable 6.4.1–>6.8.0 version, spring @service annotation removed for org.flowable.ui.common.service.idm.RemoteIdmServiceImpl

is this intentional ?, its causing me below error during startup. Would appreciate recommendation , solution to fix this error
Unsatisfied dependency expressed through field ‘remoteIdmService’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘org.flowable.ui.common.service.idm.RemoteIdmService’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

Thanks
IS

Hey @FLOW555,

The UI Apps were consolidated into one app in 6.6.0. I am not sure how you are using the starters. However, the RemoteIdmService will be created only if it is needed. See FlowableUiSecurityAutoConfiguration for more information.

Cheers,
Filip