Skip to content

Commit 46459f4

Browse files
committed
chore: update base configurations after migration to spring boot 4
1 parent 0c593d7 commit 46459f4

3 files changed

Lines changed: 41 additions & 46 deletions

File tree

deploy/docker/configuration/application.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spring:
1313
name: openvsx-server
1414
autoconfigure:
1515
# don't send traces to Zipkin in development
16-
exclude: org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
16+
exclude: org.springframework.boot.zipkin.autoconfigure.ZipkinAutoConfiguration
1717
profiles:
1818
include: ovsx
1919
cache:
@@ -39,8 +39,7 @@ spring:
3939
jdbc:
4040
initialize-schema: never
4141
thymeleaf:
42-
# explicitly disable thymeleaf view resolution
43-
enabled: false
42+
check-template-location: false
4443

4544
security:
4645
oauth2:
@@ -79,19 +78,18 @@ springdoc:
7978
supportedSubmitMethods:
8079
- get
8180

82-
org:
83-
jobrunr:
84-
job-scheduler:
85-
enabled: true
86-
background-job-server:
87-
enabled: true
88-
worker-count: 2
89-
dashboard:
90-
enabled: false
91-
database:
92-
type: sql
93-
miscellaneous:
94-
allow-anonymous-data-usage: false
81+
jobrunr:
82+
job-scheduler:
83+
enabled: true
84+
background-job-server:
85+
enabled: true
86+
worker-count: 2
87+
dashboard:
88+
enabled: false
89+
database:
90+
type: sql
91+
miscellaneous:
92+
allow-anonymous-data-usage: false
9593

9694
bucket4j:
9795
enabled: true

deploy/openshift/application.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spring:
1313
name: openvsx-server
1414
autoconfigure:
1515
exclude:
16-
- org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
16+
- org.springframework.boot.zipkin.autoconfigure.ZipkinAutoConfiguration
1717
profiles:
1818
include: ovsx
1919
cache:
@@ -39,8 +39,7 @@ spring:
3939
jdbc:
4040
initialize-schema: never
4141
thymeleaf:
42-
# explicitly disable thymeleaf view resolution
43-
enabled: false
42+
check-template-location: false
4443

4544
security:
4645
oauth2:
@@ -78,19 +77,18 @@ springdoc:
7877
supportedSubmitMethods:
7978
- get
8079

81-
org:
82-
jobrunr:
83-
job-scheduler:
84-
enabled: true
85-
background-job-server:
86-
enabled: true
87-
worker-count: 2
88-
dashboard:
89-
enabled: false
90-
database:
91-
type: sql
92-
miscellaneous:
93-
allow-anonymous-data-usage: false
80+
jobrunr:
81+
job-scheduler:
82+
enabled: true
83+
background-job-server:
84+
enabled: true
85+
worker-count: 2
86+
dashboard:
87+
enabled: false
88+
database:
89+
type: sql
90+
miscellaneous:
91+
allow-anonymous-data-usage: false
9492

9593
bucket4j:
9694
enabled: false

server/src/dev/resources/application.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,18 @@ springdoc:
104104
supportedSubmitMethods:
105105
- get
106106

107-
org:
108-
jobrunr:
109-
job-scheduler:
110-
enabled: true
111-
background-job-server:
112-
enabled: true
113-
worker-count: 2
114-
dashboard:
115-
enabled: false
116-
database:
117-
type: sql
118-
miscellaneous:
119-
allow-anonymous-data-usage: false
107+
jobrunr:
108+
job-scheduler:
109+
enabled: true
110+
background-job-server:
111+
enabled: true
112+
worker-count: 2
113+
dashboard:
114+
enabled: false
115+
database:
116+
type: sql
117+
miscellaneous:
118+
allow-anonymous-data-usage: false
120119

121120
bucket4j:
122121
enabled: false
@@ -138,7 +137,7 @@ ovsx:
138137
integrity:
139138
key-pair: create # create, renew, delete, 'undefined'
140139
registry:
141-
version: 'v1.0.0-dev'
140+
version: 'v1.1.0-dev'
142141
storage:
143142
local:
144143
directory: /tmp

0 commit comments

Comments
 (0)