otto-de / edison-microservice

Collection of independent libraries on top of Spring Boot to provide a faster setup of jvm microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add @Validated annotation

SimonMonecke opened this issue · comments

After updating to edison 1.0.0 we see some warnings:

The @ConfigurationProperties bean class de.otto.edison.mongo.configuration.MongoProperties contains validation constraints but had not been annotated with @validated.

Other classes have the same problem: MetricsProperties, ServiceRegistryProperties, GracefulShutdownProperties, TogglzLdapProperties

Best,
Miri & Simon