Pete Cornish
Pete Cornish
Thanks @ckotzbauer. I should have some time to look at this soon. I know that branch is old now - is that commit merged into main or does the branch...
Added instructions on where dependencies are published and embedding steps in 5e351da5.
Library support in #183
GraalVM module added in 028875657848a71a16fd25caf05cf26f6e04a9a2.
As of v1.3.0, the GraalVM implementation is now merged, but Nashorn is still the default.
Graal.js now supports [map-like data structures](https://github.com/oracle/graaljs/issues/143) as of [v21.1.0](https://www.graalvm.org/release-notes/21_1/) > Added support for map-like data structures (issue #143) ... Java host interoperability was improved to handle java.util.Map implementations to make...
Bumped Graal version in https://github.com/outofcoffee/imposter/commit/899487b4fc3ccce328e770dee2087726b315716c to support the above. Next step is enabling native compiler support to avoid using interpreted mode, per: https://www.graalvm.org/reference-manual/js/RunOnJDK/ This will likely require packaging changes and...
Hi @piKolin, great question. Imposter supports [Stores](https://github.com/outofcoffee/imposter/blob/master/docs/stores.md); if there was an Oracle/JDBC store implementation would that meet your needs?
Hi @s33kers - thank you for reporting this. The WSDL parser supports embedded schemas, as well as those referenced in external XSDs, so there appears to be a resolution problem...
Interesting that this seems to differ between Swagger 2.x and OpenAPI specs 🤔 I see it particularly with header values, rather than path params. Just tried this with the v2...