You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the right way to include UI plugins for Camunda Cockpit (and other apps) in a Micronaut Camunda app?
Last time I tried, I ended up copying whole "resources/META-INF" from camunda webapp jar and added plugins into the mix. I recall that once I added resources/META-INF into the app, it did override the resource directory from webapp jar.
it's mainly about how those static resource files are packaged and discovered in Java. And that's something what has been hard for me to google, because Java is not my first language.
What is the right way to include UI plugins for Camunda Cockpit (and other apps) in a Micronaut Camunda app?
Last time I tried, I ended up copying whole "resources/META-INF" from camunda webapp jar and added plugins into the mix. I recall that once I added resources/META-INF into the app, it did override the resource directory from webapp jar.
https://github.com/datakurre/carrot-rcc/tree/main/nix/pkgs/camunda-platform/src/main/resources/META-INF
I am not "native" in Java development, so I might be just missing something.
The text was updated successfully, but these errors were encountered: