Skip to content

1.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@joelittlejohn joelittlejohn released this 01 Feb 23:25
· 416 commits to master since this release
  • Improve error message to include the bad type when javaType cannot be parsed (#823)
  • Replace commons-lang equals, hashCode, and toString with generated code (#812)
  • Add partial support for wildcards (? and ? extends...) in "javaType" declarations (#810)
  • Normalize/canonicalize relative source paths (and remove extra underscore classes that appear when using a relative source path) (#792)
  • Fix sourceType docs to include YAML/YAMLSCHEMA in Maven, Gradle and Ant (#787)
  • Add useOptionalForGetters option for Java 8 java.util.Optional on getters (#344)
  • Wrong class name when using $ref in json schema (#164)