github instancio/instancio instancio-parent-5.6.0
5.6.0

4 hours ago

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() in GeneratorContext and ServiceProviderContext by @armandino in b70f4ba
  • Deprecate Keys.ofType(Class<T> keyType) in favour of Keys.ofType(Class<T> type, T defaultValue) by @armandino in be518ce
  • Deprecate TypeResolver.getSubtype(Class) in favour of TypeResolver.getSubtype(Node) by @armandino in 85368c3
  • Deprecate array length APIs in favour of size by @armandino in fbb54c2
  • Deprecate @InstancioSource annotation and Keys.INSTANCIO_SOURCE_SAMPLES by @armandino in #1677
  • Bug fix: ReflectionUtils.collectionAnnotations should 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

Don't miss a new instancio release

NewReleases is sending notifications on new releases.