bouzasvas commented on issue #1806: URL: https://github.com/apache/incubator-kie-issues/issues/1806#issuecomment-2647465060
> The scope of this ticket is to restore the functionality with the following behavior: > > 1. ``` > declare the profile name and the mapped class in the application.properties.file e.g. > ``` > > > > > > > > > > > > `org.kie.dmn.profiles.signavio=org.kie.dmn.signavio.KieDMNSignavioProfile` > 2. ``` > provide the actual implementation by some dependency > ``` Hello again to everyone! Also, it would be nice if we can utilize the auto-injection capabilities of quarkus in order to apply the DMNProfile using one of the following: 1. Using system property (as you already mentioned) 2. Using `@ApplicationScoped` injection with the custom `DMNProfile` implementation. Thank you, V. Bouzas -- 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]
