spring-guides / gs-batch-processing

Creating a Batch Service :: Learn how to create a basic batch-driven solution.

Home Page:https://spring.io/guides/gs/batch-processing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JobExecutionListenerSupport is deprecated

psoares opened this issue · comments

JobExecutionListenerSupport, used in JobCompletionNotificationListener is now deprecated and can be replaced by implements JobExecutionListener instead.

@fmbenhassine, @Buzzardo any interest in updating this? If not you can close the issue and PR #50.

Yes we are interested! Thank you for the PR! We will merge it when updating the guide.

I went ahead and merged it. Since it had no conflicts, it was two button clicks to merge it.

Thanks to both of you (one for doing it and one for letting me know I could merge it). :)