You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2020/07/09 10:02:10 UTC

[jackrabbit-filevault] branch feature/JCRVLT-419-enable-connection-options updated (9c0fa8d -> dd529de)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch feature/JCRVLT-419-enable-connection-options
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git.


 discard 9c0fa8d  JCRVLT-419 allow to parameterize connection options
     add 5f248ab  releng: remove duplicate depMgmt entry
     add 8781595  releng: enable baselining for rcp bundle
     add be57354  JCRVLT-449 allow to set source credentials via servlet (#93)
     add dd529de  JCRVLT-419 allow to parameterize connection options

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9c0fa8d)
            \
             N -- N -- N   refs/heads/feature/JCRVLT-419-enable-connection-options (dd529de)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml                                     |  6 ----
 vault-doc/src/site/markdown/rcp.md                 | 34 +++++++++++++++++-
 vault-rcp/pom.xml                                  |  4 +++
 .../jackrabbit/vault/rcp/RcpTaskManager.java       |  2 ++
 .../jackrabbit/vault/rcp/impl/RcpServlet.java      | 42 ++++++++++++++++------
 .../jackrabbit/vault/rcp/impl/RcpTaskImpl.java     |  4 +--
 .../vault/rcp/impl/RcpTaskManagerImpl.java         | 23 ++++++++++--
 .../vault/rcp/impl/RcpTaskManagerImplTest.java     |  5 +--
 vault-rcp/src/test/resources/send_cmd.sh           |  2 +-
 vault-rcp/src/test/resources/set_credentials.json  |  5 +++
 10 files changed, 102 insertions(+), 25 deletions(-)
 create mode 100644 vault-rcp/src/test/resources/set_credentials.json