What's Changed
- Various deprecations have been added to ease migration to the upcoming 6.0.0 release.
- Bug fix for annotation deduplication in Kotlin.
- Deprecate
getSettings()inGeneratorContextandServiceProviderContextby @armandino in b70f4ba - Deprecate
Keys.ofType(Class<T> keyType)in favour ofKeys.ofType(Class<T> type, T defaultValue)by @armandino in be518ce - Deprecate
TypeResolver.getSubtype(Class)in favour ofTypeResolver.getSubtype(Node)by @armandino in 85368c3 - Deprecate array
lengthAPIs in favour ofsizeby @armandino in fbb54c2 - Deprecate
@InstancioSourceannotation andKeys.INSTANCIO_SOURCE_SAMPLESby @armandino in #1677 - Bug fix:
ReflectionUtils.collectionAnnotationsshould deduplicate annotations and filter out "kotlin.*" by @ilia1243 in #1696 - Add relocation of old instancio module by @EvaristeGalois11 in 78be9bd
- Cleanup: remove unused import by @armandino in 4b09b01
Full Changelog: instancio-parent-5.5.1...instancio-parent-5.6.0