-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ZebedeeConfiguration for readbility #587
base: develop
Are you sure you want to change the base?
Conversation
01d4fec
to
cece436
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed the changes and they make sense to me. I've checkout the branch and run the unit tests and integration test suite we have. I've also run it in my local stack and created and published a collection & everything appears to be working correctly.
I've added 1 minor comment otherwise Im happy to approve.
zebedee-cms/src/main/java/com/github/onsdigital/zebedee/ZebedeeConfiguration.java
Outdated
Show resolved
Hide resolved
2b02f06
to
c473635
Compare
Structure ZebedeeConfiguration in such a way as to keep the initialisation of each service together and to ensure that dependencies between services are clear.
c473635
to
fb98b25
Compare
…refactor-startup-part-1
…refactor-startup-part-1
…refactor-startup-part-1
…refactor-startup-part-1
What
Structure ZebedeeConfiguration in such a way as to keep the
initialisation of each service together and to ensure that dependencies
between services are clear.
This is the first in a series of PRs to attempt to organise the startup to be easier to follow.
How to review
Ensure the changes make sense.
Who can review
Anyone but me.