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
It helps the developers to bootstrap an empty project with some base classes in it, thus a working skeleton of an operator. This is almost trivial to do for Quarkus and Spring boot, since both project has generators out of the box. In addition to that Quarkus bootstrapping is supported by go Operator SDK, (cli for quarkus-cli is also under development atm). For pure java we could nicely support this by a maven plugin, think
It helps the developers to bootstrap an empty project with some base classes in it, thus a working skeleton of an operator. This is almost trivial to do for Quarkus and Spring boot, since both project has generators out of the box. In addition to that Quarkus bootstrapping is supported by go Operator SDK, (cli for quarkus-cli is also under development atm). For pure java we could nicely support this by a maven plugin, think
The text was updated successfully, but these errors were encountered: