-
-
Notifications
You must be signed in to change notification settings - Fork 110
Native implementation roadmap
Matt Fellows edited this page Oct 6, 2016
·
7 revisions
This is a crude list of the things that need to occur to swap out the Ruby implementation in favour of a completely native one:
Remove old Ruby specific matchersReplace Ruby Mock Server with dynamic libraryGenerate v2 compatible pact files, with parity of previous matching capabilitiesRemove Mock Server from daemon codeWire intoPactClient
andPact
structsAdd all of the body matchers supported by the JVMAdd request path and header matchers supported by the JVM- Replace Ruby Verifier with dynamic library (WIP)
- Remove remaining Ruby stuff from daemon
- Remove all existing Daemon and CLI code
- Ensure matcher error messages are formatted and readable
- Create local Docker setup to test multi-OS capability
- Update examples with latest DSL
- Update documentation (pact.io,
README
anddoc.go
)
<--- feature parity = 1.0.0 release
- Manage provider states through Golang Pact API hooks, instead of HTTP endpoints
- Add support for XML
- Allow root level matchers as per JVM (including arrays)
- Allow one-way messages to be Pact tested (think message queues)
- Handle v1, v1.1, v2 and v3 specifications better