Test application quarkus-full-microprofile
is a modified version of code
originally generated by https://start.microprofile.io/.
Some utility methods were adopted from https://github.com/eclipse/microprofile-starter/
and modified to suit the purpose of this test suite (TS). The adapted work was authored
by Michal Karm Babacek karm@redhat.com and licensed under Apache 2 license.
Furthermore, some parts of the TS design were derived from https://github.com/quarkus-qe/quarkus-startstop The original work was authored by Michal Karm Babacek karm@redhat.com and licensed under Apache 2 license.
Micronaut Hello World application was adapted from a generated quickstart project on https://micronaut.io/launch/
and from the Micronaut's cli tool generated mn create-app hello-world --build maven
project.
Helidon example app was adapted from a Helidon SE QuickStart archetype. See QuickStart.
The method of handling the CTRL+C was adopted by Michal Karm Babacek karm@redhat.com from hints by Stanislav and rogerdpack.