Skip to content

Commit

Permalink
Mention validator extension with @ConfigProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and gsmet committed Jul 20, 2020
1 parent 5e02618 commit 5ec176e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ public class GreetingConfiguration {
}
----

WARNING: For validation to work, the `quarkus-hibernate-validator` extension needs to be present.

If the validation fails with the given configuration, the application will fail to start and indicate the corresponding validation errors in the log.

In the case of an interface being annotated with `@ConfigProperties`, the interface is allowed to extend other interfaces and methods from
Expand Down

0 comments on commit 5ec176e

Please sign in to comment.