Skip to content

Commit 2f33f73

Browse files
committed
Fix spring.http.serviceclient metadata JSON
Fix type in `Map` reference. Closes gh-47943
1 parent fa2cd40 commit 2f33f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/spring-boot-http-client/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
{
102102
"name": "spring.http.serviceclient",
103-
"type": "java.util.Map<String.org.springframework.boot.http.client.autoconfigure.HttpClientProperties>",
103+
"type": "java.util.Map<String,org.springframework.boot.http.client.autoconfigure.HttpClientProperties>",
104104
"description": "HTTP Service Client definitions",
105105
"sourceType": "org.springframework.boot.http.client.autoconfigure.service.HttpServiceClientProperties"
106106
}

0 commit comments

Comments
 (0)