Code Monkey home page Code Monkey logo

docserver's People

Contributors

realbucksavage avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

docserver's Issues

Add GraalVM Native Image support

Attempting to build a native image (./gradlew clean dockerbuildnative) results in this error:

Error: com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported type java.util.JapaneseImperialCalendar is reachable
To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time.
Detailed message:
Trace:
        at parsing java.util.Calendar$Builder.build(Calendar.java:1508)
Call path from entry point to java.util.Calendar$Builder.build():
        at java.util.Calendar$Builder.build(Calendar.java:1473)
        at io.swagger.v3.parser.util.OpenAPIDeserializer.toDate(OpenAPIDeserializer.java:2624)
        at io.swagger.v3.parser.util.OpenAPIDeserializer.getDecodedObject(OpenAPIDeserializer.java:2572)
        at io.swagger.v3.parser.util.OpenAPIDeserializer.getSchema(OpenAPIDeserializer.java:2383)
        at io.swagger.v3.parser.ResolverCache.loadRef(ResolverCache.java:159)
        at io.swagger.v3.parser.processors.ExternalRefProcessor.processRefToExternalSchema(ExternalRefProcessor.java:89)
        at io.swagger.v3.parser.processors.ExternalRefProcessor.processRefSchemaObject(ExternalRefProcessor.java:893)
        at io.swagger.v3.parser.processors.ExternalRefProcessor.lambda$processRefToExternalPathItem$1(ExternalRefProcessor.java:339)
        at io.swagger.v3.parser.processors.ExternalRefProcessor$$Lambda$2388/0x00000007c1fb2840.accept(Unknown Source)
        at java.util.Optional.ifPresent(Optional.java:183)
        at java.lang.Runtime$Version.toString(Runtime.java:1392)
        at java.lang.String.valueOf(String.java:2951)
        at java.lang.StringBuilder.append(StringBuilder.java:168)
        at java.net.Proxy.<init>(Proxy.java:95)
        at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VARARGS_Proxy_constructor_4c292c8081165fc77e6ffffc00ffc9c7f9d770eb(generated:0)

Implement a `docs.yaml` endpoint

In its current state, the docserver renders OpenAPI3.1 compliant JSON file at /docs.json. It will be nice to have a similar endpoint at /docs.yaml or /docs.yml (or both) to render the combined documents in YAML format.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.