| commit | 3fc3557e332927917f8d8cce86068fee3fd38cc6 | [log] [tgz] |
|---|---|---|
| author | Tamas Cservenak <tamas@cservenak.net> | Fri Dec 05 18:36:01 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Dec 05 18:36:01 2025 +0100 |
| tree | be043b1f9aba5d6162767b9326482434f187cb4a | |
| parent | fd44490aab0b0c83d1cd5c272fdc7efd9991ca39 [diff] |
Bugfix: Prioritized Components Cache change detection got removed (#1698)
The commit c32b8c9236389ee04ab5d0aac3d206f8bb1b2f36 added discriminator
("owner class") to key, but by mistake dropped the change detection.
The original intent of that commit was to avoid hash clashes as
key did not factor in owner.
Also now this uses cache as intended.You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.