wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock

Home Page:https://wiremock.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the native JAR mode from Python WireMock

oleg-nenashev opened this issue · comments

Proposal

With Testcontainers being available, I do not think it worth investing any effort in maintaining code for local Java process management and provisioning. JAR bundling is neither fun nor safe for the scanners, so I think it is better to just delete it

Scope

  • Remove WireMock JAR and all JAR management logic from the repository
  • Update documentation to reflect the change

The change would be merged as a part of the Python WireMock 3 release

References

No response