1.4
What's Changed
- Remove Jackson Core from Jsonb by @SentryMan in #73
- Support Protected Constructors with SubType by @SentryMan in #75
- Use ThreadLocal ProcessorContext by @SentryMan in #76
- Fix Null Enum Bug/SubType Short Name by @SentryMan in #78
- From Json use Switch on Subtypes/Allow use of Type Param by @SentryMan in #79
- Serialize empty Collections by default/Use Enum TypeProperty for SubTypes (Part 1) by @SentryMan in #81
- Generate Enum
@Json.Value
Adapters by @SentryMan in #82 - #82 follow up - Format code, Add types to error message, Fields to local variables, Add comments to empty methods by @rbygrave in #83
- Use Enum TypeProperty for SubTypes (Part 2) by @SentryMan in #84
- Enhanced SubType Switch Case by @SentryMan in #85
- Use ProcessingContext.sourceVersion() for code gen features by @rbygrave in #86
- Throw Exception when @Json.Value Enum values are not Unique by @SentryMan in #87
- Configure Inject Plugin based on Props by @SentryMan in #88
- Move module-info and remove use of moditect by @rbygrave in #89
- Add Default
java.util.Date
Adapter by @SentryMan in #90 - Add Spring Starter by @SentryMan in #91
- Add JsonOutput to optimise writing to Nima ServerResponse by @rbygrave in #92
- Fix for #93 Map Serialisation Error by @rbygrave in #94
- now type util returns the specific types by @SentryMan in #95
Full Changelog: 1.3...1.4