You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
Internal teams have shifted focus away from Roxy in favor of ml-gradle, and ml-app-deployer that is behind ml-gradle. Roxy is not using management rest api. We (the Roxy dev team) have long pondered moving over, but lingered too long to be able to make it happen. It kind of forces us now to move on, and migrate to something else. I managed to convince one of the core developers of ml-gradle to expose a CLI for ml-app-deployer, making it easier to use the core features of ml-gradle without needing Gradle itself. Lets investigate the impact..
The text was updated successfully, but these errors were encountered:
…p-deployer CLI
Forked slush code to experiment with replacing Roxy with ml-app-deployer CLI.
- Converted ml-config.xml to ml-app-deployer/ml-gradle payloads in src/main/ml-config
- Moved REST extensions, library modules and transforms to src/main/ml-modules
- Removed Roxy folders/artifacts
- Updated slush and gulp init scripts to support gradle
Note: Had issues using property substitution with ml-app-deployer CLI so I'm
currently using ml-gradle.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Internal teams have shifted focus away from Roxy in favor of ml-gradle, and ml-app-deployer that is behind ml-gradle. Roxy is not using management rest api. We (the Roxy dev team) have long pondered moving over, but lingered too long to be able to make it happen. It kind of forces us now to move on, and migrate to something else. I managed to convince one of the core developers of ml-gradle to expose a CLI for ml-app-deployer, making it easier to use the core features of ml-gradle without needing Gradle itself. Lets investigate the impact..
The text was updated successfully, but these errors were encountered: