-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Would it be possible to have the WireMockContextCustomizerFactory handle both @ConfigureWireMock annotations nested within @EnableWireMock (as it works right now) as well as "top-level", or standalone?
Our use-case is that we have an integration-test meta-annotation that includes a number of other annotations, mainly for convenience and to not have to repeat stuff over and over again. On a couple of the included annotations, we use @AliasFor to rewrite/alias properties, but since the WireMock Spring Boot starter afaik only takes the nested configuration annotation into account, we won't be able to go the alias way.
I realize that this might of course lead to questions regarding priority in case both exist.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request