Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-09-26Updates for ecf 3.10.0 dependencyslewis2-3/+3
Change-Id: I120cb45ad96de176a6576d1f08319768db5abf31
2021-09-22Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=576181 forslewis7-76/+188
org.eclipse.ecf.provider.remoteservice Change-Id: I27b678ceb2670e43fcc2c8c83ace94ca62df18c0
2021-09-19Provide impl in generic provider forslewis5-13/+201
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576085 Change-Id: Id9b2e591323eaa31d0a5189c8900d1512c651154
2021-03-26Fix unnecessary warnings and build infoslewis1-1/+1
Change-Id: Icb228b3730b29a51a6d530905e075d9327dd30b5
2021-03-20Remove unnecessary warnings.slewis1-1/+41
Change-Id: Ibf59c043ead2cd5c210f74f75e41bfb4073c4512
2021-03-20Fixes to ignore deprecation warning, but error for deprecation scheduledslewis1-1/+1
Change-Id: Id97150703654620de96a5544c04d55996a126b6b
2020-10-23Remove uses of new Integer()Alex Blewitt4-6/+6
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 Booth18-106/+150
Update license headers in provider bundles Change-Id: I2241e3d0682ee9d18593ade38bc350a5300d0b18 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-10-12Bug 551818: Fix broken link in about.htmlTorbjörn Svensson3-3/+3
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2018-05-16Final fix for bndtools-imposed start structureslewis3-2/+3
Change-Id: I0000000000000000000000000000000000000000
2018-04-06Simplification of API for checking for existence of osgi.async intent onslewis1-1/+2
IRemoteServiceReferences. Change-Id: Id15b6f932eb746dd569c4eba4fbd2540acd7da72
2018-04-02Additional fixes for bugslewis1-11/+70
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Added support for osgi.basic serialization specification in the form of org.eclipse.ecf.util.OSGIObjectOutputStream and OSGIObjectInputStream Change-Id: Ic82780c6f4179a27928fb95261ad766be7ad4526
2018-03-15Additional fixes for bugslewis1-8/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplifications Change-Id: I548e50edf6598148c4a479ba4516979b43217e83
2018-03-15Additional fixes for bugslewis1-46/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Added API to AbstractRSAClientService to simplify the creation of providers. Change-Id: I57d69eeaf81de2230eb6ad163c6199f5a780a341
2018-03-14Additional fixes for bugslewis1-2/+58
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-11Dependency fixes for bugslewis2-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-09Additional fixes for bugslewis2-11/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-09Moved target platform to oxygen for tycho-based build. Also addedslewis3-3/+40
access to org.osgi.util.promise package (in oxygen only) to support osgi.async intent (R7) Change-Id: Iee0e76cd137f684aade4ee52d5c286eb1159ea7e
2018-03-08for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205slewis1-4/+0
Added support for new intents handling and intents properties handling in RSA impl. Change-Id: I0a71ec9eb77e8ac78037a545aa815dc1aea5c397
2018-03-06Updates to ContainerCommand gogo extension and namespace impls.slewis1-0/+4
Change-Id: I1fb0833a3ef42daf1e713387d4f1dcf84b9fae0f
2018-03-01fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952slewis1-1/+1
Change-Id: I0000000000000000000000000000000000000000
2018-03-01bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952slewis2-12/+12
Update to manifests for o.e.e.provider, o.e.e.provider.remoteservice, o.e.e.sharedobject and features Change-Id: I996b7cc736c482b410efbda490bd62f8f1d3fc47
2018-02-27Added back Bundle-ActivationPolicy headerslewis1-0/+1
Change-Id: I0000000000000000000000000000000000000000
2018-02-26Removed Bundle-ActivationPolicy: lazy to work with bndtoolsslewis1-1/+1
Change-Id: I0000000000000000000000000000000000000000
2018-02-26Removed Bundle-ActivationPolicy: lazy to work with bndtoolsslewis2-3/+2
Change-Id: I0000000000000000000000000000000000000000
2017-06-30Additional fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=516074slewis1-1/+1
Change-Id: I0000000000000000000000000000000000000000
2017-06-30Additional fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=516074slewis2-1/+8
Change-Id: I6a853a91cbd6cf5800eb8bf1c935d1ac55debc2c
2017-03-20Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=513791slewis1-1/+1
Added 200 to pom.xml. Change-Id: I0000000000000000000000000000000000000000
2017-03-17Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=513791slewis2-8/+35
Change-Id: I5a7b1ddf7153cebc759217d3de0c380b809402a3
2016-10-10Changed TCPClientSOContainer to be 'server' containers, to allow them toslewis1-1/+1
host remote service instances Change-Id: I6db56c4cab49f328a18a1b1d76def9b05a44b438
2016-09-13Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth1-0/+15
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-04-12Bug 491516 - "jre.compilation.profile" is lower than BREE in some projectsMat Booth1-2/+0
This change also fixes a compilation error in the example bundle "ecf.examples.rs.hello.host" due to the generified BundleContext API This was discovered when attempting to build it with a BREE of J2SE-1.5 Change-Id: Ief2740612449d2a1a5c58d6284d8b87c89262f8a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-03-12Javadocs updatesslewis5-12/+73
Change-Id: I0f6ea74aa2c2402fa7f3f42c423e88ad84544c69
2016-02-18Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=488045slewis2-25/+4
Change-Id: I9ee1fb2e209bf78cba83bc413da270b06fa07065
2015-07-01Fix double increment problem reported in comment to bugslewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=471541 Change-Id: Ib1f763a1d3fb6bbbdd31d6293aa7b0806b097fd6
2015-06-25Made createRequestId synchronized and changed implementation slightly toslewis1-1/+2
avoid possible races on creating add registration requests. Change-Id: I2928daba79cb846972a2b90d9b399c112e5a9ea7
2015-06-24Experiment to fix possible race condition that allows confusion over theslewis1-2/+7
use of request ids. Change-Id: I61862c52b6157d1c489fb5eda26865537b845d7d
2015-06-17Added documentationslewis1-0/+1
Change-Id: Ib6b43821ac8a1e01a479f4a064710972987ef7ed
2015-06-17Fixes for bugs: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470269slewis7-12/+55
https://bugs.eclipse.org/bugs/show_bug.cgi?id=470245 Change-Id: Id4a48b9be7ad434c3db20fb2b7e08b04c9c44b2f
2014-07-30Fix for typo in discovery and distribution Provide-Capabilityslewis1-1/+1
declarations Change-Id: I6fb9141b15765e7dad52e4be08d05f5bca07a296
2014-04-20Merge remote-tracking branch 'origin/master' into rfc1.1slewis1-0/+1
Conflicts: osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.java Change-Id: I1f6556e1321451ebffd475c7b71a50192d4fc6b5
2014-04-02Changes to org.eclipse.ecf.remoteservice.AbstractRemoteService to useslewis1-0/+1
AbstractAsyncProxyRemoteService as superclass...and associated changed (to import org.eclipse.ecf.remoteservice.asyncproxy package). Also added org.eclipse.ecf.remoteservice.asyncproxy bundle to org.eclipse.ecf.remoteservice.feature. Change-Id: Ib91036a8ea255716c7225a48d91d69a6774778ad
2014-03-31Merge remote-tracking branch 'origin/master' into rfc1.1slewis2-5/+54
Conflicts: examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/launch/TimeServiceConsumer.launch Change-Id: Ib83f0393403af7d629aa6cbffe731b5b251eaf3b
2014-03-29Added support for generic provider container type registration andslewis1-4/+46
adapter factory registration without extension registry for bug 421569 Change-Id: I0000000000000000000000000000000000000000
2014-03-23Increment of bundle minor version forslewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430963 Change-Id: I7439d0bfb51373587bbd7e228b402277a37c2c04
2014-03-23Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=430963slewis1-1/+8
Change-Id: Ia70f2514f46a863a778257903151e65a50f0624b
2014-03-20Updates to distribution capabilities (provide and require) as specifiedslewis1-1/+1
by most recent version of OSGi RSA specification. See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=422752 Change-Id: I0000000000000000000000000000000000000000
2014-03-13Added Provide-Capability for use of RSA 1.1 discovery and distributionslewis1-0/+1
capability Change-Id: I0000000000000000000000000000000000000000
2014-03-07Fix for generic provider bundle namesslewis1-1/+1
Change-Id: I50de5b5dfe21e22207beeb15c6579e3f4b550c42
2014-03-05Fixes for slewis push mistakeslewis1-1/+0
Change-Id: I0000000000000000000000000000000000000000

Back to the top