Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=552382slewis3-5/+5
Change-Id: If61b05c000a1b0d903fc87eb995ff03bb89ef726
2019-10-24Various releng updatesMat Booth3-2/+16
* Fix maven warning about use of <prerequisites> * Fix javadocs versioning * Add baseline version checker (bump some versions where indicated) * Update tycho version Change-Id: I6268279643f9d8993d581fdcb149d3d434c1e43b Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-10-20Version increment for commit 5b0bf4dbb45c6797f70623f0b1a9e32a1543c6f5slewis6-6/+6
Change-Id: I229ffa57889e669411462119444909b2e8a0f417
2019-10-17Manual array copyCarsten Hammer2-5/+2
Use Arrays.asList or System.arraycopy instead of copying array in a for loop Change-Id: I7fc9a0ae46d789b74e36f198bddfea0f0c681b4e Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-17Merge "String.indexOf can be replaced with String.contains"Scott Lewis1-1/+1
2019-10-17Merge "Use StringBuilder instead of StringBuffer where possible."Scott Lewis6-12/+12
2019-10-12Bug 551818: Fix broken link in about.htmlTorbjörn Svensson97-97/+97
Change-Id: I54f523bc9a82f2e3e3b8d8bff531f346452b9ecf Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2019-10-12Use jdk 5 for-each loopCarsten Hammer11-50/+50
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Bug: 547630 Change-Id: Icc7d2cd06c46657a195c2aa73b91dfa3a1be9c53 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-12String.indexOf can be replaced with String.containsCarsten Hammer1-1/+1
Bug: 547630 Change-Id: I556f7c22bbe103a259126d2953372eb75b6e0771 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-12Use StringBuilder instead of StringBuffer where possible.Carsten Hammer6-12/+12
Change-Id: If21bf8707fbfab64f837cd5d999ba6f706454185 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-05-02Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=546896slewis5-70/+72
Change-Id: I0b75ece2c6b254368f041fe3376323915aaa121b
2019-04-23Fix for version number in pomslewis2-2/+2
Change-Id: I0000000000000000000000000000000000000000
2019-02-20Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=544239slewis3-2/+10
Updated version numbers in bundle, features with bundle and top-level features 3.14.4 -> 3.14.5 Change-Id: Ic8927bc3a97d93b5cc95ac7e4f0fdce676188776
2018-11-07Fix for workspace prefsslewis1-0/+10
Change-Id: I0000000000000000000000000000000000000000
2018-10-12Fix for version mismatchslewis1-1/+1
Change-Id: I6e63e0917ab4a1dcd142bddd4122b80aa0800f9b
2018-10-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=540082slewis4-39/+17
Change-Id: Ib46f7c4d17cdef5c4676f1110954b89c2c2fb213
2018-09-27Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=539556slewis4-10/+16
Change-Id: Ie39818413240e21b9fc2aa36009681c39f30dfb8
2018-09-26Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=539469slewis3-2/+9
Change-Id: Idd5d4fac584fe96b82e97a469b7002307064c617
2018-08-10Fix tycho build - match version in pom.xml.Alexander Kurtakov1-1/+1
Change-Id: Ia04bfc8fd2260223f8d3e7b97dce6fec6ef4a933 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-02Increment version for bugslewis2-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537607 Change-Id: If0ed53a60c547b437ac80d076bc2cf61112ff37f
2018-08-01Initial fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=537583slewis8-10/+58
Change-Id: I66d0769315d552eeea76859cfa2303fae4d1c6e5
2018-07-13Added 1 to version for org.eclipse.ecf.console andslewis2-2/+2
o.e.e.osgi.services.remoteserviceadmin.console due to hack for Karaf done for Photon. Change-Id: I10fd33f5e09e05096f69b8bc6c408f5ec2424614
2018-07-13Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087Mat Booth2-6/+6
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>
2018-07-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087Mat Booth5-2/+49
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-26Removed use of org.osgi.service.log.Logger from master branch. It wasslewis2-23/+0
added in error. Change-Id: I6e6c0f6cfdb16ffc8ab2ac88fb77cba4b0c6e4d6
2018-04-26Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087slewis1-4/+24
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: Ie613487d51aa3715d6d2969a36025dbb0fe9dbe4
2018-04-26Update to rosgi to allow use of asm 6 and removedslewis12-635/+7
org.eclipse.ecf.remoteservice.rpc code (deprecated in preference to the github.com XmlRpcRemoteServiceProvider. Change-Id: I352d2e79e027c10eedf2c26e54b12193bec3d2b5
2018-04-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=533528slewis1-2/+2
Change-Id: I4ca2226438afccc611bbf26eb5895494b6613f4e
2018-04-09Fix for missing condition in AsyncReturnUtil for Additional fixes forslewis1-0/+2
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-04-06Simplification of API for checking for existence of osgi.async intent onslewis3-15/+37
IRemoteServiceReferences. Change-Id: Id15b6f932eb746dd569c4eba4fbd2540acd7da72
2018-04-04Added handling of service.intents for determining if osgi.async intentslewis2-1/+17
is present. Also added debug output info for host container selector service Change-Id: Ib55613fd9714801a415c5d4e3f2cff038bc03536
2018-04-02Fix for version change.slewis1-1/+1
Change-Id: I0000000000000000000000000000000000000000
2018-04-02Fix for version change.slewis1-1/+1
Change-Id: I835586094bfa4cba6d50e66a2f654f6bb5638607
2018-04-02Additional fixes for bugslewis34-129/+1299
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-17Additional fixes for bugslewis1-4/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-16Fix for dependency structureslewis1-2/+2
Change-Id: I748699508c79c3f8543fee7c59e4ae24344046f7
2018-03-16Additional fixes for bugslewis1-25/+44
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplified API for checking osgi intents in container creation Change-Id: I0000000000000000000000000000000000000000
2018-03-16Additional fixes for bugslewis4-14/+131
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Added api to RemoteServiceContainerInstantiator to support distribution providers Change-Id: I726a87e2d019da8fa582132e7332d4d895439ff9
2018-03-16Additional fixes for bugslewis1-9/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplifications of AbstractRSAClientService Change-Id: I0000000000000000000000000000000000000000
2018-03-16Additional fixes for bugslewis1-5/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplifications of AbstractRSAClientService Change-Id: I0000000000000000000000000000000000000000
2018-03-16Additional fixes for bugslewis1-6/+18
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplifications of AbstractRSAClientService Change-Id: I9229e9e219a35a042d5af205f4078869ebd53a93 Change-Id: I9229e9e219a35a042d5af205f4078869ebd53a93
2018-03-15Additional fixes for bugslewis2-8/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Simplifications Change-Id: I548e50edf6598148c4a479ba4516979b43217e83
2018-03-15Additional fixes for bugslewis2-15/+142
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 bugslewis3-3/+32
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-13Additional fixes for bugslewis1-4/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Fixes use of osgi.basic.timeout Change-Id: Iee55df4b03974544de4f0ed4c350a601ccf12aba
2018-03-13Dependency fixes for bugslewis6-14/+211
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Adds support for osgi.private in ecf generic, ecf ssl, and rosgi providers, as well as a framework in ecf core and rsa impl for any other distribution providers. Change-Id: I5cacab08ba5b6fe63b8550fdb70eb8d6d1357977
2018-03-11Dependency fixes for bugslewis5-20/+116
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532205 Change-Id: I0000000000000000000000000000000000000000
2018-03-09Additional fixes for bugslewis10-17/+112
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-4/+26
access to org.osgi.util.promise package (in oxygen only) to support osgi.async intent (R7) Change-Id: I0000000000000000000000000000000000000000
2018-03-09Moved target platform to oxygen for tycho-based build. Also addedslewis2-3/+34
access to org.osgi.util.promise package (in oxygen only) to support osgi.async intent (R7) Change-Id: Iee0e76cd137f684aade4ee52d5c286eb1159ea7e

Back to the top