Rename HttpServiceGroups to ImportHttpServiceGroups

See gh-33992
This commit is contained in:
rstoyanchev
2025-03-31 15:20:30 +01:00
parent 779f1b080e
commit ebdebbbd06
10 changed files with 18 additions and 11 deletions

View File

@@ -97,7 +97,7 @@ public class AnnotationHttpServiceRegistrarTests {
private static class ScanConfig {
}
@HttpServiceGroups(clientType = ClientType.WEB_CLIENT, groups = {
@ImportHttpServiceGroups(clientType = ClientType.WEB_CLIENT, groups = {
@ImportHttpServices(group = ECHO_GROUP, types = {EchoA.class}),
@ImportHttpServices(group = GREETING_GROUP, types = {GreetingA.class})
})