-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add implementation and tests for the JobRunrProDeadlineManager. #10
Conversation
…RunrProDeadlineManager.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly small fry, but one pointer that's worth discussing: do we really need a JobRunrProEventScheduler
?
...java/org/axonframework/extensions/jobrunrpro/autoconfig/AxonJobRunrProAutoConfiguration.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/axonframework/extensions/jobrunrpro/deadline/JobRunrProDeadlineManager.java
Outdated
Show resolved
Hide resolved
jobrunrpro/src/main/java/org/axonframework/extensions/jobrunrpro/util/JobRunrProUtils.java
Show resolved
Hide resolved
...a/org/axonframework/extensions/jobrunrpro/deadline/JobRunrProDeadlineManagerBuilderTest.java
Outdated
Show resolved
Hide resolved
.../org/axonframework/extensions/jobrunrpro/scheduling/JobRunrProEventSchedulerBuilderTest.java
Outdated
Show resolved
Hide resolved
.../org/axonframework/extensions/jobrunrpro/scheduling/JobRunrProEventSchedulerBuilderTest.java
Outdated
Show resolved
Hide resolved
...a/org/axonframework/extensions/jobrunrpro/deadline/JobRunrProDeadlineManagerBuilderTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Steven van Beelen <[email protected]>
…mework/extensions/jobrunrpro/autoconfig/AxonJobRunrProAutoConfiguration.java Co-authored-by: Steven van Beelen <[email protected]>
…ro/deadline/JobRunrProDeadlineManagerBuilderTest.java Co-authored-by: Steven van Beelen <[email protected]>
…ro/scheduling/JobRunrProEventSchedulerBuilderTest.java Co-authored-by: Steven van Beelen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 small comments, otherwise looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small fry remaining. Other than that, I think this looks good 👍
.../org/axonframework/extensions/jobrunrpro/autoconfig/AxonJobRunrProAutoConfigurationTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Steven van Beelen <[email protected]>
…mework/extensions/jobrunrpro/autoconfig/AxonJobRunrProAutoConfigurationTest.java Co-authored-by: Steven van Beelen <[email protected]>
Co-authored-by: Steven van Beelen <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
It needs the correct credentials and AxonFramework/AxonFramework#2564 to be merged before it will build.