Skip to content

AEM Version fix#313

Merged
krystian-panek-vmltech merged 2 commits intomainfrom
aem-version-fix
Aug 7, 2025
Merged

AEM Version fix#313
krystian-panek-vmltech merged 2 commits intomainfrom
aem-version-fix

Conversation

@krystian-panek-vmltech
Copy link
Copy Markdown
Contributor

@krystian-panek-vmltech krystian-panek-vmltech commented Aug 7, 2025

fixes #301

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 fixes the regular expression pattern used to extract Adobe Experience Manager (AEM) version information from HTML content. The change improves the regex pattern to be more precise and robust in matching version strings.

  • Updated the AEM version regex pattern to use a more specific capture group and raw string literal
  • Replaced greedy matching with non-greedy matching using character class exclusion

@krystian-panek-vmltech krystian-panek-vmltech linked an issue Aug 7, 2025 that may be closed by this pull request
@krystian-panek-vmltech krystian-panek-vmltech merged commit 444ed86 into main Aug 7, 2025
1 of 2 checks passed
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.

Fix AEM version extraction

2 participants