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

Spring batch migration should remove extends DefaultBatchConfigurer #412

Closed
sambsnyd opened this issue Aug 9, 2023 · 0 comments · Fixed by #417
Closed

Spring batch migration should remove extends DefaultBatchConfigurer #412

sambsnyd opened this issue Aug 9, 2023 · 0 comments · Fixed by #417
Assignees
Labels
enhancement New feature or request

Comments

@sambsnyd
Copy link
Member

sambsnyd commented Aug 9, 2023

The DefaultBatchConfigurer class has been removed with no replacement. That extends clause should be removed.

Remove and remove any @Override methods from that class, and remove the methods if the body is empty. If the body is not empty remove the @Override and leave a comment.

Also see:

@sambsnyd sambsnyd added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Aug 9, 2023
@timtebeek timtebeek self-assigned this Aug 9, 2023
timtebeek added a commit that referenced this issue Aug 14, 2023
timtebeek added a commit that referenced this issue Aug 15, 2023
* Remove DefaultBatchConfigurer

Fixes #412

* Add license

* Use Markup.info

* Only remove methods from DefaultBatchConfigurer

* Strip calls to super()

* Remove Bean-like usage in new DefaultBatchConfigurer(dataSource)

* Add recipe to spring batch migrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants