Skip to content

Commit e863806

Browse files
authored
Merge pull request #91 from microsphere-projects/dev-1.x
Release 0.1.5
2 parents d05e8d0 + fb71726 commit e863806

File tree

4 files changed

+6
-31
lines changed

4 files changed

+6
-31
lines changed

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/dev-1.x/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.1.4</microsphere-spring-boot.version>
23+
<microsphere-spring-boot.version>0.1.5</microsphere-spring-boot.version>
2424
<testcontainers.version>1.21.3</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.1.4-SNAPSHOT</revision>
55+
<revision>0.1.5-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>
@@ -62,28 +62,4 @@
6262
<module>microsphere-spring-cloud-openfeign</module>
6363
</modules>
6464

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

0 commit comments

Comments
 (0)