Hello I checked 1.9.4 when working on https://issues.apache.org/jira/browse/CAMEL-18880. Camel uses proper (I hope) approach to Maven Resolver, because it doesn't use org.apache.maven.repository.internal.MavenRepositorySystemUtils#newServiceLocator(). Instead correct (and narrowed to JSR330) DI is used where implementations are bound to interfaces to satisfy @Inject annotated constructors.
And yes - Camel's org.apache.camel.main.injection.DIRegistry works with @jakarta.inject.Inject and @javax.inject.Inject. kind regards Grzegorz Grzybek śr., 11 sty 2023 o 08:29 Tamás Cservenák <[email protected]> napisał(a): > Howdy, > > Soon release of resolver 1.9.4 is to happen > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.4 > > Please ping me HERE if anything is missing... > > Thanks > T >
