I am using Camunda 7.17.0 and Spring boot(starter parent) 2.6.7 The LazyInitRegistration class from Camunda's spring boot starter webapp core jar is an ApplicationContextAware class. However the setApplicationContext method is not being invoked. As a result the LazyDelegateFilter's delegates are not being created which eventually throws NPE.
Any help will be appreciated.
Thanks.