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

fix: remove natural order sorting of jsmodules and javascript imports (#16820) (CP: 24.1) #16841

Merged
merged 1 commit into from May 22, 2023

Conversation

vaadin-bot
Copy link
Collaborator

No description provided.

…#16820)

Removes sorting of jsmodule and javascript imports in natural order in
generated-flow-imports.js. Sorting is removed only for imports added via
JsModule and Javascript annotation. Natural order was not in line with
the promised order described in these annotations, which is to keep the
same order as the annotations were on the class. However, order is only
guaranteed on a class level.

Fixes: #15825
@sonarcloud
Copy link

sonarcloud bot commented May 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

Test Results

   992 files     992 suites   1h 33m 26s ⏱️
6 286 tests 6 245 ✔️ 41 💤 0
6 539 runs  6 491 ✔️ 48 💤 0

Results for commit 27b7d9a.

@vaadin-bot vaadin-bot added +0.0.1 and removed +1.0.0 labels May 22, 2023
@czp13 czp13 merged commit f469f56 into 24.1 May 22, 2023
27 checks passed
@czp13 czp13 deleted the cherry-pick-16820-to-24.1-1684754083904 branch May 22, 2023 14:03
@vaadin-bot
Copy link
Collaborator Author

This ticket/PR has been released with Vaadin 24.1.0.beta2 and is also targeting the upcoming stable 24.1.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants