- Fix include additional properties set incorrectly by CLI (#660)
- Remove useless and empty Javadoc (#659)
- @JsonPropertyDescription annotation does not properly extract description from schema (#655)
- Adding support for JSR-305 annotations (#645)
- additionalProperties getter method is missing @Valid annotation. (#503)
- Zip of binary distribution of CLI (#500)
- Add ["-", " ", "_"] as default propertyWordDelimiters for Gradle plugin (#625)
- Allow setting custom annotator and custom rule factory fields directly in Gradle (#617)
- Deep-merge array items in example JSONs before generating schemas (#423)
- Remove javax.annotation.Generated as it doesn't ship with Android (#577)
- Add option to use BigInteger for JSON integer type (#614)
- Supporting other primitives as backing types for enums (#612)
- Generate hashCode and equals even without declared fields (#611)
- Use unique enum constant names (#609)
- Support "required" keyword draft04 array-style when generating constuctors (#599)
- Add feature to allow comments in schema files (#589)
- javaType with generics does not apply correct imports when "type": "object" is omitted (#582)
- Add @JsonPropertyDescription when "description" property present (#571)
- Constructors are incompatible with extends keyword (#555)
- Force lower camel case fields when using JSON (#563)
- Fix broken embedded refs (#560)
- Added file extensions config parameter (#548)
- Overridden builders are not added to empty child class (#538)
- Wrong default value for BigDecimal (#535)
- Add Moshi 1.x annotation style (#529)
- Add serializable as an optional/configurable option (#404)
- Adding date-time types to Maven plugin mojo configuration (#531)
- Fix javaName breaking required properties (#528)
- Add support for using BigDecimal to represent numbers (#517)
- Jsonschema2pojoRule report problems to STDERR (#513)
- Fix NullPointerException in Gradle plugin for Java (non-Android) projects (#510)
- Regression: when a extending a schema with a redefinition of the same field, with methods should be generated only once (#507)
- Unnecessary @SuppressWarnings java warnings after upgrade (#498)
- Improved Android support via Gradle plugin (NOTE: Changes behaviour regarding output directory) (#495)
- Add javaName schema property (#499)
- Declare an enum without that "static" (#496)
- includeDynamicAccessors should default to false (don't include dynamic accessors by default) (#482)
- Inflector - incorrect for word "specimen" (#479)
- Allow JSON to be passed as a String to SchemaMapper (#475)
- Prefix / Suffix support when javaType is not specified (#465)
- Added support for custom date-time, date, time classes. (#469)
- Databases element of type array generated class name Databasis instead of Database (#461)
- Covariant builders - copy builder methods from superclass, with narrow return type (#455)
- Specify target JVM version (#454)
- Nested refs not resolved correctly when schema supplied as string (#446)
- Make Inflector more amenable to thread safety. (#435)
- Add Dynamic Accessors (#386)
- Use minimum and maximum value of an integer property to determine java type long (#434)
- Fix path to jar in windows script for the case it is run not from home dir (#432)
- Make the quick lookup map 'final' (#428)
- "extends" schema resolution assumes current schema is at root of file (#425)
- Recursive $ref failed (#250)
- $ref doesn't work when ref'ed message also has extends (#408)
- Support direct class inheritance with 'extendsJavaType', without using 'extends' (#402)
- additionalProperties java.util.Map is not generated by default when embedding this library and extending DefaultGenerationConfig (#398)
- If a schema sits inside a directory with a hyphen in its name, plugin will generate an invalid Java package name (#383)
- Allow get/set methods to be disabled, use public fields instead (#355)
- Fix 'Unable to load class org.jsonschema2pojo.NoopAnnotator' from Gradle plugin (#395)
- Library projects should use android.libraryVariants instead of android.applicationVariants (#391)
- Allow nullable type (instead of Object) when JSON type is an array with ["string", "null"] (#390)
- Allow custom names to be supplied when creating an enum (#385)
- Allow disabling additionalProperties generation with a global config option (#376)
- 'javaInterfaces' which contain generics produce syntactically incorrect imports (#317)
- RequiredArrayRule not working for properties with _ or -. (#377)
- Maven plugin shows sourcePaths error for includes/excludes when sourcePaths is not defined (#374)
- Didn't work in Android Studio with with current master branch '040e3ae' (#370)
- Use the correct ClassLoader in createFromParcel for lists (#356)
- Find jar when jsonschema2pojo sh script is not running in script folder (#351)
- Fix parameter description of --class-prefix and --class-suffix. (#350)
- Multiple enum array properties with same name cause JClassAlreadyExistsException (#349)
- Allow empty package names (#348)
- Corrected Exclude pattern behavior with Maven to avoid excluding all files (#340)
- Add super() to the equals/hashcode impl (#333)
- Use Gson @SerializedName annotation on ALL fields, even when JSON name matches Java name (#327)
- Adding support for required array from http://tools.ietf.org/html/draft-... (#325)
- default tag doesn't work for empty string (#320)
- EXPERIMENTAL Support Parcelable types for Android (#127)
- Initial class name is truncated after first . char, instead of last . char (#313)
- Add support for android library plugin (#305)
- Support "javaType" for things that are not "type": "object" (#223)
- Array types are ignored inside generics in javaType (#299)
- Add config options to generate Joda LocalDate and LocalTime (#298)
- Allow URLs as source locations (#293)
- Android support in gradle plugin (#292)
- Add support for Jackson's JsonView (#291)
- Added support for javaType on integer and number properties. (#287)
- Option to create constructors (with all fields, or with required fields) (#231)
- Support nested generic type arguments in javaType (#196)
- Adding UUID support to FormatRule (#270)
- Add GSON annotation '@SerializedName' to Enums (#267)
- Add ability to set prefixes/suffixes for generated classes (#258)
- Support for @JsonTypeInfo in generated classes using deserializationClassProperty (#235
- ClassNotFoundException when attempting to use a custom annotator from a project dependency (#256)
- Inflector incorrectly singularizes Address to Addres (#244)
- propertyWordDelimiters config is ignored (#243)
- Improve the way Equals and Hashcode are generated (#241)
- Allow sets to have an empty default value (#232)
- Use LinkedHashSet when deserializing Set to preserve order (#227)
- Allow SchemaMapper to generate from String and not only URL (#221)
- Generate @Param and @Returns javadoc (#219)
- Creating a list of objects with class name as “S” (#213)
- Add 'customRuleFactory' config option for pluggable RuleFactory (#211)
- Added ')' to jdk unbounded range for Maven 2.X (#205)
- Allow Sets and Lists to be initialized to null (instead of an empty collection) (#203)
- Add includes & excludes Maven config options for source file filtering (#200)
- Reorganise module dependencies, pull CLI out from under other plugins (#198)
- "properties" property implies "type": "object" (#192)
- Preserve casing of field names (#187)
- sourceType = 'json' is ignored by Gradle plugin (#184)
- Handling local references on jsonschema2pojo.org (#183)
- Builder Method for Additional Properties (#175)
- javaInterfaces extension property is ignored for Enum types (#172)
- Binary property support (#171)
- Support annotating additionalProperties field. (#170)
- customAnnotator shows 'dynamic properties deprecated' warning when using Gradle plugin (#163)
- Switch from HashSet to LinkedHashSet for uniqueItems arrays to preserve order (#159)
- Add @Valid on all collections, not just those with items type "object" (#158)
- Allow collections to be null by default (#156)
- Add support for generic type arguments to javaType (#151)
- sourceType config option is ignored by the gradle plugin (#144)
- Array properties that include the word "men" in the name result in incorrectly named item class (#142)
- Type "Number" is generating Floats instead of Double (#141)
- Add config option to choose commons-lang3 for hashCode/toString implementation (#140)
- Return JType from SchemaMapper.generate(...) (#137)
- Rename setAdditionalProperties to avoid confusing naive introspectors (#136)
- ExtendedCharacters tests fail on command line, but pass in Eclipse (Windows) (#131)
- Long integers become java.lang.Double when using JSON source type (#130)
- Integration tests in GsonIT suite fail on Windows (#129)
- JSON schema with enum member with a name starting with a capital letter, causes a generation of a code that doesn't compile (#126)
- Contribute Gradle plugin (#123)
- Corrected default annotationStyle to be jackson2 (#122)
- Enable maven plugin to recurse subdirectories for schema to code generation (#117)
- Migrate groupId to org.jsonschema2pojo (#116)
- Migrate package structure to org.jsonschema2pojo (#115)
- Allow system default charset to be overriden (#113)
- Configuration option to use Joda types (#110)
- Default propertyWordDelimiters to commonly used characters (#109)
- Standalone enums have wrong package name (#103)
- Type names are printed to stdout during code generation (#101)
- @Valid is not being added to an arrays of objects that are defined using a $ref (#97)
- ContentResolver.resolve throws a.lang.IllegalArgumentException: Unrecognised URI when path to schema contains space (#94)
- Add 'removeOldOutput' option to clear all previously generated sources (#92)
- Add support for generating Gson compatible types (#70)
- Add extension to force generated classes to implement additional interface(s) (#60)
- Better inflection when making array names singular (#96)
- Optimized deserialization for enum values (#95)
- Elements with similar names are overwritten (#93)
- Support for classpath in Ant target (#89)
- Support for custom Annotator classes (#86)
- Add support for http:// URLs when using $ref (#87)
- Add support for resource: URLs when using $ref (#85)
- JSON property called "class" creates a method called "getClass" which Java is not happy about (#84)
- Support @Valid annotation for transitive validation (#82)
- Add minLength/maxLength to JSR-303 support (#78)
- Array properties use item type instead of collection type when using a ref to an array schema more than once (#76)
- Array item type is not named well when array property name ends in 'ies' (#75)
- Run a hosted/web version of jsonschema2pojo (#66)
- Configuration propertyWordDelimiters are used for properties but ignored when naming new Java types (#73)
- Reserved Java words are not transformed during object generation when propertyWordDelimiters=_ is used (#72)
- Threadsafe Maven generate mojo (#71)
- Support generating types 'by example', using example JSON document instead of a JSON Schema (#42)
- Switch from commons-jci snapshot to jsr-199 compiler for integration tests (#68)
- Support both Jackson 1.x and Jackson 2.x (#64)
- Property name that is a java keyword generates java code with compile error (#63)
- Some tests fail on Windows due to line.separator differences (#56)
- Support for JSR-303 validation annotations (#18)
- Add support for multiple source files/directories (#62)
- Default null value causes NumberFormatException (#61)
- Compile error when schema contains list with empty default value (#59)
- Exception thrown for empty string enum value. (#58)
- Add flag not to generate hashCode() and equals() to Maven plugin (#53)
- Add flag to Maven plugin that allows Jackson annotations to be omitted (#52)
- No source file in exception from parse error (#50)
- Switch from Easymock to Mockito (#49)
- IllegalArgumentException when using hyphen as a delimiter in the CLI (#47)
- Remove Serializable from POJOs since they aren't (necessarily) (#45)
- Migrate to Jackson 2.0 (#44)
- Support for union types (#17)
- Null pointer when invoking the maven plugin if propertyWordDelimiters not set (#46)
- Add support for primitive types via the javaType property (#41)
- generation yields unreproducible results for "additionalProperties" (#40)
- Option for generating CamelCase names (#39)
- Add 'skip' property to allow maven plugin to be easily switched off (#37)
- Keep wiki example in line with code automatically (#35)
- Add Eclipse m2e support (#34)
- Ant task(s) for jsonschema2pojo (#23)
- Migrate to git (#33)
- Remove deprecated 'optional' rule (#32)
- Properties should be nullable, use wrapper types not primitives (#31)
- omitting targetPackage causes NullPointerException in maven plugin (#30)
- Improve serialization ordering (#27)
- Omit null valued properties when deserializing POJOs (#29)
- Publish maven plugin documentation (#26)
- Make the addition of output dir as a source root optional (#25)
- Plugin does not respect types present on the project classpath (#24)
- Add support for more format values (#21)
- Pom files cause plugin version warnings in Maven 3 (#20)
- Support for 'extends' schema rule (#14)
- Copyright notices are currently out-of-date (#19)
- Support for 'default' schema rule (#15)
- Add acceptance test framework for better end-to-end testing (#10)
- Create empty collection when mapping JSON array to Java List/Set (#3)
- Properties with special characters in name are not marshalled/unmarshalled correctly (#13)
- Format rule only applies to strings, spec says it is valid for any type (#12)
- Type rule does not default to "any" or accept unrecognised types as per spec (#11)
- Support for $ref (#7)
- Jackson Enum annotations aren't applied correctly (#9)
- Publish versioned javadocs & remove head javadocs from repo (#6)
- Schema with non-complex type as root element produces extra/invalid pojos (#8)
- Support additionalProperties from json schema (#5)
- Create builder-style pojos (#2)
- Automate all release tasks (#48)