Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to spring boot 2.3.1 #154

Merged
merged 22 commits into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e9f345a
Upgrade to Spring Cloud Greenwich.SR1 and Spring Boot 2.1.4
arey May 8, 2019
98fba54
Migrate from Netflix Zuul to Spring Cloud Gateway #117
arey Apr 3, 2019
7311fca
Netflix Zuul replaced by Spring Cloud Gateway #117
arey May 8, 2019
ee980cd
Switch to openjdk8
arey Aug 29, 2019
e34c1bc
Upgrade to Spring Cloud Hoxton.M2 and Spring Boot 2.2.0.M5
arey Sep 27, 2019
70dedf8
Upgrade to Spring Cloud Hoxton.M3 and Spring Boot 2.2.0.RC1
arey Oct 31, 2019
15947fa
Upgrade to Spring Cloud Hoxton.RC1 and Spring Boot 2.2.0.RELEASE
arey Nov 1, 2019
b881298
Version Control Backend Filesystem Use
arey Nov 1, 2019
024568a
Use the existing native profile
arey Nov 2, 2019
8d90f56
Use the bodyValue() method instead of the deprecated syncBody()
arey Nov 13, 2019
eea1e9c
Replace Ribbon by spring-cloud-reactive-loadbalancer and Webflux WebC…
arey Nov 13, 2019
393187f
Upgrade to Spring Cloud Hoxton.RC2 and Spring Boot 2.2.1.RELEASE
arey Nov 15, 2019
751979e
Merge remote-tracking branch 'upstream/master'
arey Nov 21, 2019
210b43f
Upgrade to Spring Boot Admin 2.2.2
arey Mar 14, 2020
fbe8e67
Copyright 2002-2020
arey Mar 14, 2020
6564aec
Upgrade to Spring Cloud Hoxton.RELEASE and Spring Boot 2.2.1.RELEASE
arey Mar 14, 2020
8218b2f
Rollback spring-boot-starter-parent to 2.2.1.RELEASE
arey Mar 14, 2020
75c6340
Merge remote-tracking branch 'upstream/master'
arey Mar 14, 2020
7771840
Merge remote-tracking branch 'upstream/master'
arey Mar 14, 2020
377b731
Merge remote-tracking branch 'upstream/master'
arey Jun 17, 2020
e7ccc5e
Merge remote-tracking branch 'upstream/master'
arey Jun 17, 2020
be33b87
Upgrade to Spring Boot 2.3.1.RELEASE
arey Jun 21, 2020
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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.8.RELEASE</version>
<version>2.3.1.RELEASE</version>
</parent>

<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>

Expand All @@ -29,7 +29,7 @@
<java.version>1.8</java.version>
<assertj.version>3.11.1</assertj.version>

<spring-boot.version>2.2.8.RELEASE</spring-boot.version>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR5</spring-cloud.version>

<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-admin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-customers-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-discovery-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-vets-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-petclinic-visits-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down