Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ Changes by Version
==================
Release Notes.

Apollo Java 2.5.0
Apollo Java 2.6.0

------------------

* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103)
* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105)
* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115)
* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121)
* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123)
*

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1)
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/6?closed=1)
17 changes: 17 additions & 0 deletions changes/changes-2.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changes by Version
==================
Release Notes.

Apollo Java 2.5.0

------------------

* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Typo: APl should be API.

The lowercase l in APl is a typo confirmed by static analysis.

✏️ Proposed fix
-* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
+* [Feature Provide a new open API to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* [Feature Provide a new open APl to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
* [Feature Provide a new open API to return the organization list](https://github.com/apolloconfig/apollo-java/pull/102)
🧰 Tools
🪛 LanguageTool

[grammar] ~9-~9: Ensure spelling is correct
Context: ...-------- * [Feature Provide a new open APl to return the organization list](https:...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@changes/changes-2.5.0.md` at line 9, Fix the typo in the release note bullet
by replacing "APl" with "API" in the string "* [Feature Provide a new open APl
to return the organization
list](https://github.com/apolloconfig/apollo-java/pull/102)" so it reads
"Provide a new open API to return the organization list"; update the exact text
in changes-2.5.0.md where that bullet appears (look for the phrase "Provide a
new open APl to return the organization list").

* [Feature Added a new feature to get instance count by namespace.](https://github.com/apolloconfig/apollo-java/pull/103)
* [Feature Support retry in open api client.](https://github.com/apolloconfig/apollo-java/pull/105)
* [Support Spring Boot 4.0 bootstrap context package relocation for apollo-client-config-data](https://github.com/apolloconfig/apollo-java/pull/115)
* [Fix change listener de-duplication by identity to avoid stale property names cache in Spring Cloud bootstrap dual-context initialization](https://github.com/apolloconfig/apollo-java/pull/121)
* [Test Overhaul automated compatibility coverage across API/Spring/Spring Boot scenarios](https://github.com/apolloconfig/apollo-java/pull/123)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/5?closed=1)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</developers>

<properties>
<revision>2.5.0</revision>
<revision>2.6.0-SNAPSHOT</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.7.18</spring-boot.version>
Expand Down