pefernan commented on PR #2018: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2018#issuecomment-2004738139
@fantonangeli @paulovmr I was doing some fixes for the `jbpm-quarkus-devui` to adapt it to Quarkus 3 and did some changes in the `sonataflow-quarkus-devui too. 1. I found a problem in both extensions looking up the data-index url in some examples so I added a fix to load it from the SystemProperties if it's not present in the config. 2. I removed the `.html` Qute templates since they are going to be deprecated in Quarkus `3.8 LTS`. 3. Added a recorder to handle the static resources, the component we were using will be removed in the newer Quarkus `3.8 LTS` release. Since we'll be upgrading soon I thought that it would be also good to make it so both extensions are ready... BTW I changed the `jbpm-quarkus-devui` to use a JS component instead of a plain `.html` to load the webapp, maybe you could take a look and use it too for `sonataflow`, this wat you can send config to the component via BuildTime arguments instead of passing them in the extension URL. -- 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]
