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

2467: Refactor URN map generation and add notifications. #2486

Conversation

vitaliyboykocontributor
Copy link
Contributor

Extracted logic for handling XSD files and added clear notifications for the process status. Replaced Stack with Deque for better performance, introduced constants for reusable values, and updated plugin declarations with a notification group.

  1. Fixes Slow operations are prohibited on EDT #2477
  2. Fixes Urn mappings not working #2467

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

VitaliyBoyko and others added 4 commits February 15, 2025 10:09
Extracted logic for handling XSD files and added clear notifications for the process status. Replaced `Stack` with `Deque` for better performance, introduced constants for reusable values, and updated plugin declarations with a notification group.
@VitaliyBoyko VitaliyBoyko merged commit 5472bb6 into magento:5.4.0-develop Feb 15, 2025
5 checks passed
@VitaliyBoyko VitaliyBoyko deleted the 2467-Urn-mappings-not-working branch February 15, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Slow operations are prohibited on EDT Urn mappings not working
3 participants