Uh oh!
There was an error while loading. Please reload this page.
feat: allow using version ranges to cope with stale Maven Local cache - #1611
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
bfe88c2 to
5f291dcCompareba37150 to
6ca3d30Compare5f291dc to
09633a4Compare6ca3d30 to
af0de7bCompare09633a4 to
cb4a8a3Compareaf0de7b to
80db505Comparecb4a8a3 to
d9a036eCompare80db505 to
6df8a27Compared9a036e to
a7e496fCompare6df8a27 to
cd832feComparea7e496f to
ef9782dComparecd832fe to
c8aeae6Compared508bed to
86848ddComparea778011 to
58e7fbdCompare86848dd to
665dcd3Compare58e7fbd to
7dee654Compare665dcd3 to
6fd7327Compare7dee654 to
7c1a397Compare6fd7327 to
02098ceCompare7c1a397 to
a93c1c8Compare02098ce to
37375d9Comparea93c1c8 to
a28f9fdCompare37375d9 to
c1dc24aComparea28f9fd to
12685daComparec1dc24a to
6d56a0dCompare12685da to
8baa490Compare6d56a0d to
1dc7506Compareacfbd14 to
2956d50CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
krzema12
left a comment
There was a problem hiding this comment.
I think this is the last review round 😄
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…minor version even with more detailed version
Vampire
commented
Feb 25, 2025
We'll see :-D |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
krzema12
commented
Feb 25, 2025
@Vampire thanks, and sorry for the long wait - I'm trying my best to reduce the backlog of PRs 😄 I think the strategy to focus on mutually iterating on a single PR works really well, lets me focus properly. |

With these changes you can for example depend on
actions:cache__save___major:[v4,v5)"and get the latest v4 action with latest v4 typing by resolving to a concrete v4.x.y version but the output still contains justv4.The same for
actions:cache__save___minor:[v4.0,v4.1), to get the latest v4.0 but in the output just havev4.0.