1.1.0
joelittlejohn
released this
04 Mar 10:07
·
206 commits
to master
since this release
- Add @generated annotation to classes and includeGeneratedAnnotation config option (#1202)
- Remove Jackson 1.x support (#1200)
- Remove jsonschema2pojo-scalagen (#1199)
- Enum generation ignores existingJavaType (#1182)
- Require Gradle 5.6+ when using the Gradle plugin (and update examples) (#1131)
- formatTypeMapping fails with primitive types (#1126)
- Add private modifier to constructor-related configuration options so that they can be configured in the POM (#1118)
- Using enum + javaType (without package name) generates enum in default package as a class, then fails to compile (#1103)
- Fix raw type warnings when extending a builder (#1101)
- Recursive schemas with relative paths can generate the same class twice with "__1" in the name (#1077)
- Gradle shows deprecation warnings regarding Gradle 7.0 (#1070)
- Add javax.annotation.processing.Generated for Java 9 (#835)