Quarkus check for bean injection point during maven package phase causing Unsatisfied dependency for type
I develop an extension that provide Injectable bean with a SyntheticBeanBuildItem.
This bean is used via constructor injection in another projet that use this extension.