You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
Allow group that is prohibited by default to be permitted