Skip to content

Commit

Permalink
fix: disable cloud compatibility-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 2, 2024
1 parent 56c4d0c commit bd15929
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dashboard-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spring :
lifecycle :
timeout-per-shutdown-phase : ${TIMEOUT_PER_SHUTDOWN:20s}

cloud :
compatibility-verifier :
enabled: false
logging :
pattern :
level : '%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]'
Expand Down
4 changes: 4 additions & 0 deletions dashboard-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ spring :
livereload :
enabled : false

cloud :
compatibility-verifier :
enabled: false

datasource :
type : com.zaxxer.hikari.HikariDataSource
driver-class-name : ${DATASOURCE_DRIVER:com.mysql.cj.jdbc.Driver}
Expand Down
3 changes: 3 additions & 0 deletions edge-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ info :
build_time : ${git.build_time}

spring :
cloud :
compatibility-verifier :
enabled: false
application :
name : edge-service
lifecycle :
Expand Down
4 changes: 3 additions & 1 deletion edge-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
spring :
application :
name : edge-service

cloud :
compatibility-verifier :
enabled: false
iqkv :
service-discovery :
services :
Expand Down
3 changes: 3 additions & 0 deletions importer-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ info :
build_time : ${git.build_time}

spring :
cloud :
compatibility-verifier :
enabled: false
application :
name : importer-service
datasource :
Expand Down
3 changes: 3 additions & 0 deletions importer-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
spring :
cloud :
compatibility-verifier :
enabled: false
application :
name : importer-service
devtools :
Expand Down

0 comments on commit bd15929

Please sign in to comment.