Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: update base Hazelcast to 3.10.4 #532

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/devicehive-hazelcast.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hazelcast/hazelcast:3.8.9
FROM hazelcast/hazelcast:3.10.5

MAINTAINER devicehive

Expand Down
9 changes: 5 additions & 4 deletions dockerfiles/devicehive-hazelcast/hazelcast.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.9.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-3.10.xsd">
<serialization>
<portable-version>0</portable-version>
<portable-factories>
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
<portable-factory factory-id="1">com.devicehive.model.DevicePortableFactory</portable-factory>
</portable-factories>
</serialization>
<map name="default">
Expand Down