-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
I was curious why the META-INF/services/com.github.tomakehurst.wiremock.extension.ExtensionFactory file is only added to the shadowJar.
I believe there is benefit in only having the TemplateExtension class rather than having both TemplateExtension and StandaloneTemplateExtension. For example, if we always added the service loader the below code would work regardless of if we are using the normal jar or the standalone jar.
@RegisterExtension
static WireMockExtension wm = WireMockExtension.newInstance()
.options(wireMockConfig().extensionScanningEnabled(true))
.build();References
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation