You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Informal list of possible future feature work in Juneau.  Please feel free to add to this list with ideas and put (+1 userid) next to items you're interested in.

  1. YAML support.
    This is kind of big though.  Essentially cloning the JSON serializers and parsers and converting them to use YAML syntax.

  2. Other possible languages:  BSON, Protobuf, Amazon Ion

  3. @JsonSchema validation support for all serializers and parsers.  
    This is also kind of big.  Basically adding SERIALIZER_validating and PARSER_validating settings (disabled by default) that would allow automatic schema validation of input and output just like we do for the OpenAPI serializer and parser. 

  4. Investigate OpenAPI 3 support.  The Swagger API is currently at Swagger 2.0.  

  5. FreeMarker integration.

  6. Proofread documentation.  It would be good to clean up areas that are confusing.    


  • No labels