-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Gradle task pactPublish fails (400 bad request) and does not print error message #1150
Comments
borwoj
changed the title
Gradle task pactPublish fails and does not print error message
Gradle task pactPublish fails (400 bad request) and does not print error message
Jun 29, 2020
uglyog
pushed a commit
that referenced
this issue
Jul 12, 2020
4.1.7 has been released with this fix |
shilgam
added a commit
to shilgam/pact-workshop-jvm
that referenced
this issue
Aug 30, 2020
to fix gradle task pactPublish failure (400 bad request) Issue: pact-foundation/pact-jvm#1150
shilgam
added a commit
to shilgam/pact-workshop-jvm
that referenced
this issue
Aug 31, 2020
To fix gradle task pactPublish failure (400 bad request). Issue: pact-foundation/pact-jvm#1150
shilgam
added a commit
to shilgam/pact-workshop-jvm
that referenced
this issue
Sep 2, 2020
* Consumer: Add the Gradle Pact plugin and tell it about Pact Broker * Consumer: Bump au.com.dius.pact plugin version to 4.1.7 To fix gradle task pactPublish failure (400 bad request). Issue: pact-foundation/pact-jvm#1150 * Dropwizard provider: Fetch pacts from Pact Broker * Springboot provider: Fetch pacts from Pact Broker * Springboot provider: Publish results back to Pact Broker * Remove unused code and docs
4.1.7 solved the issue, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
./gradlew pactPublish
Expected:
201 Created
Actual:
However, publishing the exact same JSON to the exact same broker using cURL works just fine:
Configuration
build.gradle
(app level)build.gradle
(project level)Do you have an idea of what may be needed for the publish task to work?
An issue related to missing error messages: #291
The text was updated successfully, but these errors were encountered: