This repository was archived by the owner on May 14, 2025. It is now read-only.
Fix columns in BOOT3_BATCH_JOB_EXECUTION_PARAMS#5544
Merged
onobc merged 2 commits intospring-attic:mainfrom Nov 9, 2023
Merged
Fix columns in BOOT3_BATCH_JOB_EXECUTION_PARAMS#5544onobc merged 2 commits intospring-attic:mainfrom
onobc merged 2 commits intospring-attic:mainfrom
Conversation
This commit introduces an Oracle schema migration that updates the BOOT3_BATCH_JOB_EXECUTION_PARAMS table to use the newer Batch5 parameter columns. Resolves spring-attic#5534
Contributor
|
|
Contributor
|
Oh a sad smiley - may I excuse myself - just for understanding - I found the way that you described to resolve the bug funny and that’s the reason I answered that way. Good to see that you also cover ARM! |
Contributor
Author
Oh no my friend! I am sorry for the confusion... it was meant to be a smiley. I just realized I had picked the wrong emoji (they are tiny on my screen). I get the humor and I like it! Thanks |
Contributor
|
Happy to hear that. 😃 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces an Oracle schema migration that updates the BOOT3_BATCH_JOB_EXECUTION_PARAMS table to use the newer Batch5 parameter columns.
I reproduced the bug locally against (with the help of the newly added https://github.com/spring-cloud/spring-cloud-dataflow/wiki/Oracle-on-Mac-ARM64) and then fixed the issue and watched the bug go bye-bye.
Resolves #5534
ℹ️ I created #5545 to add test coverage for this use case.