Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.26 KB

ACKNOWLEDGEMENTS.md

File metadata and controls

17 lines (14 loc) · 1.26 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 [email protected] 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 [email protected] and licensed under Apache 2 license.

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 [email protected] from hints by Stanislav and rogerdpack.