Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for parallel deployment #80

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Add support for parallel deployment

    Includes the required update for maven resolver and
    two new configuration properties to enable parallel
    deployment and configure parallelism.
    
    Signed-off-by: Samuel Dacanay <[email protected]>
    dakaneye committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    36bead1 View commit details
    Browse the repository at this point in the history
  2. Refactor Deployer to take Configuration as parameter

    By passing Configuration in and storing as a class variable,
    we can ensure that the params provided to Deployer dont
    continue to expand. It simplifies the method signatures too.
    
    Signed-off-by: Samuel Dacanay <[email protected]>
    dakaneye committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b93f4f4 View commit details
    Browse the repository at this point in the history