OpenCMIS:示例使用了我在整个源代码中找不到的类

发布于 2024-09-02 22:54:40 字数 419 浏览 6 评论 0原文

我正在尝试在以下位置运行 CMIS 客户端示例:
http://incubator.apache.org/chemistry/opencmis-api-examples。 html

不幸的是,我找不到该示例使用的“SessionParameter”类。
在整个项目的源代码中找不到它:
http://github.com/apache/chemistry

我错过了什么?
或者这个例子可能已经过时了?

I am trying to run the CMIS client example on:
http://incubator.apache.org/chemistry/opencmis-api-examples.html

Unfortunately I can't find the "SessionParameter" class that the example uses.
It is nowhere to be found in the whole project's source code:
http://github.com/apache/chemistry

What did I miss?
Or maybe the example is out-of-date?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

白色秋天 2024-09-09 22:54:41

SessionParameter 不再是 GitHub 项目的一部分。

一个简单的 git log -SSessionParameter --oneline 可以揭示很多信息:
(请参阅“Git 历史记录 - 通过关键字查找丢失的行”)

/c/HOMEWARE/chemistry (trunk)
$ git log -SSessionParameter --oneline
0c08a4f Retiring old OpenCMIS code stream
02a76c0 CMIS-183 Offer ObjectGenerator also as standalone command line tool Prov
40052d4 repository info cleanup
4a6fccf Refactoring client runtime unit tests - move to FIT module - run with je
f37febd Unit test cases for r/w introduced
7d74230 Client Runtime Junit Test Improvment using InMemory Provider
60e4e1f bug in mock test fixed
52e5bc3 client runtime implementation - unit test re-factoring after API changes
47dbe64 first step to make provider layer thread-safe (CMIS-155)
8519c74 added repository discovery to SessionFactory
7a9946b https://issues.apache.org/jira/browse/CMIS-124
7bbf13f cleaned up context handling improved PagingList disabled caching for now
bb35c83 client runtime implementation - unit test improvement https://issues.apa
13bb41b - activated client API integration tests
dabd12a - allow custom authentication providers in createCmisAtomPubProvider and
d79e8ff Continuous Runtime Implementation and Unit Tests - runtime implementatio
c661109 Continuous runtime development
5d12b63 API SessionParameter clean up and re-factoring https://issues.apache.org
c5d8e04 InMemory impl: let VersioningTest make use of AbstractServieTst
e542e11 Re-factoring package names of JUnit tests
8f16d0f Synchronize latest code changes from BerliOS
84d4762 CMIS-122: OpenCMIS integration test framework
d01e33d InMemoryProvider: bugfix versioning: only checked out documents can be m
9499459 Initial contribution of OpenCMIS (CMIS-113).

第一个日志特别显示:

commit 0c08a4fa7207c0399768e28e0912b626e5ac02d0
Author: Florian M<C3><BC>ller <[email protected]>
Date:   Wed May 5 09:03:22 2010 +0000

    Retiring old OpenCMIS code stream

    git-svn-id: https://svn.apache.org/repos/asf/incubator/chemistry/trunk@94120

这意味着可以在 https: //svn.apache.org/repos/asf/incubator/chemistry/trunk
特别是: SessionParameter.java

弗洛里安·穆勒本人确认上面;)

SessionParameter is no longer part of the GitHub project.

A simple git log -SSessionParameter --oneline can reveal a lot:
(see "Git history - find lost line by keyword")

/c/HOMEWARE/chemistry (trunk)
$ git log -SSessionParameter --oneline
0c08a4f Retiring old OpenCMIS code stream
02a76c0 CMIS-183 Offer ObjectGenerator also as standalone command line tool Prov
40052d4 repository info cleanup
4a6fccf Refactoring client runtime unit tests - move to FIT module - run with je
f37febd Unit test cases for r/w introduced
7d74230 Client Runtime Junit Test Improvment using InMemory Provider
60e4e1f bug in mock test fixed
52e5bc3 client runtime implementation - unit test re-factoring after API changes
47dbe64 first step to make provider layer thread-safe (CMIS-155)
8519c74 added repository discovery to SessionFactory
7a9946b https://issues.apache.org/jira/browse/CMIS-124
7bbf13f cleaned up context handling improved PagingList disabled caching for now
bb35c83 client runtime implementation - unit test improvement https://issues.apa
13bb41b - activated client API integration tests
dabd12a - allow custom authentication providers in createCmisAtomPubProvider and
d79e8ff Continuous Runtime Implementation and Unit Tests - runtime implementatio
c661109 Continuous runtime development
5d12b63 API SessionParameter clean up and re-factoring https://issues.apache.org
c5d8e04 InMemory impl: let VersioningTest make use of AbstractServieTst
e542e11 Re-factoring package names of JUnit tests
8f16d0f Synchronize latest code changes from BerliOS
84d4762 CMIS-122: OpenCMIS integration test framework
d01e33d InMemoryProvider: bugfix versioning: only checked out documents can be m
9499459 Initial contribution of OpenCMIS (CMIS-113).

The firstlog i n particular displays:

commit 0c08a4fa7207c0399768e28e0912b626e5ac02d0
Author: Florian M<C3><BC>ller <[email protected]>
Date:   Wed May 5 09:03:22 2010 +0000

    Retiring old OpenCMIS code stream

    git-svn-id: https://svn.apache.org/repos/asf/incubator/chemistry/trunk@94120

Meaning that implementation can be found at https://svn.apache.org/repos/asf/incubator/chemistry/trunk.
In particular: SessionParameter.java

Florian Müller himself confirms it above ;)

少女的英雄梦 2024-09-09 22:54:40

这些示例是最新的并且有效。 Apache Chemistry OpenCMIS 当前和维护的代码流位于:https: //svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk/

但是这个代码流不在github上。

The examples are up-to-date and working. The current and maintained code stream of Apache Chemistry OpenCMIS is here: https://svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk/

But this code stream is not on github.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文