Feat: Expose Quarkus build item representing either the SolverConfig or the ConstraintMetaModel #1323
Labels
enhancement
New feature or request
process/needs triage
Requires initial assessment of validity, priority etc.
Milestone
To get the
ConstraintMetaModel
at build time in a Quarkus extension, it is necessary to depend on thesolver-quarkus
extension and itsSolverConfigBuildItem
.While depending on other extension's build item(s) is the way collaboration between extensions has been designed in Quarkus, it's a weak dependency: there is no guarantee of the build item to be still produced by the upstream extension or its class being still present in a compatible way.
Proposal:
SolverConfigBuildItem
to anapi
subpackageConstraintMetaModel
The text was updated successfully, but these errors were encountered: