Skip to content

4.3.9 Backported issues #4340

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
fmbenhassine opened this issue Mar 29, 2023 · 3 comments
Closed

4.3.9 Backported issues #4340

fmbenhassine opened this issue Mar 29, 2023 · 3 comments
Labels
type: holder Issues that hold references to back-ported issues
Milestone

Comments

@fmbenhassine fmbenhassine added the type: holder Issues that hold references to back-ported issues label Mar 29, 2023
@fmbenhassine fmbenhassine added this to the 4.3.9 milestone Mar 29, 2023
@hjlee83
Copy link

hjlee83 commented Apr 27, 2023

Hi!

How about this?

private static final String FIND_LAST_JOB_INSTANCE_BY_JOB_NAME = """
			SELECT MAX(JOB_INSTANCE_ID), JOB_NAME
			FROM %PREFIX%JOB_INSTANCE
			WHERE JOB_NAME = ?
                        GROUP BY JOB_NAME""";

@fmbenhassine
Copy link
Contributor Author

@hjlee83 I am not sure I understand your question. Can you elaborate please? Are you referring to the formatting of the query using Java's text blocks or the port of the fix itself? The fix itself was already ported to 4.3.x, see 81e619b.

@fmbenhassine
Copy link
Contributor Author

Closing this, as v4.3.9 has been released: https://github.com/spring-projects/spring-batch/releases/tag/4.3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: holder Issues that hold references to back-ported issues
Projects
None yet
Development

No branches or pull requests

2 participants