Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26Fix unnecessary warnings and build infoslewis1-1/+41
Change-Id: Icb228b3730b29a51a6d530905e075d9327dd30b5
2021-03-20Removed unnecessary warningsslewis1-2/+6
Change-Id: Ieeb56601f3a3f397329c09e639594080baac07ed
2021-03-20Removed unnecessary warningsslewis1-14/+0
Change-Id: Ic194b0b4c515bef679a7a4da869c2ff3457ac0c0
2021-03-20Fixes to ignore deprecation warning, but error for deprecation scheduledslewis4-4/+4
Change-Id: Id97150703654620de96a5544c04d55996a126b6b
2020-10-24Updated feature versions for bug 568048slewis2-2/+2
Change-Id: I65c440d6d3455277ae7e4942d12dd08034a13e81
2020-10-23Remove uses of new Integer()Alex Blewitt8-10/+10
Instead of using `new Integer()` to construct Integer instances, use `Integer.valueOf()` which uses a cache to prevent re-instantiation of Integer instances where necessary. Bug: 568048 Change-Id: Ic5cbba63c04efb6410af186ead039b4051f04c83 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2020-06-11Bug 560602 - Switch to EPL version 2.0Mat Booth1-10/+13
Update license declaration in extension schema definitions Remove outdated extension point documentation and instead make Tycho/PDE regenerate the extension point documentation at build time, so it always contains up to date copyright and license notices. Use tycho javadoc plugin to generate javadoc and correct table of contents for javadoc in the doc bundle Misc other updates to doc bundle, including adding a link to the copyright notices file and removing duplicate table of contents entries, linking correctly to JDK types from ECF javadoc, fix broken external links in infro pages and pre-generating search indexes Change-Id: Iec41face18b80b742889f43de846b26d9dce583d Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-06-11Bug 560602 - Switch to EPL version 2.0Mat Booth69-426/+569
Update license headers in server-side and osgi bundles Change-Id: I72ebeebb5a1f8cd652ba8b76a20102887b315be8 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-03-17Bug 560602 - Switch to EPL version 2.0Mat Booth5-48/+43
Update feature copyright notices to EPL 2.0 Change-Id: Ic7ffbf72b3b820acef790282b66e9dca0c6e9b3d Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-03-16Bug 560602 - Switch to EPL version 2.0Mat Booth6-487/+8
* Remove redundant EPL 1.0 license files from features -- these files come from the EPL 2.0 license feature now * Switch to EPL 2.0 licence feature in target platform definitions Change-Id: Ib13853ade1ef0b961f83a06a92499939ec17b8e1 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-02-27Bug 552067 - Removed local defined licenseMat Booth3-133/+2
Fix another instance that was missed by commit d1e3f86 Change-Id: Id84818611ef284ca26c11e7e519a62e12f818bcf Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-12-25Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611slewis2-2/+2
Change-Id: I0000000000000000000000000000000000000000
2019-12-24Fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=558611slewis5-3/+6
Change-Id: Ia96fb480d6683ed76fb3ddc70a71ae3a80a961a2
2019-10-12Bug 551818: Fix broken link in about.htmlTorbjörn Svensson22-22/+22
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2018-11-07Fix for workspace prefsslewis1-0/+3
Change-Id: I0000000000000000000000000000000000000000
2018-07-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087Mat Booth5-3/+50
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>
2018-04-26Fix for build problem with compiler version.slewis2-1/+2
Change-Id: Ib40943980273b3208d0d511ca8918879388ae6d8
2018-04-26Fix for build error.slewis1-0/+1
Change-Id: I75f29e1e6d00b52d2447dad2a7b5f1b53d093555
2018-04-26Removed use of org.osgi.service.log.Logger from master branch. It wasslewis1-23/+0
added in error. Change-Id: I6e6c0f6cfdb16ffc8ab2ac88fb77cba4b0c6e4d6
2018-04-26Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087slewis5-11/+34
This bug is caused by the new classes in OSGi R7 org.osgi.service.log package, and so these changes are dependent on using osgiR7. Change-Id: I0000000000000000000000000000000000000000
2018-03-02bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952slewis9-9/+12
Change-Id: I0000000000000000000000000000000000000000
2018-03-02bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952slewis1-1/+2
Change-Id: I0000000000000000000000000000000000000000
2017-08-16Updates to feature version given changes since 3.13.7 inslewis2-2/+2
org.eclipse.ecf.remoteservice and org.eclipse.ecf.provider.remoteservice Change-Id: I153311600a730e8145a76639e3bbc242a1029bf1
2017-05-07Fixed build metadata in org.eclipse.ecf.server. Updated version.slewis2-2/+2
Change-Id: I0000000000000000000000000000000000000000
2017-05-07Fixed build metadata in org.eclipse.ecf.serverslewis1-1/+1
Change-Id: Ib19ec40b4d409f3a9e5ad70fa217f49895bbe6f5
2017-01-10Bug 510179 - Add about.html, epl-v10.html and license.html to sourceAlexander Kurtakov1-1/+3
features Just rely on org.eclipse.license feature to ensure all that. Change-Id: I7263133b8952ed47a043e423616ee126e215cee0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-18Bug 502874 - Missing source folder error in example bundles with no sourcesMat Booth11-503/+0
This change removes the obsolete example bundles entirely. Change-Id: I6ef9c4fa96687a9f6bad9de83c4a564992dd7e2b Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-13Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth4-0/+60
Second part of adding the necessary machinery to build ECF with tycho -- it now builds the whole SDK. The resulting p2 site should now contain the same bundles as the p2 site generated by buckminster. Due to the target platform needing APIs available only in Java 1.4, some bundles have had their compilation profiles bumped up from Java 1.3. In these cases the BREE remains unchanged. In order to preserve compatibility with the Java 1.5 BREE specified in the jive smack library, some @Override annotations were removed. Change-Id: I7b6acce0ef1204d0ad0146218694c8722c3dbcd8 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-03-12Javadocs updatesslewis2-16/+14
Change-Id: I0f6ea74aa2c2402fa7f3f42c423e88ad84544c69
2016-02-03Changed dependency on org.eclipse.equinox.app to optionalslewis1-3/+3
Change-Id: I35429e27b39d7080ef51cd657453614fc1ae02e5
2016-02-03Made reference to equinox registry optional so that this bundle can runslewis3-29/+37
on non-equinox frameworks. Change-Id: I41b21557290552d669d1f3639f61a58027b2a7f3
2015-09-15Removed bad javadoc reference.slewis2-2/+2
Change-Id: I932aea6b91c93884f912a9953d72e2032f0faef2
2015-02-17Bug 460084 - Fix invalid references to non-existant filesMat Booth1-3/+1
This will allow easier migration to tycho builds in the future Change-Id: Ie24dcd6c0201262629ea1b164dd5b97a99fc8fe7 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2014-12-15Clarifying changes to feature names and other feature-levelslewis2-2/+2
documentation Change-Id: Ic8f600815085158b14e8e065e4e98773a0d5bdac
2014-04-25Fixes for license update bugslewis4-42/+41
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431255 Change-Id: I853f641bd4c25b20e4475103458623c86e8fc095
2014-04-03Fixes for product configs (for newslewis2-2/+2
org.eclipse.ecf.remoteservice.asyncproxy bundle) Change-Id: Iecdc463406d2ce46b145b016028ff155dcacfcee
2014-03-08Fix for plugin.propertiesslewis1-4/+2
Change-Id: Ibb5a0fe47407622662f211031bb4d4c8231243a7
2014-03-08Fix for server build.properties.slewis1-2/+1
Change-Id: If7c8a4dd5ce6406f15adc0b49ad098770a6e64c1
2014-03-08Fix for server bundle name error.slewis1-0/+1
Change-Id: Id962faf9062ff54a1c13d85f8d8b6e60b0e3f698
2014-03-07Update to fix bundle names in source pluginsslewis1-1/+2
Change-Id: I4a280c9a57d2e5463859536ddb616da4adb47c82
2014-03-07Fix for server API bundle nameslewis1-2/+1
Change-Id: I23f17b51e57e83cbaaff6edda5bd541e00a34142
2014-03-07Fix for missing plugin properties in source buildslewis1-1/+2
Change-Id: Id2779c1f4901193b14a37b0f7f95957f501671a0
2014-02-11Enhanced feature descriptionsslewis2-2/+2
Change-Id: Ib3ab2f64f42d901a698f9a1139366eee54052340
2014-02-06Changes to features to reduce/eliminate includes dependencies (requiresslewis1-3/+3
instead) Change-Id: Id4f639666fd95d3ebf2ef032cbdf2589e2564850
2013-10-04Additions to support functionality added via bugslewis5-19/+68
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418634
2013-10-04NEW - bug 418684:Markus Alexander Kuppe1-1/+1
org.eclipse.ecf.server.generic.GenericServerContainerGroupFactory.isSSLTransportSpecified(Map) uses API not compatible with bundle's BREE https://bugs.eclipse.org/bugs/show_bug.cgi?id=418684
2013-09-22Add pointer to bug with backgroundMarkus Alexander Kuppe1-0/+1
2013-07-05NEW - bug 412186: [Distributed EventAdmin] Revert toMarkus Alexander Kuppe5-8/+157
"SmartSerialization" if event data not serializable https://bugs.eclipse.org/bugs/show_bug.cgi?id=412186
2013-07-04Revert "NEW - bug 412261: [Distributed EventAdmin] Allow to only log"Markus Alexander Kuppe1-21/+3
This reverts commit 4c3a5815546f83591c294943a8a199815164e6a4.
2013-07-04NEW - bug 412261: [Distributed EventAdmin] Allow to only logserialization ↵Markus Alexander Kuppe1-0/+21
failures https://bugs.eclipse.org/bugs/show_bug.cgi?id=412261- Part #2: Allows to register an EventTopicFilter service that getslooked up by DistributedEventAdmin. On a filter hit, the event will onlybe send out locally

Back to the top