This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git.
from a4ba1a3 SLING-7605 - ContentDeploymentTest sometimes fails on Jenkins
new 58244cb SLING-8290 - BundleDeploymentTest failure on Jenkins
new 17350fd SLING-8290 - BundleDeploymentTest failure on Jenkins
new 7ac5e03 SLING-8290 - BundleDeploymentTest failure on Jenkins
new 818a6a3 SLING-8290 - BundleDeploymentTest failure on Jenkins
The 808 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 | 10 +++-
...SupportBundle.java => UninstallBundleRule.java} | 41 +++++++------
scripts/run-eclipse-tests.sh | 68 ++++++++++++++++++++++
.../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, 204 insertions(+), 24 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%)
create mode 100755 scripts/run-eclipse-tests.sh