Skip to content

Commit 4e44d91

Browse files
authored
Merge pull request #90 from microsphere-projects/release
Release 0.2.5
2 parents 07c2f47 + a4f33a7 commit 4e44d91

4 files changed

Lines changed: 6 additions & 31 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
[![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-spring-cloud/branch/main/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-spring-cloud)
99
![Maven](https://img.shields.io/maven-central/v/io.github.microsphere-projects/microsphere-spring-cloud.svg)
1010
![License](https://img.shields.io/github/license/microsphere-projects/microsphere-spring-cloud.svg)
11-
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/microsphere-projects/microsphere-spring-cloud.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-spring-cloud "Average time to resolve an issue")
12-
[![Percentage of issues still open](http://isitmaintained.com/badge/open/microsphere-projects/microsphere-spring-cloud.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-spring-cloud "Percentage of issues still open")
11+
1312

1413
Microsphere Spring Cloud is an extension library for Spring Cloud that enhances and optimizes its capabilities,
1514
particularly focused on providing dynamic runtime configuration changes without application restarts. It's designed to
@@ -62,8 +61,8 @@ pom.xml:
6261

6362
| **Branches** | **Purpose** | **Latest Version** |
6463
|--------------|--------------------------------------------------|--------------------|
65-
| **0.2.x** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.4 |
66-
| **0.1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.4 |
64+
| **0.2.x** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.5 |
65+
| **0.1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.5 |
6766

6867
Then add the specific modules you need:
6968

microsphere-spring-cloud-commons/src/test/java/io/microsphere/spring/cloud/test/ConditionalOnPropertyEnabledTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
import static io.microsphere.spring.core.annotation.AnnotationUtils.getAnnotationAttributes;
3333
import static io.microsphere.spring.test.util.SpringTestUtils.testInSpringContainer;
3434
import static io.microsphere.util.ArrayUtils.isEmpty;
35+
import static io.microsphere.util.ArrayUtils.length;
3536
import static java.lang.String.valueOf;
3637
import static java.lang.System.getProperties;
37-
import static org.apache.commons.io.IOUtils.length;
3838
import static org.junit.jupiter.api.Assertions.assertEquals;
3939
import static org.springframework.core.type.AnnotationMetadata.introspect;
4040
import static org.springframework.util.StringUtils.hasText;

microsphere-spring-cloud-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<!-- BOM versions -->
23-
<microsphere-spring-boot.version>0.2.4</microsphere-spring-boot.version>
23+
<microsphere-spring-boot.version>0.2.5</microsphere-spring-boot.version>
2424
<testcontainers.version>2.0.1</testcontainers.version>
2525
</properties>
2626

pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.2.4-SNAPSHOT</revision>
55+
<revision>0.2.5-SNAPSHOT</revision>
5656
<java.version>17</java.version>
5757
</properties>
5858

@@ -63,28 +63,4 @@
6363
<module>microsphere-spring-cloud-openfeign</module>
6464
</modules>
6565

66-
<distributionManagement>
67-
<snapshotRepository>
68-
<id>ossrh</id>
69-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
70-
</snapshotRepository>
71-
<repository>
72-
<id>ossrh</id>
73-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
74-
</repository>
75-
</distributionManagement>
76-
77-
<repositories>
78-
<repository>
79-
<id>snapshot</id>
80-
<snapshots>
81-
<enabled>true</enabled>
82-
</snapshots>
83-
<releases>
84-
<enabled>false</enabled>
85-
</releases>
86-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
87-
</repository>
88-
</repositories>
89-
9066
</project>

0 commit comments

Comments
 (0)