> Will this new editor be embedded inside Theia? IntelliJ? VSCode?
Currently trying with VS Code. If Theia is staying for some time, we will need it for it too. Currently, there is no extension for IntelliJ leveraging Camel with JBang.
> Since the Fuse sample in DS 3.0 uses maven, perhaps you could simply use https://github.com/jbangdev/jbang-maven-plugin/ to include this in the workspace?
This will be too complicated for the end-user. And it will require to redownload jbang for each new workspace.
> how to get jbang sources offline into Brew to build this as part of the UDI image?
No, I have no idea how JBang is built. cc manderse@redhat.com
> how to make jbang work in offline/airgapped envs?
No, I have no idea on the internals of jbang and I'm not familiar with the offline/airgapped mode of Devspaces. cc manderse@redhat.com
> license issues?
No, but as you mentioned it is MIT so should be fine.
> Finally, I see a comment on the jbang GH page that says "Ever tried out Java 11+ support for running .java files directly in your shell but felt it was a bit too cumbersome ?" ... so do you REAAAAALLLY need this if Java 11 already natively supports running .java files?
Camel has built on top of jbang to start Camel routes locally. A user will finally need to configure and use Java but it requires more configuration which are often a showstopper.
I do not see mentions of jbang in the last commits https://github.com/redhat-developer/devspaces-images/commits/devspaces-3-rhel-8/devspaces-udi
Can you point me how it was added to the productized Universal Developer Image which is used by the Red Hat OpenShift Dev Spaces by default?
EDIT: my bad, i thought it was resolved, the fix version is for the "targeted version" I guess.