Display @Validated constructor bound properties in configprops endpoint

Fixes gh-19219
This commit is contained in:
Madhura Bhave
2019-12-04 14:39:20 -08:00
parent 05d460a974
commit 2c4a1f1c15
4 changed files with 81 additions and 1 deletions

View File

@@ -345,6 +345,11 @@
<artifactId>log4j-to-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>