Remove support for Hazelcast 3
Closes gh-29287
This commit is contained in:
@@ -10,9 +10,6 @@ Spring Boot first attempts to create a client by checking the following configur
|
||||
* A `hazelcast-client.xml` in the working directory or at the root of the classpath.
|
||||
* A `hazelcast-client.yaml` in the working directory or at the root of the classpath.
|
||||
|
||||
WARNING: Hazelcast 3 support is deprecated.
|
||||
If you still need to downgrade to Hazelcast 3, `hazelcast-client` should be added to the classpath to configure a client.
|
||||
|
||||
If a client can not be created, Spring Boot attempts to configure an embedded server.
|
||||
If you define a `com.hazelcast.config.Config` bean, Spring Boot uses that.
|
||||
If your configuration defines an instance name, Spring Boot tries to locate an existing instance rather than creating a new one.
|
||||
|
||||
Reference in New Issue
Block a user