0

I have always thought that DotCMIS supports both CMIS 1.0 and CMIS 1.1 repositories.

But now I am being told otherwise, that DotCMIS (by extension: CmisSync) does not support CMIS 1.0.

How is it actually?
Do recent versions of DotCMIS still support CMIS 1.0 repositories?

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
  • I think that `PortCMIS` might be your best bet, that is a .net portable class library with CMIS 1.1 support, should be at Apache Chemistry shortly all being well! – Gagravarr Apr 17 '15 at 20:52

2 Answers2

1

DotCMIS only supports CMIS 1.0 repositories. It might work with CMIS 1.1 repositories, but that's not a supported scenario.

Florian Müller
  • 3,215
  • 1
  • 14
  • 11
0

Current dotCMIS versions support only CMIS 1.0

If you are interested in using dotCMIS with CMIS 1.1 you should follow the instructions on this link: https://issues.apache.org/jira/browse/CMIS-742 Its just a "partial patch" but better than nothing.

Hope it might help someone...