Skip to content

Commit

Permalink
Merge pull request #10854 from geoand/#10848
Browse files Browse the repository at this point in the history
Mention validator extension with @ConfigProperties
  • Loading branch information
gsmet authored Jul 20, 2020
2 parents 017655a + 73a8a91 commit a472198
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 a472198

Please sign in to comment.