Open
Description
org.eclipse.ui.tests.api.workbenchpart.DependencyInjectionViewTest.testDependencyInjectionLifecycle()
fails locally.
Enabling debug output in org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(AnnotationProxy, Object, Class<?>, PrimaryObjectSupplier, PrimaryObjectSupplier, List<Class<?>>)
reveals
annotated with
"jakarta.annotation-api:3.0.0:jakarta.annotation.PostConstruct" but was looking for
"jakarta.annotation-api:2.1.1:jakarta.annotation.PostConstruct or jakarta.annotation-api:1.3.5:javax.annotation.PostConstruct"
I think it should not matter which API version is used. Only the qualified name jakarta.annotation.PostConstruct
should matter