You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus 3.33 LTS extension for Nova Notifications. CDI @singleton + SmallRye Config @ConfigMapping under the nova.notifications.* prefix; ships META-INF/jandex.idx so Quarkus build-time scan discovers beans.
Nova Notifications + Spring Boot 4.1 demo. End-to-end REST example with RestClient-based service + integration test that wires the Spring Boot starter.
Nova Notifications + Quarkus 3.33 LTS demo. JAX-RS resource example with notification.sendWelcomeEmail() and JUnit 5 integration test for the Quarkus extension.
Gradle template for microservice instances built on the Nova Platform meta-framework with Quarkus 3.33.x LTS. Multi-module (shared + product + boot), Java 25, wired with nova-notifications-quarkus-extension.
Spring Boot observability starter: Four Golden Signals (latency, traffic, errors, saturation), distributed tracing with OpenTelemetry and Spring Boot Actuator auto-configuration.
Micronaut 5 module for Nova Notifications. @factory + @ConfigurationProperties under the nova.notifications.* prefix; supports Micronaut AOT and Shadow JAR.
Spring Boot 4.1 auto-configuration starter for Nova Notifications. Wires NotificationFacade, RestClient-based REST exposure and @ConfigurationProperties under the nova.notifications.* prefix.
Quarkus extension for Nova Keycloak. CDI @singleton + SmallRye Config @ConfigMapping under the nova.keycloak.* prefix; ships META-INF/jandex.idx so Quarkus build-time scan discovers beans.
Nova Notifications core library: pure-Java (no framework), framework-agnostic facade for Email/SMS/Push/Slack with Resilience4j-style retry + circuit breaker + rate limit. Published to GitHub Packages.
Quarkus instance of the Nova Platform meta-framework. Consumes nova-api-standard + nova-api-standard-quarkus-extension (twin of ahincho/nova-java-example, which is Spring Boot).