Group: Code4a
Sort by:Popular

The `error handling` library provides a simple and intuitive way to handle errors in Kotlin by using sealed classes `Ok` and `Error`. This library helps to differentiate between successful and erroneous outcomes in a type-safe manner.
Last Release on Jul 1, 2024
Context-aware cryptography for Quarkus applications, including HKDF-based key derivation, authenticated encryption, deterministic encryption, format-preserving encryption, and signing.
Last Release on Mar 13, 2026
This library provides enhanced transactional management for Quarkus applications, offering distinct handling for read-only and write transactions. It allows for fine-grained control over transaction propagation and execution.
Last Release on Feb 19, 2026
This library provides utilities for user authorization and session management. It utilizes dependency injection with Quarkus and includes several key classes for handling user authorization, session creation, and token encryption.
Last Release on Dec 1, 2025
A powerful, declarative object mapping library for Quarkus applications that simplifies conversion between data transfer objects (DTOs) and domain entities. Reduces boilerplate code and provides a clean annotation-based approach for handling object ...
Last Release on Apr 14, 2026
A comprehensive library for implementing the Relay GraphQL specification in Quarkus applications. It provides secure node identification, cursor-based pagination, connection pattern implementation, and seamless integration with JPA/Hibernate ...
Last Release on May 6, 2026
This extension provides a convenient and type-safe way to manage bidirectional JPA relationships in your Quarkus applications. It automatically detects entity associations at build time and generates appropriate mutators to ensure both sides of ...
Last Release on Apr 7, 2026
This library provides additional extensions for the Quarkus Transactional Read-Write Library, offering enhanced transaction management capabilities for Hibernate and serializable transactions in Quarkus applications.
Last Release on Feb 26, 2026
PostgreSQL-backed unique bytes generator for Quarkus applications. Generates 12-255 byte values by combining database-reserved 64-bit prefixes with locally produced counters and format-preserving obfuscation.
Last Release on Mar 13, 2026
The Usage Detection Detekt Plugin is a powerful tool for ensuring code quality and adherence to best practices by detecting and restricting the usage of functions within other functions based on configurable rules and annotations.
Last Release on Apr 25, 2025
This plugin provides specialized Detekt rules to enforce proper usage patterns when working with Hibernate/JPA annotations in Kotlin code. It helps developers avoid common pitfalls and ensures that the Hibernate ORM works correctly with Kotlin ...
Last Release on May 1, 2025