-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Misleading code example in reference documentation #3692
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
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: documentation
status: first-timers-only
Issues that we would like first-timers only to work on
type: bug
Milestone
Comments
I would like to pick this up |
@charvakcpatel007 Thank you for your suggestion to help. If there is no open PR for a ticket, then it is open for contribution. So you are welcome! |
charvakcpatel007
added a commit
to charvakcpatel007/spring-batch
that referenced
this issue
Apr 27, 2020
charvakcpatel007
added a commit
to charvakcpatel007/spring-batch
that referenced
this issue
Apr 27, 2020
charvakcpatel007
added a commit
to charvakcpatel007/spring-batch
that referenced
this issue
Apr 27, 2020
charvakcpatel007
added a commit
to charvakcpatel007/spring-batch
that referenced
this issue
Apr 27, 2020
fmbenhassine
pushed a commit
that referenced
this issue
May 25, 2020
Closed
fmbenhassine
pushed a commit
to fmbenhassine/spring-batch
that referenced
this issue
May 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: documentation
status: first-timers-only
Issues that we would like first-timers only to work on
type: bug
In the Spring official docs, here, in the Java configuration code under Spring Batch Integration Configuration, there is a typo that is misleading. The
handle()
should betransform()
in theintegrationFlow
method.Artem Bilan asked me to raise this issue when I asked him about it on a question in StackOverflow.
The text was updated successfully, but these errors were encountered: