Skip to content

Changes

Summary

  1. Updated karaf-features for 3.14.0 (details)
  2. Update to karaf-features.xml for ecf photon release. (details)
  3. Update to karaf-features.xml for ecf photon release. (details)
  4. Update to karaf-features to include python.java distribution provider (details)
  5. Formatted latest karaf-features (details)
  6. Karaf features update to include mqtt distribution provider. (details)
  7. Fix for old version range (details)
  8. Update to karaf-features.xml (details)
  9. Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=520077 (details)
  10. Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087 (details)
  11. Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087 (details)
  12. Added 1 to version for org.eclipse.ecf.console and (details)
  13. Updated feature versions that include *.console plugins (details)
  14. Added tcpsocket product configurations  to timeservicehost and (details)
  15. Updated top-level feature versions to 3.14.1 (details)
  16. Updates to pom for 3.14.1 (details)
Commit 7b39a3ecd1ed27e2214c350325ae62d7ebd2f77d by Scott Lewis
Updated karaf-features for 3.14.0
Change-Id: I4547855673ac79ac590642bc52891798647d2c5c
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit 2cedad4c6d5b3f7addcd79a1a0a48ad8a02bd969 by Scott Lewis
Update to karaf-features.xml for ecf photon release.
Change-Id: Ibf7f78b28937e9edae02ff1e0495d05e87dc9716
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit f29f4da417f19decaf60d437619950088adcd108 by Scott Lewis
Update to karaf-features.xml for ecf photon release.
Change-Id: I0000000000000000000000000000000000000000
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit c9d873890c9cc03e0e4de3220414291d5cf042db by Scott Lewis
Update to karaf-features to include python.java distribution provider
and examples.
Change-Id: I51b0b9ee304e64eafd5010b50b6780d62c32fe59
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit 00d4fbe913a8d2d439d6d04ad5770ff3d8a5d3a4 by Scott Lewis
Formatted latest karaf-features
Change-Id: I7a5cd523c9478d554637efb3d552857b17b4f44a
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit 99d5375b5c144f6ba9553c144b69f58eec88c084 by Scott Lewis
Karaf features update to include mqtt distribution provider.
Change-Id: I7b41065697fdc7812e125787a4a8ae32639579a8
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit e66a0d144a1c4ad946199f98cf9937603237c505 by Scott Lewis
Fix for old version range
Change-Id: I994b8ef347abac718c43e6c20b44ef40f3facbf0
The file was modified examples/bundles/com.mycorp.examples.timeservice.consumer/META-INF/MANIFEST.MF
Commit 2b627acfca240f46b2f16fd32dbd5013208b458d by Scott Lewis
Update to karaf-features.xml
Change-Id: I5681d19b3af62d9cc0f2a4d0abfc27e4cab56999
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit 2079b6f728aff28b5313cda5ddde29081e44a013 by Mat Booth
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=520077
Update Photon target platform to pull in the latest versions of
httpcomponents bundles:
org.apache.httpcomponents.httpclient 4.5.5
org.apache.httpcomponents.httpcore   4.4.9
Change-Id: I7423c39af3f9487210dfee81371d97d14f4cbd3f Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified releng/org.eclipse.ecf.releng.target/ecf-photon.target
Commit 2fa5b87e1f0764f9abb081904ecba5b340c25893 by Mat Booth
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087
Allow ECF to build against both R6 and R7 implementations of the
org.osgi.service.log API. This is accomplished by providing stubs of the
new interfaces on the build-time classpath so that we can implement the
new R7 methods without having unresolved classes on R6.
The stubs are not shipped with the binary distribution of ECF, so in the
actual ECF code we can use them as long as we avoid any explicit import
statements to avoid runtime linkage errors on R6.
Change-Id: Ib29135c030e3dd8a3bf799552a2f3144c26edfe3 Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified framework/bundles/org.eclipse.ecf.identity/build.properties
The file was modified server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.gitignore
The file was modified framework/bundles/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/util/SystemLogService.java
The file was modified protocols/bundles/ch.ethz.iks.slp/build.properties
The file was modified protocols/bundles/ch.ethz.iks.slp/.classpath
The file was modified protocols/bundles/ch.ethz.iks.slp/.gitignore
The file was addedframework/bundles/org.eclipse.ecf.identity/src_r7stubs/org/osgi/service/log/Logger.java
The file was modified pom.xml
The file was modified protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java
The file was modified framework/bundles/org.eclipse.ecf.identity/.classpath
The file was addedprotocols/bundles/ch.ethz.iks.slp/src_r7stubs/org/osgi/service/log/Logger.java
The file was modified server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/build.properties
The file was modified server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.java
The file was addedserver-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs/org/osgi/service/log/Logger.java
The file was modified framework/bundles/org.eclipse.ecf.identity/.gitignore
The file was modified server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/.classpath
Commit f2d081cc362fccde148fbd5bfc05b61728289e8b by Mat Booth
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087
Backport console bundle metadata changes from osgir7 branch
Allow building/running against Oxygen or Photon by keeping the
require-bundle, but making it optional, so it may be fulfilled by either
the old-style felix-gogo bundle from Oxygen or any bundle that supplies
the felix.service.command package like the new-style felix-gogo bundle
from Photon.
Change-Id: I438c815319c2156c689b1ac90f211258e2bb9e5c Signed-off-by: Mat
Booth <mat.booth@redhat.com>
The file was modified releng/org.eclipse.ecf.releng.target/ecf-photon.target
The file was modified releng/org.eclipse.ecf.releng.target/ecf-oxygen.target
The file was modified framework/bundles/org.eclipse.ecf.console/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf.console/pom.xml
The file was modified osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/META-INF/MANIFEST.MF
The file was modified osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
Commit 0725bfb84d544171ba895600317e5cc0284de5ee by Scott Lewis
Added 1 to version for org.eclipse.ecf.console and
o.e.e.osgi.services.remoteserviceadmin.console due to hack for Karaf
done for Photon.
Change-Id: I10fd33f5e09e05096f69b8bc6c408f5ec2424614
The file was modified osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
The file was modified osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf.console/META-INF/MANIFEST.MF
The file was modified framework/bundles/org.eclipse.ecf.console/pom.xml
Commit 3f5952589b8a7c957898ff3c00de52a8c54f7291 by Scott Lewis
Updated feature versions that include *.console plugins
Change-Id: I0000000000000000000000000000000000000000
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.console.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.osgi.services.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.console.feature/pom.xml
Commit 75c6cb39a932b480613b4df3ab944fa5a67a28ad by Scott Lewis
Added tcpsocket product configurations  to timeservicehost and
timeservice consumer
Change-Id: I09d276a596a6eab139a64552966a8f0047801e2a
The file was addedexamples/bundles/com.mycorp.examples.timeservice.host/launch/TimeServiceHost.tcpsocket.zeroconf.product
The file was addedexamples/bundles/com.mycorp.examples.timeservice.consumer.ds/launch/TimeServiceConsumer.tcpsocket.zeroconf.product
The file was modified releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml
Commit dfc2ef4dad4b0abc954d841630361b2284a17247 by Scott Lewis
Updated top-level feature versions to 3.14.1
Change-Id: I3ca9a22d09f3dba1f8ddec4bf137ffc09bb7fe57
The file was modified releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
The file was modified releng/features/org.eclipse.ecf.core/feature.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/feature.xml
The file was modified releng/features/org.eclipse.ecf.sdk/feature.xml
Commit a086bb6e6f354573d6e67b56f9f7f0911e325768 by Scott Lewis
Updates to pom for 3.14.1
Change-Id: Ie94d191366bb5a09f1ae4996ab22f9d68e055e58
The file was modified releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
The file was modified releng/features/org.eclipse.ecf.core/pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
The file was modified pom.xml
The file was modified releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml