Skip to content
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

Makes health configuration optional #2104

Merged
merged 1 commit into from Sep 25, 2019
Merged

Makes health configuration optional #2104

merged 1 commit into from Sep 25, 2019

Commits on Sep 23, 2019

  1. Makes health configuration optional

    A previous change fixed health status mapping, but in the process made
    it required to have health autoconfiguration. This fixes the below
    error:
    
    ```
    Parameter 3 of method actuatorServerConfigurator in com.linecorp.armeria.spring.actuate.ArmeriaSpringActuatorAutoConfiguration required a bean of type 'org.springframework.boot.actuate.health.HealthStatusHttpMapper' that could not be found.
    ```
    Adrian Cole committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5fa10cc View commit details
    Browse the repository at this point in the history