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

Make StepExecutionRequest JSON compatible [BATCH-2732] #873

Closed
spring-projects-issues opened this issue Jun 22, 2018 · 0 comments
Closed
Labels
has: backports Legacy label from JIRA. Superseded by "for: backport-to-x.x.x" in: integration type: enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Artem Bilan opened BATCH-2732 and commented

The StepExecutionRequest cannot be deserialized properly by the Jackson.

There is just enough to add simple constructor:

private StepExecutionRequest() {
	//For Jackson deserialization
}

Not sure though that properties can continue be final, but we can realize that during testing.


Affects: 3.0.9, 4.0.1, 4.1.0.M1

Reference URL: https://stackoverflow.com/questions/50986822/spring-integration-partition-for-sqs

Referenced from: pull request #615, and commits 7dc4b2c, 1f900ee

Backported to: 4.0.2

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: integration type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant