Peter Taylor

Results 6 issues of Peter Taylor

JFrog have announced bintray is going away I currently upgrade Artifactory Pro using this script https://bintray.com/jfrog/run/art-compose Where will this script be found after bintray is no longer available?

version 0.10.0-dev-10 When I run my generated javascript I get this error: ``` TypeError: Cannot read property '$clone0' of null at jus_Collector$Characteristics_values(target\generated\js\teavm\model.mjs:22749:1000149-1000193) at otp_Platform_getEnumConstants(target\generated\js\teavm\model.mjs:3021:177633-177640) at otp_Platform_getEnumConstants(target\generated\js\teavm\model.mjs:3025:177694-177729) at ju_GenericEnumSet_getConstants(target\generated\js\teavm\model.mjs:24674:1070248-1070292) at jus_Collector_of0(target\generated\js\teavm\model.mjs:22777:1001520-1001589)...

When transpiling org.yaml::snakeyaml::2.2, I found that teavm-maven-plugin::compile::0.9.2 errored because jigsaw (JDK9) logging classes weren't available in teavm-classlib, however.... snakeyaml-2.2 is a Multi-Release jar meaning that both a jdk8 and jdk9...

`mvn clean verify` results in PermittedUrlsCheckerTest failure ``` UnsupportedOperation class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute ``` I guess because Mockit doesnt support...

This PR does the following: + OpenAPIDeserializer.java add seam allowing alternative ways to convertValues from JsonNodes. (TeaVM doesnt handler use of ObjectMapper) + OpenAPIDeserializer.java use jsr310 consistently for date processing...

If you run the example demo-spring-boot-3-webmvc navigate to http://localhost:8081/v3/api-docs you notice that: ``` "/pet/findByTags": { ... "responses": { ... "200": { ... "application/json": { "schema": { "type": "array", #