Skip to content

Commit 0291bb7

Browse files
committed
Incorporate 80acca8
Signed-off-by: onobc <[email protected]>
1 parent 25afb33 commit 0291bb7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

spring-grpc-docs/src/main/java/org/springframework/grpc/internal/ConfigurationPropertiesAsciidocGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected boolean resourceNameContainsPattern(Resource resource) {
121121

122122
protected Resource[] getResources() throws IOException {
123123
return new PathMatchingResourcePatternResolver()
124-
.getResources("classpath*:/META-INF/spring-configuration-metadata.json");
124+
.getResources("classpath*:/META-INF/*spring-configuration-metadata.json");
125125
}
126126

127127
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"groups": [],
3+
"properties": [
4+
{
5+
"name": "spring.grpc.test.inprocess.enabled",
6+
"type": "java.lang.Boolean",
7+
"description": "Whether to enable the in-process server and client for testing. Consider using @AutoConfigInProcessTransport instead.",
8+
"defaultValue": false
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)