From 83ab0211d8d2f9612f5abf36637c918d30d46642 Mon Sep 17 00:00:00 2001 From: Conor Gallagher Date: Wed, 22 Apr 2026 21:25:07 +0200 Subject: [PATCH 1/2] docs: update FabriKt entry to reflect current capabilities --- src/_data/tools.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/_data/tools.yaml b/src/_data/tools.yaml index 39bb99e0..d127298d 100644 --- a/src/_data/tools.yaml +++ b/src/_data/tools.yaml @@ -1156,18 +1156,21 @@ category: - Code Generators - SDK - link: https://github.com/cjbooms/fabrikt + link: https://fabrikt.io language: Kotlin repository: https://github.com/fabrikt-io/fabrikt source_description: >- - A sophisticated Kotlin code generation library capable of generating - Jackson-annotated data classes, Spring Controller interfaces, and - fault-tolerant OkHttp clients. Written in Kotlin, this library - programatically generates code and is capable of handling advanced OpenApi3 - specification features such as polymorphism. + An idiomatic Kotlin code generator designed for permanent integration into + the build lifecycle. Unlike one-time bootstrap tools, FabriKt serves as a + source of truth, translating the full modeling power of OpenAPI 3 into + type-safe Kotlin. It generates Jackson or Kotlinx-serialized data classes + (using sealed interfaces for oneOf polymorphism), and server controllers for + Spring MVC, Micronaut, and Ktor. It supports a wide range of clients + including OkHttp, OpenFeign, and Ktor, and integrates seamlessly into any + JVM workflow via CLI, Docker, or Gradle. v2: false v3: true - v3_1: false + v3_1: true id: 590c094dc10757222dccc4b807bf562d repositoryMetadata: base64Readme: >- From 8a77c4f0777ca813517f61a4c7674994b95303db Mon Sep 17 00:00:00 2001 From: Conor Gallagher Date: Wed, 22 Apr 2026 21:33:00 +0200 Subject: [PATCH 2/2] improve description --- src/_data/tools.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/_data/tools.yaml b/src/_data/tools.yaml index d127298d..421afe75 100644 --- a/src/_data/tools.yaml +++ b/src/_data/tools.yaml @@ -1161,13 +1161,14 @@ repository: https://github.com/fabrikt-io/fabrikt source_description: >- An idiomatic Kotlin code generator designed for permanent integration into - the build lifecycle. Unlike one-time bootstrap tools, FabriKt serves as a - source of truth, translating the full modeling power of OpenAPI 3 into - type-safe Kotlin. It generates Jackson or Kotlinx-serialized data classes - (using sealed interfaces for oneOf polymorphism), and server controllers for - Spring MVC, Micronaut, and Ktor. It supports a wide range of clients - including OkHttp, OpenFeign, and Ktor, and integrates seamlessly into any - JVM workflow via CLI, Docker, or Gradle. + the build lifecycle. FabriKt enables a "Contract-as-Code" workflow by + treating the OpenAPI specification as the source of truth, translating + its full modeling power into type-safe Kotlin. It generates Jackson or + Kotlinx-serialized data classes (using sealed interfaces for oneOf + polymorphism), and server controllers for Spring MVC, Micronaut, and Ktor. + It supports a wide range of clients including OkHttp, OpenFeign, and Ktor, + and integrates seamlessly into any JVM workflow via CLI, Docker, or + build plugins. v2: false v3: true v3_1: true