-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add otherParameters
to ContentTypeRange, update MediaType#matches
to take into account otherParameters
.
#306
Conversation
… to take into account `otherParameters`.
Could you also create a PR (relying on these changes) in tapir, so that we could review both together (it would necessarily use a locally-published model version)? |
I checked tapir locally against the locally published sttp-model. What do you mean by submitting this as a PR? It will not compile (missing locally published sttp-model). |
I know, but some more changes are needed on the tapir side, no? :) I can then checkout both PRs locally & test |
I did not need to alter a single line in tapir to make it compile, I beileve it should work as expected with the new sttp-model. I tried to add some tests, but got lost in the tapir testing machinery :/ ( |
The test itself consists of an endpoint (here you would need to create an endpoitn with the |
@adamw please give it a spin: softwaremill/tapir#3243 |
Thanks for the work :) |
1.7.3 should be out soon |
Once 1.7.3 lands in maven, shall I make a PR to tapir, with the bumped dependency and the added tests? |
Yeah maybe simply update the PR that is already there with the test? |
Add test checking against softwaremill/sttp-model#306
Fixes #305.