Skip to content

Change metrics type from int to long in StepExecution #3845

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

Closed
wants to merge 1 commit into from

Conversation

fmbenhassine
Copy link
Contributor

This draft PR is for #3650 . This work, which is still in progress, has been done to evaluate the impact of the change requested in #3650: change type of metrics from int to long in StepExecution . As shown here, many related public APIs are impacted like StepContribution, SkipPolicy, etc and we need to make sure all changes are still conform to JSR-352 (fortunately, the return type of javax.batch.runtime.Metric#getValue is long).

@fmbenhassine fmbenhassine marked this pull request as ready for review September 29, 2021 13:27
@fmbenhassine
Copy link
Contributor Author

Updated and merged as 327160a.

@fmbenhassine fmbenhassine deleted the GH-3650 branch September 29, 2021 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StepExecution counts integer overflow
1 participant