docs: clarify deprecation of RELEASE and LATEST version constants#11686
Open
amahi1568 wants to merge 2 commits intoapache:masterfrom
Open
docs: clarify deprecation of RELEASE and LATEST version constants#11686amahi1568 wants to merge 2 commits intoapache:masterfrom
amahi1568 wants to merge 2 commits intoapache:masterfrom
Conversation
Member
|
The |
Author
|
Thanks for the clarification. I misunderstood the deprecation timeline for
LATEST and RELEASE. I’ll close this PR accordingly.
…On Fri, Jan 30, 2026 at 1:32 AM Tamas Cservenak ***@***.***> wrote:
*cstamas* left a comment (apache/maven#11686)
<#11686 (comment)>
The LATEST and RELEASE meta versions have been deprecated since Maven
3.0, this change is incorrect.
—
Reply to this email directly, view it on GitHub
<#11686 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BV47V2RK2T7C3COCPRGCAG34JJRN7AVCNFSM6AAAAACTLJ7KHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQMRQGAYDSMZQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Contributor
|
Instead of closing the PR, maybe just replace it by the addition of the |
Author
|
Thanks for the suggestion. I’ve updated the PR to add the correct |
elharo
requested changes
Feb 3, 2026
|
|
||
| @Deprecated(since = "4.0.0") | ||
| /** | ||
| * @deprecated since 3.0 |
Contributor
There was a problem hiding this comment.
No need to duplicate the since parameter
elharo
requested changes
Feb 3, 2026
| @Deprecated(since = "4.0.0") | ||
| /** | ||
| * @deprecated since 3.0 | ||
| * Use a fixed version or an explicit version range instead of special version tokens. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was done
Added JavaDoc guidance for deprecated artifact version constants to clarify recommended alternatives.
Why
The deprecated RELEASE and LATEST version tokens provided no migration guidance, which could confuse users.
Scope
Documentation-only change. No functional impact.