Skip to content
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

Step names must be unique #3757 #4756

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

FBibonne
Copy link

@FBibonne FBibonne commented Feb 3, 2025

the names of different steps in a job must be different

Sloves #3757

A few comments :

  • pom is updated to have a have a version of slf4j-api corresponding to simple-slf4j
  • unicity of names is checked when starting the job , just before calling listeners because step names may be known only in JobScope
  • in FlowJob.findStepsThrowingIfNameNotUnique, I suggest to remove the else block when state is instance of StepHolder : it is never executed

Fabrice Bibonne and others added 6 commits February 3, 2025 05:30
the names of different steps in a job must be different

Signed-off-by: Fabrice Bibonne <[email protected]>
  Also change copyright date to 2025

Signed-off-by: Fabrice Bibonne <[email protected]>
@FBibonne
Copy link
Author

FBibonne commented Feb 3, 2025

this PR makes the same changes as #4544 which was closed dur to trouble with git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant