You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyways the quarkus dev ui under endpoints returns following mapping file:
{"mappings":[{"request":{"method":"GET","url":"/frameworks/1"},"response":{"status":200,"body":"{"supportsJava":true,"versions":["999-SNAPSHOT","3.15.1"],"name":"Quarkus","rules":{"hello":"world"},"contributors":1000}","headers":{}}}]}
I expected this:
I expected to retrieve a response body like in the mapping file.
Is there a workaround?
No response
How can we try to reproduce the issue?
No response
Anything else?
No response
Output of uname -a or ver
No response
Output of java -version
21
Quarkus OpenApi version or git rev
2.9.1-lts
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Community Notes
Please vote by adding a 👍 reaction to the issue to help us prioritize.
If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞
The text was updated successfully, but these errors were encountered:
Hi @alexgelb1 this extension does not create an endpoint with the generated mappings. I created an issue to add this feature (to use the generated mappings on wiremock container).
It is a feature request, this extension is intended to do it.
Tell us the extension you're using
Mock
I tried this:
I am using the exact same openapi yaml file (url changed to http://localhost:8080) from the Quarkiverse Moqu documentation and the follwoing version:
Then called the service with following url with curl and from the chrome browser "http://localhost:8080/frameworks/1".
This happened:
The service call "http://localhost:8080/frameworks/1" returns always a 404 not found.
Anyways the quarkus dev ui under endpoints returns following mapping file:
{"mappings":[{"request":{"method":"GET","url":"/frameworks/1"},"response":{"status":200,"body":"{"supportsJava":true,"versions":["999-SNAPSHOT","3.15.1"],"name":"Quarkus","rules":{"hello":"world"},"contributors":1000}","headers":{}}}]}
I expected this:
I expected to retrieve a response body like in the mapping file.
Is there a workaround?
No response
How can we try to reproduce the issue?
No response
Anything else?
No response
Output of
uname -a
orver
No response
Output of
java -version
21
Quarkus OpenApi version or git rev
2.9.1-lts
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
Community Notes
The text was updated successfully, but these errors were encountered: