Skip to content

Commit

Permalink
Upgrading Spring Boot (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso authored Nov 24, 2023
1 parent e92a1c0 commit ccf5f2d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/idrepo/console/src/main/resources/console.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope-console/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions client/idrepo/enduser/src/main/resources/enduser.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope-enduser/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions core/starter/src/main/resources/core.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ management.endpoint.env.show-values=WHEN_AUTHORIZED

service.discovery.address=http://localhost:8080/syncope/rest/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ under the License.
<bouncycastle.version>1.77</bouncycastle.version>
<nimbus-jose-jwt.version>9.37.1</nimbus-jose-jwt.version>

<spring-boot.version>3.2.0-RC2</spring-boot.version>
<spring-boot.version>3.2.0</spring-boot.version>
<spring-cloud-gateway.version>4.1.0-RC1</spring-cloud-gateway.version>

<openjpa.version>4.0.0-SNAPSHOT</openjpa.version>
Expand Down
2 changes: 2 additions & 0 deletions sra/src/main/resources/sra.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spring.cloud.discovery.client.health-indicator.enabled=false

service.discovery.address=http://localhost:8080/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down
2 changes: 2 additions & 0 deletions wa/starter/src/main/resources/wa.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spring.main.lazy-initialization=false

service.discovery.address=http://localhost:8080/syncope-wa/

spring.threads.virtual.enabled=true

server.shutdown=graceful
spring.lifecycle.timeout-per-shutdown-phase=30s

Expand Down

0 comments on commit ccf5f2d

Please sign in to comment.