Ronald Holshausen
Ronald Holshausen
## Expected Behavior 1. Mount the the encypted volume using KDE Plasma Vault 2. Open terminal and cd into a subdirectory inside the mounted volume 3. run an application (docker-compose...
Using the latest version of the broker (1.9.3), if I follow the links from root, the versions and latest-version links for a participant don't work. To re-produce from the HAL...
See https://pact-foundation.slack.com/archives/C9VBGLUM9/p1602057408088700?thread_ts=1601979678.046000&cid=C9VBGLUM9 for context Should be able to do the following: ``` const QUERY_STRING_PARAMS = 'studentAssignmentId=308983e7-3a84-40e1-9596-6fb44217f39c&activityId=bd37478f-a6c7-440f-8593-d6a20304db7f&studentAssignmentStatus=NOT_STARTED&assignmentTitle=QA+Test+19+Jun+2020+12%3A10%3A24+-+eBookTestData+Student+Dashboard+Due+Today+-+Print+Student+Edition+PDF%3A+HMH+Science+Dimensions%3A+Grade+5&assignmentDueDate=2020-06-19T22%3A59%3A59.000Z'; .withRequest({ method: 'GET', path: `${API_URL}/${RESOURCE_ID}`, query: QUERY_STRING_PARAMS, headers: new Headers({ Accept: 'application/json', 'Content-Type': 'application/json',...
Master tracking issue for V4 spec https://github.com/pact-foundation/pact-specification/issues/79 This issue is to track all problems that arise from combining both HTTP and message interactions in any required form. ### Current Status...
``` [DEBUG] Configuring mojo au.com.dius.pact.provider:maven:4.2.10:can-i-deploy from plugin realm ClassRealm[plugin>au.com.dius.pact.provider:maven:4.2.10, parent: java.net.URLClassLoader@737996a0] [DEBUG] Configuring mojo 'au.com.dius.pact.provider:maven:4.2.10:can-i-deploy' with basic configurator --> [DEBUG] (f) latest = java-3624-publish-pacts [DEBUG] (f) pactBrokerAuthenticationScheme = basic [DEBUG]...
The query parameter parser fails to parse query parameters in array CSV form (e.g. `q=1,2,3`). With the following OpenAPI 3.0 parameter definition: ```yaml parameters: - name: id in: query description:...
When there is a merge conflict, the consumer test fails with something like ``` expected to be equal to , got ```
Currently, generators for XML is unimplemented
Using type matchers with headers and query parameters is useless, as the values are always strings. See https://github.com/pact-foundation/pact-jvm/issues/1346. There are already specific matchers for numbers and date values from V3....
The current validation of the requests and response bodies is by comparison of the whole expected body. It does allow more to be in the actual body, but it is...