Closed
Description
I tried to upgrade jakarta.annotation:jakarta.annotation-api from 1.3.5 to 2.0.0
The annotations moved from package javax.annotation to jakarta.annotation.
After the Upgrade @PostConstruct and @PreDestroy are not working.
Please let annotations from both packages work in CommonAnnotationBeanPostProcessor.