Apache Directory Server 1.5.x 是否足够稳定,可以用于集成测试目的
我一直在尝试查找各种依赖项,似乎各种类已经更改了包,导致了损坏的内容。例如,1.5.5 中的 AbstractServerTest 不适用于 1.5.7 中的所有 jar。我想知道使用 ADS 1.5 是否是一件好事。文档似乎暗示版本没问题,但下载链接包含“不稳定”。
I have been trying to locate various dependencies and it seems that various classes have changed packages resulting in broken stuff. eg AbstractServerTest ffrom 1.5.5 doesnt work with all the jars from 1.5.7. I am wondering if its a good thing to use ADS 1.5. The documentation seems to imply releases are ok, but the download links include "unstable".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管很多人在生产中使用它,但由于历史原因,我们称它们为“不稳定”原因。这些 1.5.X 版本不向后兼容,因此混合不同版本的 jar 是行不通的。
如果您只是在评估,我强烈建议您尝试一下最新的主干,它有很多新功能,并且
附带了一个很棒的测试框架,使 LDAP 应用程序的测试变得容易。
Though many people use it in production, we call them "unstable" cause of historical reasons. These 1.5.X releases are not backward compatible so mixing the jars of different versions won't work.
If you are just evaluating I urge you to give the latest trunk a try, it has many new features and
comes with a great testing framework which makes testing of LDAP application easy.