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 [email protected] 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 [email protected] and licensed under Apache 2 license.
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 [email protected] from hints by Stanislav and rogerdpack.