Versions Compared

Key

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

...

Before Apache Ignite 2.0 SqlFieldsQuery in the form  "SELECT * FROM ..." returned special _key and _val columns representing actual cache entry key and value respectively. These columns are not returned anymore unless specified explicitly.

Integrations

Redis

...

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

Hibernate

...

Apache Ignite 2.0 integrates with Hibernate 5.0. The previous integration with a legacy Hibernate version of 4.2 can be used by importing ignite-hibernate_4.2 maven artifact or taking a respective JAR file from distribution. See documentation for more details [6]

Spring Framework

Spring Framework dependency has been upgraded to 4.3.7.RELEASE version.

...