fix: align npm package order between full and annotation scanners#21193
fix: align npm package order between full and annotation scanners#21193
Conversation
Test Results1 179 files 1 179 suites 1h 15m 28s ⏱️ Results for commit 34def7b. ♻️ This comment has been updated with latest results. |
8416f4d to
8c34434
Compare
|
Comment from @mcollovati on Slack:
|
This confirms what I saw in the debugger: the classes are name-sorted elsewhere, including |
|



Using
HashSetfor the@NpmPackageannotation values results in unreliable order. The issue is visible in PR validation ITs in Hilla,build-frontendhas unexpectedalpha5version picked over beforealpha4, whereasprepare-frontendis usingalpha4chosen by FQN sorted class order.