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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGES.mdwas not updated for this release.The PR checklist explicitly marks "Update CHANGES log: not completed." Per project convention, each release entry in
CHANGES.mdmust be a Markdown link whose text is the change description and whose target is the PR URL (e.g.,[Release Apollo Java 2.5.0](https://github.com/apolloconfig/apollo-java/pull/129)). Please add the entry before merging.Based on learnings: "Format CHANGES.md entries as Markdown links with link text as change description and link target as PR URL (not issue URL)."
🤖 Prompt for AI Agents
🧩 Analysis chain
🏁 Script executed:
Repository: apolloconfig/apollo-java
Length of output: 2999
LGTM — correct use of CI-friendly versioning.
The single-property bump correctly propagates to all submodules via
flatten-maven-plugin(resolveCiFriendliesOnlymode), so no child POM edits are needed. No residual-SNAPSHOTversion strings were found in the codebase.Update CHANGES.md for version 2.5.0 before release. The project convention requires entries in Markdown link format with PR URLs (e.g.,
[Description](https://github.com/apolloconfig/apollo-java/pull/XXX)). This was noted as incomplete in the PR checklist and must be completed.🤖 Prompt for AI Agents