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

support spray-json #336

Merged
merged 1 commit into from
Dec 5, 2022
Merged

support spray-json #336

merged 1 commit into from
Dec 5, 2022

Conversation

danlaudk
Copy link
Contributor

i can create an example using akka-http that has both play-json and spray-json if acceptable

@jbwheatley
Copy link
Owner

thanks @danlaudk - could you also update the readme here https://github.com/jbwheatley/pact4s#using-json-bodies

build.sbt Outdated
libraryDependencies ++= Dependencies.sprayJson,
Test / parallelExecution := true
)
.dependsOn(shared)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: this should depend on models, not shared

This comment follows the conventionalcomments.org standard


import munit.FunSuite
import pact4s.sprayjson.implicits.providerStateFormat
//import spray.json.DefaultJsonProtocol._
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: this can be removed

This comment follows the conventionalcomments.org standard

@danlaudk
Copy link
Contributor Author

danlaudk commented Dec 4, 2022

hope i addressed the three comments, big and small (but important 😃). i removed a commit that was a merge of main into this branch. Then I rebased. So the state of the commits originally is only visible here on a copied branch main...danlaudk:pact4s:spray-json-ok-not-squashed

@jbwheatley jbwheatley merged commit 7869b57 into jbwheatley:main Dec 5, 2022
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

Successfully merging this pull request may close these issues.

2 participants