This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 590
Shell / CLI support for Task 3.0 #5239
Milestone
Comments
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 3, 2023
- Introduces the AppBootVersion enum - Hooks into 'app register' shell command - Passes boot version into AppRegistryController See spring-attic#5239
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 3, 2023
- Introduces the AppBootVersion enum - Hooks into 'app register' shell command - Passes boot version into AppRegistryController See spring-attic#5239
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 3, 2023
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 3, 2023
onobc
added a commit
that referenced
this issue
Mar 3, 2023
- Introduces the `AppBootSchemaVersion` enum - Add bootVersion param to 'app register' shell - Add bootVersion param to AppRegistryController See #5239 Co-authored-by: Corneil du Plessis <[email protected]>
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 7, 2023
- Create AppRegistryCommandsTests that verify newly added bootVersion options See spring-attic#5239
onobc
added a commit
that referenced
this issue
Mar 7, 2023
- Create AppRegistryCommandsTests that verify newly added bootVersion options See #5239
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 9, 2023
- Introduces the `AppBootSchemaVersion` enum - Add bootVersion param to 'app register' shell - Add bootVersion param to AppRegistryController See spring-attic#5239 Co-authored-by: Corneil du Plessis <[email protected]>
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
Mar 9, 2023
- Create AppRegistryCommandsTests that verify newly added bootVersion options See spring-attic#5239
onobc
added a commit
that referenced
this issue
Mar 9, 2023
- Introduces the `AppBootSchemaVersion` enum - Add bootVersion param to 'app register' shell - Add bootVersion param to AppRegistryController See #5239 Co-authored-by: Corneil du Plessis <[email protected]>
onobc
added a commit
that referenced
this issue
Mar 9, 2023
- Create AppRegistryCommandsTests that verify newly added bootVersion options See #5239
onobc
added a commit
to onobc/spring-cloud-dataflow
that referenced
this issue
May 19, 2023
- Update related tests to Junit5 See spring-attic#5239
corneil
pushed a commit
that referenced
this issue
May 19, 2023
* Add boot version to `app info` shell command - Update related tests to Junit5 See #5239 * Reduce test duplication
Closed via c8707c6 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The CLI command defined in the class AppRegistryCommands will require updates for several of its commands:
Register
- add bootVersion argument with a default value of 2. Only values of 2 or 3 are accepted, otherwise error.Info
- needs to list boot versionnot needed to invoke method - apps must already existdefaultApplication
- The argument gets converted to QualifiedApplicationName which does not include “bootVersion”(done on the backend)importFromResource
- probably needs work because one would also indicate a boot3 application in there.importFromResource
notesImport of apps via property files, e.g. with the addition of a .bootVersion key value pair.
The text was updated successfully, but these errors were encountered: