Version grouping
See original GitHub issueI noted that some libraries receive a special treatment, e.g. all Kotlin versions are grouped and dealt with with kotlin.version
. I’d like to be able to do the same for other tools as well whose versions should get updated all at once.
Is there a way I can contribute and add new groups for refreshVersions to be managed consistently?
Also, it would be nice if the behaviour could be configurable from within the build.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Automatic version grouping for movies - Plugins - Emby
The plugin works similar to the auto boxsets, but does the "movie versions grouping" - it will group all movies based on their...
Read more >Version management with managed rule groups - AWS WAF ...
The AWS Managed Rules rule groups that provide notifications all use the same SNS topic Amazon Resource Name (ARN). Topics. Version lifecycle for...
Read more >Creating Version Groups : r/jellyfin - Reddit
Hi,. Is there a way to automate the detection of different versions of movies and create a group for them ?
Read more >Group multiple versions of the same work together - ORCID
Grouping multiple versions of the same work The same work can be added to your ORCID record from different sources; these multiple...
Read more >Groups and Versions and Kinds, oh my! - The Kubebuilder Book
Each API group-version contains one or more API types, which we call Kinds. While a Kind may change forms between versions, each form...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
from what i could tell this should do the ktor stuff: https://github.com/jmfayard/refreshVersions/blob/master/dependencies/src/main/resources/refreshVersions-rules/other-version-alias-rules.txt#L7
but i am still getting keys like these
version.io.ktor..ktor-client-core=1.3.2
so i tried using aliases
so looking in the code it seems like this should work:
in the code its called a alias and 5 indirections are allowed but currently it seems like the
refreshVersions
tasks instead ignores it and adds duplicate keysClosing this ticket, but I think we should import some of the aliases from DanySK I left a note here https://github.com/jmfayard/refreshVersions/issues/238