You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To leverage a better support to HTTP/2 by WireMock (i.e., the ability to choose whether to enable or disable it from configuration), we should upgrade to at least WireMock 3.5.1, either org.wiremock:wiremock or org.wiremock:wiremock-standalone.
Sadly, it brings in com.jayway.jsonpath:json-path:jar:2.9.0, that brings in net.minidev:json-smart:jar:2.5.0, but because org.herddb:herddb-mock is shading some classes from these libraries, we get:
java.lang.IncompatibleClassChangeError: class com.jayway.jsonpath.spi.mapper.JsonSmartMappingProvider can not implement com.jayway.jsonpath.spi.mapper.MappingProvider, because it is not an interface (com.jayway.jsonpath.spi.mapper.MappingProvider is in unnamed module of loader 'app')
The text was updated successfully, but these errors were encountered:
To leverage a better support to HTTP/2 by WireMock (i.e., the ability to choose whether to enable or disable it from configuration), we should upgrade to at least WireMock 3.5.1, either
org.wiremock:wiremock
ororg.wiremock:wiremock-standalone
.Sadly, it brings in
com.jayway.jsonpath:json-path:jar:2.9.0
, that brings innet.minidev:json-smart:jar:2.5.0
, but becauseorg.herddb:herddb-mock
is shading some classes from these libraries, we get:The text was updated successfully, but these errors were encountered: