Group: Vertique
Sort by:Popular

Mechanism-neutral REST application starter composing the core starter with JAX-RS routing, request validation, security, and management
Last Release on Aug 8, 2026
Annotation processor that generates reflection-free {Bean}$AopProxy subclass proxies for beans with @Aspect-annotated methods, substituting the proxy via a generated Dagger @Binds
Last Release on Aug 8, 2026
Annotation processor that generates a VertiqueComponentFactory implementation and its META-INF/services registration from a @VertiqueApp-annotated Dagger @Component, so a standalone application writes neither the factory nor the ...
Last Release on Aug 8, 2026
Annotation processor that validates @CronJob annotations at compile time: cron expression syntax, @ServiceContract participation, @ServiceOperation requirement on the matched contract method, and policy bounds. Pure validation — no code generation.
Last Release on Aug 8, 2026
Annotation processor that auto-generates Dagger @Module bindings from @Path, @RestClient, @KafkaListener, @KafkaSource, @ServiceContract implementations, and DelayedJobExecutor implementations
Last Release on Aug 8, 2026
Annotation processor that generates static {Contract}_DelayedJobProxy classes for @DelayedJobContract interfaces, replacing the per-call JDK dynamic proxy, plus same-compilation-unit contract/executor validation
Last Release on Aug 8, 2026
Annotation processor that builds the event-type inventory ((distinct @Observes T parameter types) ∪ (distinct constructor-injected Event<T> type arguments, unwrapping Provider/Lazy)) and generates a concrete X$Event extends Event<X> publisher plus a ...
Last Release on Aug 8, 2026
Annotation processor (CG-009) that validates JAX-RS resource classes at compile time: security-annotation conflicts, path-placeholder/PathParam alignment, body/form exclusivity, and multiple-HTTP-verb guardrail. Pure validation — no ...
Last Release on Aug 8, 2026
Annotation processor that generates {Consumer}_BindingMeta companions with precomputed Kafka consumer binding metadata, letting KafkaConsumerRegistrar skip boot-time reflective scanning, plus compile-time consumer-shape validation
Last Release on Aug 8, 2026
Annotation processor that generates static proxy classes and BeanParamAccessor implementations for @RestClient interfaces, eliminating per-call reflection on the hot path
Last Release on Aug 8, 2026
Annotation processor (CG-008) that generates {DTO}_InputProcessor walkers for REST request body DTOs annotated with @Sanitize/@Canonicalize, replacing reflective Map traversal in DefaultInputObjectProcessor with direct field-name ...
Last Release on Aug 8, 2026
Annotation processor (CG-005) that generates ServiceContractContributor implementations and a Dagger @Module for @ServiceContract-annotated interfaces, eliminating startup-time reflection and turning structural mistakes into compiler ...
Last Release on Aug 8, 2026
Annotation processor that generates static {Contract}_WorkflowClientProxy classes and a GeneratedWorkflowClientsModule for @WorkflowContract interfaces, replacing the per-call JDK dynamic proxy, plus compile-time contract-shape validation
Last Release on Aug 8, 2026

54.Vertique Events1 usages

dev.vertique » vertique-events EUPL

Compile-time @Observes typed event runtime: Observes meta-annotation, ObserverRegistration, ObserverRegistry (subtype-routed observer matching over the superclass chain and interfaces), and the Event<T> publisher whose fire() ...
Last Release on Aug 8, 2026
PostgreSQL-backed inbox/outbox persistence: PgInboxRepository, PgOutboxRepository, Flyway DDL, and Dagger module
Last Release on Aug 8, 2026
Micrometer metrics adapter for REST server requests: active-request gauge and per-request timer
Last Release on Aug 8, 2026
Test-support module that lets a test graph assemble a production-faithful JaxRsRouterMount: a Dagger module (RestTestFixtureModule) reaching the framework's real REST collaborators plus mount/server helpers, consumed at test scope by REST-surface ...
Last Release on Aug 8, 2026
Default annotation-driven request validation strategy for the REST framework (web-validation gate)
Last Release on Aug 8, 2026
Built-in canonicalizers, sanitizers, and Dagger wiring for input processing
Last Release on Aug 8, 2026
Independent PostgreSQL persistence starter composing pooling with application-owned Flyway migration
Last Release on Aug 8, 2026