feat(datasource/maven)!: use latest and release values as tags#35515
feat(datasource/maven)!: use latest and release values as tags#35515
Conversation
|
Because the Maven datasource can use "merge" strategy, we need to think about the implications of this for tags. Different registries may have different |
If I read it correctly, maven resolves The evidence that leads to this conclusion can be found in maven's Generally, taking the highest of the tags sounds reasonable to me. In some registries like artifactory it is possible to trigger a rebuild of Maven metadata, so linking the use of |
|
🎉 This PR is included in version 40.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* upstream/main: (176 commits) build(deps): update aws-sdk-js-v3 monorepo (main) (renovatebot#35660) chore(deps): update docker/dockerfile docker tag to v1.15.1 (main) (renovatebot#35659) fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.64.3 (main) (renovatebot#35657) chore: thre -> the (renovatebot#35655) chore(deps): update dependency vite to v6.3.4 [security] (main) (renovatebot#35653) build(deps): update dependency glob to v11.0.2 (main) (renovatebot#35649) fix(memCache): disallow http requests in cache to be mutable (renovatebot#35647) fix(gomod): Exclude multi-line `exclude` directives from extraction (renovatebot#35623) docs(config options): rewrite `ignoreScripts` (renovatebot#32171) chore(deps): update python:3.13 docker digest to 884da97 (main) (renovatebot#35645) chore(deps): update python docker tag to v3.13.3 (main) (renovatebot#35276) fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.64.2 (main) (renovatebot#35644) feat(config)!: validate allowedCommands against post-compiled commands (renovatebot#35564) feat(config)!: create new Config Warning issues each time (renovatebot#35565) feat(autodiscoverFilter)!: support combined negative matches (renovatebot#34707) feat(datasource/maven)!: use latest and release values as tags (renovatebot#35515) feat!: require node v22.13 (renovatebot#34524) chore(deps): update dependency esbuild to v0.25.3 (main) (renovatebot#35637) chore(deps): update python:3.13 docker digest to 19c3e96 (main) (renovatebot#35636) feat(deps): update ghcr.io/renovatebot/base-image docker tag to v9.64.1 (main) (renovatebot#35632) ...
Changes
Uses "latest" and "release" values in
maven-metadata.xmlas tags if present.This could have an effect on some exist package lookups because prior to this PR, the Renovate concept of
respectLatestwas not applicable, whereas now it is.Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: