Slackbot
08/29/2023, 5:59 PMOleg Nenashev
08/29/2023, 6:59 PMCould not initialize class com.github.tomakehurst.wiremock.jetty9.JettyHttpServerFactory
definitely comes from WireMock 2.x and not 3.xOleg Nenashev
08/29/2023, 7:00 PMJason Anderson
08/29/2023, 7:07 PMOleg Nenashev
08/29/2023, 7:13 PMJason Anderson
08/30/2023, 9:05 PMOleg Nenashev
08/31/2023, 4:14 AMOleg Nenashev
08/31/2023, 5:01 AMJason Anderson
08/31/2023, 2:11 PMcom.github.tomakehurst:wiremock-standalone:2.27.2
⢠de.mkammerer.wiremock-junit5:wiremock-junit5:1.1.0
with com.maciejwalkowiak.spring:wiremock-spring-boot:1.0.1
.
I did have to make some changes in test code such as:
⢠@EnableWireMock
paired with @ConfigureWireMock
⢠Replacing @RegisterExtension
with @InjetWireMock
But that was about it.Oleg Nenashev
08/31/2023, 3:23 PM