Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.51 KB

ACKNOWLEDGEMENTS.md

File metadata and controls

21 lines (17 loc) · 1.51 KB

Acknowledgements

MicroProfile Starter

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.

Quarkus

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

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

Helidon example app was adapted from a Helidon SE QuickStart archetype. See QuickStart.

Windows console and CTRL+C

The method of handling the CTRL+C was adopted by Michal Karm Babacek karm@redhat.com from hints by Stanislav and rogerdpack.