II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--build-system-modernization
specializations/code-migration-modernization/build-system-modernization overview
Build System Modernization - Process for modernizing build systems from legacy tools to modern build tools (e.g., Ant to Gradle, Make to Bazel), improving build performance, and implementing CI/CD best practices.
Attributes
displayName
specializations/code-migration-modernization/build-system-modernization
description
Build System Modernization - Process for modernizing build systems from legacy tools
to modern build tools (e.g., Ant to Gradle, Make to Bazel), improving build performance, and
implementing CI/CD best practices.
libraryPath
library/specializations/code-migration-modernization/build-system-modernization.js
specialization
code-migration-modernization
references
- - Gradle Migration Guide: https://docs.gradle.org/current/userguide/migrating_from_maven.html
- - Bazel Migration: https://bazel.build/migrate/maven
- - Modern Build Tools: https://www.thoughtworks.com/radar/tools
example
const result = await orchestrate('specializations/code-migration-modernization/build-system-modernization', {
projectName: 'Build Modernization',
currentBuildSystem: { tool: 'Maven', version: '3.6' },
targetBuildSystem: 'Gradle',
cicdRequirements: { platform: 'GitHub Actions', parallelization: true }
});
usesAgents
- build-pipeline-modernizer
- dependency-modernization-agent
- regression-detector
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic1
- topic:refactoring·TopicRefactoring
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area2
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
uses_agent2
- lib-agent:code-migration-modernization--dependency-modernization-agent·LibraryAgentdependency-modernization-agent
- lib-agent:code-migration-modernization--regression-detector·LibraryAgentregression-detector
Incoming edges
None.