Skip to content

Commit

Permalink
bump version to 2.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Aug 16, 2024
1 parent 1fc9d27 commit d0b5a6d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ Changes by Version
==================
Release Notes.

Apollo Java 2.3.0
Apollo Java 2.4.0

------------------
* [add an initialize method to avoid DefaultProviderManager's logic being triggered when using custom ProviderManager.](https://github.com/apolloconfig/apollo-java/pull/50)
* [Implement parsing time based on pattern for @ApolloJsonValue](https://github.com/apolloconfig/apollo-java/pull/53)
* [Enhance to load mocked properties from apollo.cache-dir](https://github.com/apolloconfig/apollo-java/pull/58)
* [perf: speed up the first loading of namespace when startup meet 404](https://github.com/apolloconfig/apollo-java/pull/61)
* [perf: speed up when startup meets timeout](https://github.com/apolloconfig/apollo-java/pull/64)
* [upgrade spring boot to 2.7.18](https://github.com/apolloconfig/apollo-java/pull/68)
*

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

Apollo Java 2.3.0

------------------
* [add an initialize method to avoid DefaultProviderManager's logic being triggered when using custom ProviderManager.](https://github.com/apolloconfig/apollo-java/pull/50)
* [Implement parsing time based on pattern for @ApolloJsonValue](https://github.com/apolloconfig/apollo-java/pull/53)
* [Enhance to load mocked properties from apollo.cache-dir](https://github.com/apolloconfig/apollo-java/pull/58)
* [perf: speed up the first loading of namespace when startup meet 404](https://github.com/apolloconfig/apollo-java/pull/61)
* [perf: speed up when startup meets timeout](https://github.com/apolloconfig/apollo-java/pull/64)
* [upgrade spring boot to 2.7.18](https://github.com/apolloconfig/apollo-java/pull/68)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo-java/milestone/3?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.3.0</revision>
<revision>2.4.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

0 comments on commit d0b5a6d

Please sign in to comment.