cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Changed primary health check to only check dependencies that are mark… #123

Closed nab0310 closed 5 years ago

nab0310 commented 5 years ago

What was changed? Why is this necessary?

The primary health check was changed from checking all dependencies to just checking primary ones. This is the way the health checks were originally intended to work. I also made some changes to the testing framework for the service project.

How was it tested?

mvn clean install

How to test

This is bare minimum acceptable testing

@nathanschile @johnlcox @b-boogaard