Skip to content

Commit

Permalink
Add Note for REST dependency conflicts [DEX-210] (hazelcast#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerib authored Jul 29, 2024
1 parent 24be30f commit 0c8a156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/maintain-cluster/pages/enterprise-rest-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ You must configure security when you enable REST. You need to set up a security

NOTE: After enabling the REST API, you must ensure the port for the API is not occupied, or the REST web server will not be able to start.

NOTE: The REST API comes packaged with Spring framework and FasterXML Jackson dependencies. If you have user-code deployed in the Hazelcast cluster that depends on either of these, please make sure to utilize the versions provided rather than uploading your own jar(s).

REST service is disabled by default; to enable the REST service you must change the configuration as follows:

[tabs]
Expand Down

0 comments on commit 0c8a156

Please sign in to comment.