Group: GitHub Vikas0686
Sort by:Popular

1.WoGu API3 usages

io.github.vikas0686 » wogu-api Apache

Public SPI for WoGu: the WorkflowValidator contract, the Rule/RuleCategory metadata WoGu is organized around, and the immutable model types (ValidationContext, RuleResult, ValidatorRunOutcome, ValidationSummary, Violation, CallPathFrame, ...
Last Release on Jul 7, 2026

2.WoGu Core1 usages

io.github.vikas0686 » wogu-core Apache

The WoGu validation engine: discovers WorkflowValidator implementations via java.util.ServiceLoader, executes them against a project, and aggregates their results into a ValidationSummary. Adding a new validator never requires a change to ...
Last Release on Jul 7, 2026

3.WoGu Report1 usages

io.github.vikas0686 » wogu-report Apache

Renders a ValidationSummary as a static, self-contained HTML report (plain HTML and inline CSS, no JavaScript frameworks), in the spirit of JaCoCo's coverage reports. Depends only on wogu-api, so it can render the output of any engine's ...
Last Release on Jul 7, 2026

4.WoGu Temporal1 usages

io.github.vikas0686 » wogu-temporal Apache

Temporal Java SDK rules for WoGu (WG001-WG003 today), most of them declared as YAML definitions under src/main/resources/rules and executed by the generic ForbiddenMethodRule, so adding a "flag this static method call" rule requires no Java ...
Last Release on Jul 7, 2026

5.WoGu Parent

io.github.vikas0686 » wogu-parent Apache

WoGu (Workflow Guard) is a static analysis and build validation framework for workflow-based applications. This is the reactor parent for all WoGu modules.
Last Release on Jul 7, 2026

6.WoGu Maven Plugin

io.github.vikas0686 » wogu-maven-plugin Apache

Maven plugin exposing the wogu:validate goal, bound by default to the verify phase. Runs the WoGu validation engine against the project's own source, writes an HTML report, and fails the build if a validator finds a build-blocking violation.
Last Release on Jul 7, 2026