Commit 4cf6a05
committed
refactor(rmi): remove ClientUtil and simplify stub creation
Remove the ClientUtil utility class that was used to check if running
as a client container. This check is no longer needed, so the stub
creation logic in PortableRemoteObjectImpl has been simplified to
directly call state.createRMIStub(type).
Changes:
- Removed ClientUtil.java
- Removed ClientUtil import from PortableRemoteObjectImpl
- Simplified createStub() method to remove Optional filter chain
Co-authored-by-AI: IBM Bob 2.0.01 parent a858e9c commit 4cf6a05
2 files changed
Lines changed: 1 addition & 35 deletions
File tree
- yoko-rmi-impl/src/main/java/org/apache/yoko/rmi
- impl
- util
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 182 | + | |
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
| |||
Lines changed: 0 additions & 30 deletions
This file was deleted.
0 commit comments