Issue on mocking with Microcks
See original GitHub issueAfter updating to version 0.2.50.Final the Mock feature stopped to work. An error message return on screen and the following message appear in apicurio-studio-api logs:
2021-09-30 19:30:26,175 ERROR [io.undertow.request] (default task-93) UT005023: Exception handling request to /designs/33/mocks: org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign, for valid numeric value
at [Source: (String)"---
openapi: 3.0.2
info:
title: fis-api-sample
version: "1"
It seems trying to parse the yaml as it was a Json.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:22 (6 by maintainers)
Top Results From Across the Web
Using exposed mocks | Microcks.io
These elements are used by Microcks for finding an appropriate response to return when receiving a mock request.
Read more >Mocking Microservices Made Easy with Microcks
Microservices Mocks (Microcks) is a new tool trying to solve this problem and addressing the concerns above. Its goal is to provide a...
Read more >Integrate Microcks for mocking your API - Apicurio
Microcks is an Open Source platform for easily exposing API and WebServices mocks using examples coming from different types of assets (OpenAPI specifications, ......
Read more >Lab 02 - API Mocking - Red Hat | Public Sector
When deploying API, micro-services or SOA practices at large scale, Microcks solves the problems of providing and sharing consistent documentation and mocks ......
Read more >Microcks (@microcksio) / Twitter
Microcks is a powerful tool that helps you mock and test your APIs. ... Introduce new 'Test conformance' metric · Issue #646 ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Release is done. I’m in the process of upgrading https://studio.apicur.io/ Should be done today barring any unexpected problems.
Tested with latest-release docker images and the issue is resolved.
Thanks @EricWittmann