Skip to content

Commit 1fc3ac7

Browse files
committed
Enhancement Request 38172049 - [38159727->14.1.2.0.4] ENH: Add ability to configure socket provider for concurrent proxy via system property (14.1.2.0 cl 117282 --> 14.1.2.0 CE)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 117312]
1 parent 5ee7866 commit 1fc3ac7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

prj/coherence-concurrent/src/main/resources/coherence-concurrent-client-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2021, 2023, Oracle and/or its affiliates.
3+
~ Copyright (c) 2021, 2025, Oracle and/or its affiliates.
44
~
55
~ Licensed under the Universal Permissive License v 1.0 as shown at
66
~ https://oss.oracle.com/licenses/upl.
@@ -34,6 +34,7 @@
3434
<proxy-service-name>ConcurrentProxy</proxy-service-name>
3535
<initiator-config>
3636
<tcp-initiator>
37+
<socket-provider system-property="coherence.concurrent.extend.socketprovider"/>
3738
<remote-addresses>
3839
<socket-address>
3940
<address system-property="coherence.concurrent.extend.address"/>

prj/coherence-concurrent/src/main/resources/coherence-concurrent-config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
~ Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
~ Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
~
55
~ Licensed under the Universal Permissive License v 1.0 as shown at
66
~ https://oss.oracle.com/licenses/upl.
@@ -142,6 +142,7 @@
142142
<service-name>ConcurrentProxy</service-name>
143143
<acceptor-config>
144144
<tcp-acceptor>
145+
<socket-provider system-property="coherence.concurrent.extend.socketprovider"/>
145146
<local-address>
146147
<address system-property="coherence.concurrent.extend.address"/>
147148
<port system-property="coherence.concurrent.extend.port"/>

0 commit comments

Comments
 (0)