You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/02/26 16:49:21 UTC

[sling-ide-tooling] branch feature/SLING-8290 updated (682bf09 -> 4e09f34)

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

rombert pushed a change to branch feature/SLING-8290
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git.


 discard 682bf09  SLING-8290 - BundleDeploymentTest failure on Jenkins
     new 15e6c4b  SLING-8290 - BundleDeploymentTest failure on Jenkins
     new bbba44f  SLING-8290 - BundleDeploymentTest failure on Jenkins
     new 4e09f34  SLING-8290 - BundleDeploymentTest failure on Jenkins

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   (682bf09)
            \
             N -- N -- N   refs/heads/feature/SLING-8290 (4e09f34)

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.

The 807 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/internal/SlingLaunchpadBehaviour.java     |  2 +-
 eclipse/eclipse-test/.options                      | 10 ++++
 .../sling/ide/test/impl/BundleDeploymentTest.java  |  4 +-
 ...SupportBundle.java => UninstallBundleRule.java} | 41 ++++++++-------
 scripts/run-eclipse-tests.sh                       | 44 ++++++++++++----
 .../java/org/apache/sling/ide/osgi/OsgiClient.java |  8 +++
 .../apache/sling/ide/osgi/impl/HttpOsgiClient.java | 59 ++++++++++++++++++++--
 .../sling/ide/osgi/impl/TracingOsgiClient.java     |  5 ++
 .../sling/ide/osgi/impl/HttpOsgiClientTest.java    | 25 +++++++++
 9 files changed, 163 insertions(+), 35 deletions(-)
 create mode 100644 eclipse/eclipse-test/.options
 rename eclipse/eclipse-test/src/org/apache/sling/ide/test/impl/helpers/{ToolingSupportBundle.java => UninstallBundleRule.java} (54%)