Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Default Redis cache name was changed from null to  default. See documentation for more details [5]

Ignite.NET

...

CompiledQuery2

Class was removed. Please use CompiledQuery.

CacheEvent

LockId property

...

has been removed.

...

BinaryConfiguration

  • properties renamed: DefaultNameMapper - > renamed to NameMapper,
  • DefaultIdMapper - > renamed to IdMapper,
  • DefaultKeepDeserialized - > renamed to KeepDeserialized

ILifecycleBean

...

Renamed to ILifecycleHandler. {{IgniteConfiguration.LifecycleBeans

...

}} property renamed to IgniteConfiguration.LifecycleHandlers.

Dynamic Type Registration, Serializable Types

...

Ignite.NET 1.9 and earlier uses simple name mapping only, which means objObject.GetType().Name is  is used to map type name to type id. Ignite.NET 2.0 uses full name mapping by default, which includes namespace, generics and array dimensions. This change affects may affect multi-platform Ignite applications where Java and .NET types are mapped to each other. More details: https://apacheignite-net.readme.io/docs/platform-interoperability

...