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.
Micronaut 5 module for Nova Notifications. @factory + @ConfigurationProperties under the nova.notifications.* prefix; supports Micronaut AOT and Shadow JAR.
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.
Spring Boot 4.1 auto-configuration starter for Nova Notifications. Wires NotificationFacade, RestClient-based REST exposure and @ConfigurationProperties under the nova.notifications.* prefix.