Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

3.4.0

Compare
Choose a tag to compare
@skyghis skyghis released this 26 Apr 13:04
· 28 commits to jcifs-ng since this release

Added

  • Force load of BouncyCastleProvider to ensure MD4 implementation exists. Can by disabled by java boolean property ignore_bouncycastleprovider.

Changed

  • Update maven plugins dependencies.
  • Numerous code cleanups, I hope I didn't break anything.

Deprecated

  • Use a LOGGER per class instead of using JISystem.getLogger.
  • Deprecate JISystem.setInBuiltLogHandler.
  • Deprecate Windows only SSO authentication.

Removed

  • Replace custom MD4 and MD5 implementation by java integrated one.
  • Replace iwombat UUID implementation by java integrated one.
  • Disable execution of "tests" files when compiling.
  • Set class JIComRuntimeTransport more extendable (#7 and #9).