|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - ~ Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved. |
4 | | - ~ |
5 | | - ~ Licensed under the Apache License, Version 2.0 (the "License"); |
6 | | - ~ you may not use this file except in compliance with the License. |
7 | | - ~ You may obtain a copy of the License at |
8 | | - ~ |
9 | | - ~ http://www.apache.org/licenses/LICENSE-2.0 |
10 | | - ~ |
11 | | - ~ Unless required by applicable law or agreed to in writing, software |
12 | | - ~ distributed under the License is distributed on an "AS IS" BASIS, |
13 | | - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | | - ~ See the License for the specific language governing permissions and |
15 | | - ~ limitations under the License. |
| 3 | + Hazelcast config - specific for javacommons build, using DNS discovery |
16 | 4 | --> |
17 | | - |
18 | | -<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.9.xsd" |
19 | | - xmlns="http://www.hazelcast.com/schema/config" |
20 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | +<!--suppress XmlDefaultAttributeValue --> |
| 6 | +<hazelcast xmlns="http://www.hazelcast.com/schema/config" |
| 7 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 8 | + xsi:schemaLocation="http://www.hazelcast.com/schema/config |
| 9 | + http://www.hazelcast.com/schema/config/hazelcast-config-4.1.xsd"> |
21 | 10 | <!-- |
22 | | - Hazelcast group name support - note this is to be deprecated as "clustername" in future |
23 | | - See: https://docs.hazelcast.org/docs/latest-dev/manual/html-single/#changes-in-security-configurations |
| 11 | + Hazelcast cluster name support |
24 | 12 | --> |
25 | | - <group> |
26 | | - <name>${env.GROUP_NAME}</name> |
27 | | - </group> |
| 13 | + <cluster-name>${env.CLUSTER_NAME}</cluster-name> |
28 | 14 |
|
29 | 15 | <!-- |
30 | 16 | Enable DNS based discovery |
|
0 commit comments