Skip to content

Commit 2b40d47

Browse files
Removed @AutoConfigureWireMock in favour of https://github.com/wiremock/wiremock-spring-boot (#2289)
Signed-off-by: Marcin Grzejszczak <[email protected]>
1 parent ee54817 commit 2b40d47

File tree

52 files changed

+0
-3666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+0
-3666
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
*** xref:project-features-stubrunner/stub-runner-generate-stubs-at-runtime.adoc[]
4242
*** xref:project-features-stubrunner/stub-runner-fail-on-no-stubs.adoc[]
4343
*** xref:project-features-stubrunner/stub-runner-common.adoc[]
44-
** xref:project-features-wiremock.adoc[]
4544
* Build Tools
4645
** xref:docker-project.adoc[]
4746
** xref:gradle-project.adoc[]

docs/modules/ROOT/pages/customization/wiremock-customization.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ include::{verifier_root_path}/src/test/groovy/org/springframework/cloud/contract
3131
IMPORTANT: If you want the transformation to be applied only for a mapping that explicitly
3232
requires it, override the `applyGlobally()` method and set it to `false` .
3333

34-
[[customization-wiremock-configuration]]
35-
== Customization of WireMock Configuration
36-
37-
You can register a bean of type `org.springframework.cloud.contract.wiremock.WireMockConfigurationCustomizer`
38-
to customize the WireMock configuration (for example, to add custom transformers).
39-
The following example shows how to do so:
40-
41-
[source,java,indent=0]
42-
----
43-
include::{wiremock_tests}/src/test/java/org/springframework/cloud/contract/wiremock/AutoConfigureWireMockConfigurationCustomizerTests.java[tags=customizer_1]
44-
// perform your customization here
45-
include::{wiremock_tests}/src/test/java/org/springframework/cloud/contract/wiremock/AutoConfigureWireMockConfigurationCustomizerTests.java[tags=customizer_2]
46-
----
47-
4834
[[customization-wiremock-from-metadata]]
4935
== Customization of WireMock via Metadata
5036

docs/modules/ROOT/pages/project-features-wiremock.adoc

Lines changed: 0 additions & 179 deletions
This file was deleted.

spring-cloud-contract-wiremock/src/main/java/org/springframework/cloud/contract/wiremock/AutoConfigureHttpClient.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

spring-cloud-contract-wiremock/src/main/java/org/springframework/cloud/contract/wiremock/AutoConfigureWireMock.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)