This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new 458787e990 [CXF-8994] CorbaConduitTest no longer requires IBM JDK
destination activation routine. (#1780)
458787e990 is described below
commit 458787e990048f4c845399eccae6749749107c59
Author: Jamie Goodyear <[email protected]>
AuthorDate: Mon Apr 1 16:55:31 2024 -0230
[CXF-8994] CorbaConduitTest no longer requires IBM JDK destination
activation routine. (#1780)
(cherry picked from commit 5de2b61f16715cd3bc02d0b986b21dc740d583f0)
---
.../test/java/org/apache/cxf/binding/corba/CorbaConduitTest.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/rt/bindings/corba/src/test/java/org/apache/cxf/binding/corba/CorbaConduitTest.java
b/rt/bindings/corba/src/test/java/org/apache/cxf/binding/corba/CorbaConduitTest.java
index 474ef21397..384cf2cf00 100644
---
a/rt/bindings/corba/src/test/java/org/apache/cxf/binding/corba/CorbaConduitTest.java
+++
b/rt/bindings/corba/src/test/java/org/apache/cxf/binding/corba/CorbaConduitTest.java
@@ -127,13 +127,6 @@ public class CorbaConduitTest {
"SimpleCORBAPort");
CorbaDestination destination = new CorbaDestination(endpointInfo,
orbConfig);
-
- if (System.getProperty("java.vendor").contains("IBM")) {
- //IBM requires it to activate to resolve it, but cannot
- //activate on sun without more config
- destination.activate();
- }
-
CorbaConduit conduit = new CorbaConduit(endpointInfo,
destination.getAddress(), orbConfig);
CorbaMessage message = new CorbaMessage(new MessageImpl());
try {