-
Notifications
You must be signed in to change notification settings - Fork 23
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
[FEATURE] generateFlexChangesBundle: Handle minUI5Version as array #1009
Conversation
ea5d00c
to
df3c9bb
Compare
LGTM. I would prefer to change the base branch of this PR to "v3". So we can release this feature together with a UI5 Tooling v3 minor release. |
LGTM
We had a quick discussion today. For v4 ( |
1be174e
to
1004610
Compare
The pull request was update to target v3. |
b4c1f21
to
f5da889
Compare
…ng and array With the upcoming UI5 2.x the manifest may contain a minUI5Version with multiple entries. This change enables the generateFlexChangesBundle to understand the new syntax. The language check kindly pointed out some words to improve. With this commit the proposals of the check are applied.
f5da889
to
0c64ca4
Compare
…1009) With the upcoming UI5 2.x the manifest may contain a minUI5Version with multiple entries as described in the AppDescriptor schema (internal PR 499). This change enables the generateFlexChangesBundle to understand the new syntax in addition, the tests for the generateFlexChangesBundle were enhanced to check better their complete functionality - boy scouted! JIRA: CLOUDIOI-1170 (cherry picked from commit 45c9b7e)
Cherry-pick for main: #1011 |
…1009) With the upcoming UI5 2.x the manifest may contain a minUI5Version with multiple entries as described in the AppDescriptor schema (internal PR 499). This change enables the generateFlexChangesBundle to understand the new syntax in addition, the tests for the generateFlexChangesBundle were enhanced to check better their complete functionality - boy scouted! JIRA: CLOUDIOI-1170 (cherry picked from commit 45c9b7e)
generateFlexChangesBundle understands minUI5Version as string and array
With the upcoming UI5 2.x the manifest may contain a minUI5Version with multiple entries as described in the AppDescriptor schema (internal PR 499). This change enables the generateFlexChangesBundle to understand the new syntax
in addition, the tests for the generateFlexChangesBundle were enhanced to check better their complete functionality - boy scouted!
JIRA: CLOUDIOI-1170
Pull Request Checklist