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

Replace deprecated JobCompletionNotificationListener Class with JobExecutionListener #61

Closed
wants to merge 2 commits into from

Conversation

AlpsDevABE
Copy link

JobCompletionNotificationListener is deprecated and replaced by JobExecutionListener.

In following the tutorial, I had to research this issue

JobCompletionNotificationListener is deprecated and replaced by JobExecutionListener. 

In following the tutorial, I had to research this issue
Forgot to add the import, but I don't see the import for the other one in this job. Sorry fairly new developer, double check this work
@robertmcnees
Copy link
Contributor

Hi @AlpsDevABE. JobCompletionNotificationListener is a class defined in the guide, not in Spring Batch. As shown in this line JobCompletionNotificationListener implements JobExecutionListener.

What problem did you encounter when running the example?

@robertmcnees
Copy link
Contributor

Hi @AlpsDevABE. Can you clarify what problem you were having with the guide? If I don't hear back I'll close the issue soon. Thanks.

@robertmcnees
Copy link
Contributor

Closing this PR due to lack of activity. If the issue persists please comment here and we can reopen the discussion.

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.

None yet

2 participants