Skip to content

Pure Java Project Bootsrapping #2080

@csviri

Description

@csviri

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

mvn io.javaoperatorsdk:bootstrapper:4.4.4:create \
    -DprojectGroupId=org.acme \
    -DprojectArtifactId=getting-started \

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions