From cf29317e625f9006d644828512b5f407d967d0c9 Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Mon, 13 Oct 2025 19:27:37 +0100 Subject: [PATCH] Add SmallRye --- PROJECTS.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/PROJECTS.yaml b/PROJECTS.yaml index 8901104..b18b2a5 100644 --- a/PROJECTS.yaml +++ b/PROJECTS.yaml @@ -246,3 +246,16 @@ wildfly: logo: https://github.com/wildfly/wildfly/blob/main/docs/src/main/asciidoc/images/splash_wildflylogo_small.png?raw=true description: > WildFly is powerful, modular and lightweight application server that helps you build amazing applications. + +smallrye: + name: SmallRye + repo: https://github.com/smallrye/ + status: onboarding + display: + home: https://smallrye.io + logo: https://smallrye.io/assets/images/smallrye_project_logo.svg + description: > + APIs and implementations tailored for Applications development, including, but not limited to, Eclipse + MicroProfile. SmallRye is used by runtimes like Quarkus, or application servers like WildFly, Open Liberty and + TomEE. SmallRye libraries can also be used completely standalone in any Java application to improve the + developer experience.