mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
- previously for each RuntimeBeanBuildItem a producer method was added to a generated RuntimeBeanProducers class - the disadvantage of the previous approach was that RuntimeBeanBuildItems were processed before the bean archive index was produced, ie. phase 0 of the bean processing - deprecate RuntimeBeanBuildItem - introduce SyntheticBeanBuildItem - also fix an issue in the type-safe resolution - matching qualifier array values