gitgabrio opened a new issue, #2060:
URL: https://github.com/apache/incubator-kie-issues/issues/2060
Reproducer:
Create a Business Service without any models and try to build it. You
should get an exception like so:
`Caused by: jakarta.enterprise.inject.UnsatisfiedResolutionException:
Unsatisfied dependency for type org.kie.kogito.source.files.SourceFilesProvider
and qualifiers [@Default] `
Somehow this is broken after a recent change in Kogito repositories, and
upgrading `kie-tools` to the latest Kogito version is breaking the build on
`dev-deployment-quarkus-blank-app`. Which is by design an empty application.
This used to work in the past, but it is not sure what the solution was and
what changed for it to be broken on Kogito @ 2025-08-05.
Additional info:
PR that’s currently failing:
https://github.com/apache/incubator-kie-tools/pull/3219
This add-on needs to be usable on applications that do not contain any
models because the BAMOE Canvas Dev deployments feature relies on a Business
Service project that is empty at start.
At very first look, it seems the failure has been introduced by:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4001/files#diff-9b4e50d44c7a758800ad6747a2f396a5ef68998bcf0e43d092b438356844d5d3R26
(kudos @yesamer)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]