Skip to content

[Feature] Java build efficiency improvement suggestions #1936

@wl4g

Description

@wl4g

Scenario:
If both projectA and projectB depend on projectC, and these may be maintained by two separate teams, then:

Optimization 1:
If a git pull shows no updates, reuse the previous build artifacts directly.

Optimization 2:
Since multiple teams maintain the projects and builds happen frequently, when multiple builds are triggered concurrently, subsequent tasks can wait for the first triggered task to finish building projectC before continuing their parallel builds.

Summary:
This approach implements phased serialization combined with phased parallelism, which is similar to how generational garbage collection acceleration algorithms work.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions