Skip to content

SDK OS configurable#321

Merged
krystian-panek-vmltech merged 2 commits intomainfrom
sdk-os-configurable
Aug 27, 2025
Merged

SDK OS configurable#321
krystian-panek-vmltech merged 2 commits intomainfrom
sdk-os-configurable

Conversation

@krystian-panek-vmltech
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces configurable OS selection for the AEM SDK dispatcher distribution unpacking process. Instead of relying solely on runtime OS detection, users can now explicitly specify which OS version of the dispatcher tools to use through configuration.

  • Adds OS type constants and validation in a new SDK constants module
  • Implements configurable OS selection with "auto", "unix", and "windows" options
  • Updates default configuration files to include the new SDK OS setting with "auto" as default

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/sdk/constants.go Defines OS type constants and helper function for validation
pkg/sdk.go Adds OS field to SDK struct and implements configurable OS determination logic
pkg/cfg/defaults.go Sets default SDK OS configuration value
pkg/project/*/aem.yml Updates configuration templates with new SDK OS setting
examples/docker/*/aem.yml Updates example configuration with new SDK OS setting

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@krystian-panek-vmltech krystian-panek-vmltech merged commit d3453f8 into main Aug 27, 2025
1 check passed
@krystian-panek-vmltech krystian-panek-vmltech deleted the sdk-os-configurable branch August 27, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants