Skip to content

v0.4.0

Compare
Choose a tag to compare
@safris safris released this 20 Sep 13:04
· 75 commits to master since this release
  • #45 Add jx:targetNamespace to JSD(x) spec
  • #44 Implement standalone Validator
  • #43 Configurable default "number" type bindings
  • #42 JxDecoder try parse multiple classes
  • #41 Support non-strict compliance to JSON spec
  • #40 Improve memory and runtime performance
  • #39 Use JsonReader.(String)
  • #38 jdk19: The Security Manager is deprecated and will be removed in a future release
  • #37 Upgrade Maven dependencies
  • #36 ArrayValidator previous()/next() logic flaw for nested arrays
  • #35 Configurable builder pattern
  • #34 Convert to JsonReader composite long point instead of String
  • #33 Implement JxDecoder.Builder with "messageFunction"
  • #32 Missing Pattern.DOTALL on Pattern.compile(...)
  • #31 Generate return overrides on inherited "set" methods
  • #30 IllegalArgumentException if Range cannot be represented by type
  • #28 VALIDATING and NON_VALIDATING JxEncoder
  • #27 Dump JSON in verbose mode of BadRequestExceptionMapper
  • #26 Return this from setters
  • #25 Rename JxEncoder.marshal(...) to JxEncoder.toString(...)
  • #24 Add convenience methods to parse JSON strings from JxDecoder
  • #23 Support global JxDecoder
  • #22 Transition to GitHub Actions
  • #21 Incorrect association of generated source across disparate parent ClassSpec(s)
  • #20 JxEncoder.marshal(List,Class) not reporting errors for encoding of member items
  • #19 Handle "Unexpected end of document" error in JxDecoder
  • #17 Inherit Maven dependency versions from root POM
  • #16 Parameterize JUnit tests
  • #15 Incorrect order of properties when decompiling Java -> JSD(x) on jdk13
  • #14 Remove unnecessary calls to Classes.sortDeclarativeOrder(Method[])