Skip to content

Commit 061df90

Browse files
committed
Faster startup time through lazy initialization
S3Mock starts up pretty fast already, but this can't hurt.
1 parent 561cc54 commit 061df90

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
170170
* Refactorings
171171
* Fix build errors: skip JavaDoc generation for POM type modules.
172172
* Build robustness: execute unit and integration tests in parallel and in random order.
173+
* Faster startup time through lazy initialization
173174
* Version updates (deliverable dependencies)
174175
* TBD
175176
* Version updates (build dependencies)

server/src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ com.adobe.testing.s3mock.region=us-east-1
2828
server.tomcat.max-swallow-size=10MB
2929

3030
management.endpoints.web.discovery.enabled=false
31+
32+
spring.main.lazy-initialization=true

0 commit comments

Comments
 (0)