Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- By default, YADE makes use of the SMB data provider from: https://github.com/hierynomus/smbj
- Starting with YADE 1.13.20 the underlying library version smbj-0.12.2 is used.
- Use of the fallback data provider https://github.com/AgNO3/jcifs-ng is supported.
- The underlying library version jcifs-ng-2.1.7 is used.
Desired Behaviour
- The smbj library, on which YADE SMB SMBJ Provider is based, should be updated to the current version (0.13.0).
- The jcifs-ng library, on which YADE SMB JCIFS Provider is based, should be updated to the current version (2.1.10).
Maintainer Notes
- YADE JCIFS SMB
- The default settings of the Min/Max version of the YADE JCIFS SMB data provider are changed with this release
- from SMB1/SMB210 to SMB202/SMB311
- Support of SMBFragment -> ConfigurationFiles by the jcifs data provider:
- the jcifs specific settings can be provided with a configuration file in the following format: jcifs.config
- The default settings of the Min/Max version of the YADE JCIFS SMB data provider are changed with this release
Test Instructions
- Check the SMB functionality of YADE based on default smbj data provider.
- Switch to using the jcifs data provider as described in
YADE-591. - Check the SMB functionality of YADE based on this data provider.
Attachments
Issue Links
- is related to
-
YADE-591 Switch SMB data provider from jcifs-ng to smbj
- Released