question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
NikkyAIcommented, May 13, 2020

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:

version.ktor=1.3.2

version.io.ktor..ktor-client-core=version.ktor
version.io.ktor..ktor-client-core-js=version.ktor
version.io.ktor..ktor-client-json=version.ktor
version.io.ktor..ktor-client-json-js=version.ktor
version.io.ktor..ktor-client-serialization=version.ktor
version.io.ktor..ktor-client-serialization-js=version.ktor
version.io.ktor..ktor-html-builder=version.ktor
version.io.ktor..ktor-jackson=version.ktor
....

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 keys

0reactions
jmfayardcommented, Sep 3, 2020

Closing 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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found