@@ -10,51 +10,56 @@ which is available at https://www.eclipse.org/legal/epl-2.0/
10
10
SPDX-License-Identifier: EPL-2.0
11
11
-->
12
12
13
- <infinispan xmlns =" urn:infinispan:config:11 .0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
- xsi : schemaLocation =" urn:infinispan:config:11 .0 http ://infinispan.org/schemas/infinispan-config-11 .0.xsd" >
13
+ <infinispan xmlns =" urn:infinispan:config:13 .0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
+ xsi : schemaLocation =" urn:infinispan:config:13 .0 https ://infinispan.org/schemas/infinispan-config-13 .0.xsd" >
15
15
16
16
<cache-container name =" jberet" default-cache =" JOB_EXECUTION" >
17
17
<transport lock-timeout =" 60000" />
18
18
19
19
<serialization marshaller =" org.infinispan.commons.marshall.JavaSerializationMarshaller" >
20
- <white -list >
20
+ <allow -list >
21
21
<class >org.jberet.runtime.JobInstanceImpl</class >
22
22
<class >org.jberet.runtime.JobExecutionImpl</class >
23
23
<class >org.jberet.runtime.StepExecutionImpl</class >
24
24
<class >org.jberet.runtime.PartitionExecutionImpl</class >
25
25
<class >java.util.concurrent.CopyOnWriteArrayList</class >
26
- </white -list >
26
+ </allow -list >
27
27
</serialization >
28
28
29
29
<distributed-cache name =" JOB_INSTANCE" mode =" ASYNC" l1-lifespan =" 0" >
30
30
<persistence >
31
31
<file-store path =" ${jberet.infinispan.file.store:/tmp/jberet.infinispan.file.store}" />
32
32
</persistence >
33
+ <indexing enabled =" false" />
33
34
</distributed-cache >
34
35
35
36
<distributed-cache name =" JOB_EXECUTION" mode =" ASYNC" l1-lifespan =" 0" >
36
37
<persistence >
37
38
<file-store path =" ${jberet.infinispan.file.store:/tmp/jberet.infinispan.file.store}" />
38
39
</persistence >
40
+ <indexing enabled =" false" />
39
41
</distributed-cache >
40
42
41
43
<distributed-cache name =" STEP_EXECUTION" mode =" ASYNC" l1-lifespan =" 0" >
42
44
<persistence >
43
45
<file-store path =" ${jberet.infinispan.file.store:/tmp/jberet.infinispan.file.store}" />
44
46
</persistence >
47
+ <indexing enabled =" false" />
45
48
</distributed-cache >
46
49
47
50
<distributed-cache name =" PARTITION_EXECUTION" mode =" ASYNC" l1-lifespan =" 0" >
48
51
<persistence >
49
52
<file-store path =" ${jberet.infinispan.file.store:/tmp/jberet.infinispan.file.store}" />
50
53
</persistence >
54
+ <indexing enabled =" false" />
51
55
</distributed-cache >
52
56
53
57
<distributed-cache name =" seq" mode =" SYNC" l1-lifespan =" 0" >
54
58
<transaction mode =" BATCH" locking =" PESSIMISTIC" />
55
59
<persistence >
56
60
<file-store preload =" true" fetch-state =" true" path =" ${jberet.infinispan.file.store:/tmp/jberet.infinispan.file.store}" />
57
61
</persistence >
62
+ <indexing enabled =" false" />
58
63
</distributed-cache >
59
64
</cache-container >
60
65
</infinispan >
0 commit comments