#99 - Polishing.

Avoid CGlib subclasses for configuration classes. Move ExecutorService to top-level config. Use lazy HTTP client creation to speed up test bootstrap.
This commit is contained in:
Mark Paluch
2020-11-12 10:02:47 +01:00
parent 4bca0793db
commit 2c2fb40dc6
13 changed files with 267 additions and 167 deletions

View File

@@ -3,14 +3,12 @@ logging.level.org.springframework=WARN
logging.level.org.springframework.data.release=INFO
logging.level.org.springframework.web.client=TRACE
logging.level.org.springframework.http=DEBUG
# Deployment
deployment.repository-prefix=test-
maven.parallelize=false
jira.username=dummy
jira.password=dummy
jira.api-url=http://localhost:8888
git.username=dummy
git.password=dummy
git.email=dummy@dummy.com