Closed
Description
org.apache.maven.plugins.annotations.Component
has been deprecated in favor of using constructor injection with javax.inject.Inject
. By default, javax.inject:javax.inject
is a prohibited dependency as it doesn't align with our Jakarta EE baseline. We need to be able to allow it in spring-boot-maven-plugin
so that we can migrate away from the deprecated @Component
annotation.