Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to WireMock 3 #485

Open
NiccoMlt opened this issue Jul 25, 2024 · 1 comment
Open

Upgrade to WireMock 3 #485

NiccoMlt opened this issue Jul 25, 2024 · 1 comment

Comments

@NiccoMlt
Copy link
Contributor

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')
@NiccoMlt
Copy link
Contributor Author

NiccoMlt commented Oct 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant