danielgerlag / danielgerlag/jworkflow

Run main class in sample 01, got error

Open
#26 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
122
Forks
35
PR merge metrics
No merged PRs in 30d

Description

Binding to null instances is not allowed. Use toProvider(Providers.of(null)) if this is your intended behaviour.
at net.jworkflow.WorkflowModule.configure(WorkflowModule.java:54)
Error code was module.build();
WorkflowModule module = new WorkflowModule();
module.build();

Contributor guide

No contributing guide indexed for this repository

Research direction

Run sample 01 and inspect WorkflowModule.configure at line 54, then trace the module.build() call from its main class. Confirm whether the sample should avoid the null binding error or explicitly support the intended null behavior; done means the sample runs successfully with the expected workflow setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.