Skip to main content

Release 6.0.1

Date: Jan 3, 2017

Juneau 6.0.1 is a minor update.

org.apache.juneau

  • General improvements to JSON parser.

    • Several fixes to handle obscure edge cases.
  • New properties in ParserContext.

    • ParserContext.PARSER_strict
    • ParserContext.PARSER_inputStreamCharset
    • ParserContext.PARSER_fileCharset
  • Removed JsonParserContext.JSON_strictMode. Replaced by PARSER_strict.

  • byte[] arrays can now be passed to Parser.parse(Object,Class) for reader-based parsers.

Discussion

Share feedback or follow-up questions for this page directly through GitHub.