This repository was archived by the owner on Oct 29, 2024. It is now read-only.
3.5.0
Added
- Utility class to ease close objects without throw on error.
Changed
- Avoid buffer overruns in the NdrBuffer class (Based on j-interop patch 1).
- Simplify JIComTransport (Inspired by j-interop patch 4).
- Reset
JIComServer
binding tonull
when unused (Based on j-interop patch 3). - Start
JIComOxidRuntime
ping timer threads on demand (Based on j-interop patch 3). - Set System Properties earlier in the construction of
JIComServer
to allow a higher level of authentication upon initial connection.
Removed
- Finish to remove custom
MD4
implementation (Inspired by on j-interop patch 5).
Fixed
- Update JIComTransport to fix socket leak (Inspired by j-interop patch 6 and j-interop patch 7).