1 repository
Tracking deployment states of individual modules to revert them to stable versions upon failure.
Distinct from Deployed Version Tracking: Distinct from Kubernetes rolling restarts; this manages version state for individual dynamic app components.
Explore 1 awesome GitHub repository matching devops & infrastructure · Component Rollback Management. Refine with filters or upvote what's useful.
Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful
Tracks version history and deployment states to revert components to a previous stable version when updates fail.