.hazelcast.3.7.source-code.changelog.txt Maven / Gradle / Ivy
Document Revision History
Chapter 1 - Preface
- Updated the architecture diagram.
Chapter 3 - Getting Started
- Deploying on Microsoft Azure added as a new section.
Chapter 5 - Understanding Configuration
- Added as a new chapter to provide the fundamentals of Hazelcast configuration.
Chapter 6 - Setting Up Clusters
- Added as a new chapter to provide all Hazelcast clusters related information.
- Discovering Native Clients: Added as a new section to explain Hazelcast's multicast discovery plugin.
- Discovering Members with jclouds: Section's content moved to its own repo since this feature has become a Hazelcast plugin. You can find its repo's link in this section.
- Discovering Members within EC2 Cloud: Section's content moved to its own repo since this feature has become a Hazelcast plugin. You can find its repo's link in this section.
- Partition Group Configuration: Added explanations of the new member group types ZONE_AWARE and SPI.
Chapter 7 - Distributed Data Structures
- Replicated Map: Replicating instead of Partitioning updated by adding a note related to replicated map usage in a lite member. The whole section enhanced.
- Lock: Added explanations related to the maximum lease time for locks.
- Map: Added the new section Custom Eviction Policy to explain how a customized eviction policy can be plugged.
- Listening to Map Entries with Predicates: Section updated by adding the explanation of a new system property (hazelcast.map.entry.filtering.natural.event.types) that allows better continuous query implementations.
Chapter 9 - Distributed Computing
- Using Indexes: Added as a new section.
- Durable Executor Service: Added as a new section to describe Hazelcast's newly introduced data structure, Durable Executor Service.
Chapter 10 - Distributed Query
- ValueExtractor with Portable Serialization: Added as a new section.
Chapter 11 - Transactions
- Integrating into J2EE: Added information related to class loaders.
Chapter 12 - Hazelcast JCache
- ICache Configuration: Added description of the new element disable-per-entry-invalidation-events.
- JCache - Hazelcast Instance Integration: Added as a new section.
- JCache Eviction: Custom Eviction Policies added as a new section.
Chapter 13 - Integrated Clustering
- Web Session Replication: Updated Tomcat and Jetty based web session replication sections since they have become Hazelcast plugins. These sections' content is moved to their own repos. You can find these repos' links in the related sections.
- Hibernate Second Level Cache: Section's content moved to its own repo since this feature has become a Hazelcast plugin. You can find its repo's link in this section.
- Spring Integration: Configuring Hazelcast Transaction Manager added as a new section.
Chapter 14 - Storage
- Hot Restart Persistence: Added the new section Hot Restart Performance Considerations to summarize the results of performance tests of Hot Restart Persistence.
- Configuring High-Density Memory Store: Enhanced the content for allocator-type configuration element.
Chapter 15 - Hazelcast Java Client
- Enhanced the definition for the property hazelcast.client.invocation.timeout.seconds.
- Feature Comparison: Updated to reflect the latest feature developments.
- Client System Properties: Added description for the property hazelcast.client.max.concurrent.invocations.
Chapter 16 - Other Client and Language Implementations
- Content of C++ and .NET clients updated so that the reader is directed to the GitHub repositories of these clients.
Chapter 17 - Serialization
- Removed java.lang.Enum from the default types since it is not among the default serializers.
Chapter 18 - Management
- Management Center: Added information explaining how to configure Hazelcast Management Center when it is deployed onto an SSL-enabled web container. Added information explaining the "Update License" button.
- Clustered JMX via Management Center: List of attributes updated by adding the Replicated Map attributes.
- Hazelcast CLI: Added as a new section.
- Safety Checking Cluster Members: Updated the content to reflect the improvements in graceful shutdown feature.
Chapter 19 - Security
- SSL: Added information explaining the performance overhead for the clients when they use SSL.
Chapter 22 - WAN
- Updated to reflect the improvement which is the ability of generic WAN replication endpoint configurations.
- Cleared the content related to WanNoDelayReplication since this implementation has been removed, and added a note under the Defining WAN Replication section.
- Synchronizing WAN Target Cluster: Added as a new section.
- Solace Integration: Added as a new section explaining how to integrate Hazelcast WAN replication with Solace messaging appliances.
Chapter 26 - System Properties
- Added definitions for the new properties hazelcast.partition.migration.stale.read.disabled and hazelcast.map.entry.filtering.natural.event.types.