Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-11-08Revert "Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebase"Markus Alexander Kuppe16-834/+734
This reverts commit 497b9a63f296bfecb14249b9cd390c0e3b3bfc80.
2013-11-06Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebaseMarkus Alexander Kuppe16-734/+834
https://bugs.eclipse.org/420858 Syncs to SF.net revision "r1317" (2011-02-14 16:41:38 +0100 (Mon, 14 Feb 2011))
2013-11-06Revert "Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebase"Markus Alexander Kuppe16-846/+793
This reverts commit 573f554d696f8fe5f9fe435ace79e8d2b29bde5c.
2013-11-06Bug 420858 - [r-OSGi] Sync SF.net and ECF's codebaseMarkus Alexander Kuppe16-793/+846
https://bugs.eclipse.org/420858 Syncs to SF.net revision "r1317" (2011-02-14 16:41:38 +0100 (Mon, 14 Feb 2011))
2013-11-01bug 420897: [r-OSGi] NPE when trying to uninstall the proxy bundle Markus Alexander Kuppe1-2/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420897
2013-10-26NEW - bug 420433: [r-OSGi] NPE inR-Release_HEAD-sdk_feature-128_2013-10-27_15-02-02R-Release_HEAD-sdk_feature-127_2013-10-27_09-40-07R-Release_HEAD-sdk_feature-125_2013-10-27_08-32-40Markus Alexander Kuppe1-0/+7
ch.ethz.iks.r_osgi.impl.ChannelEndpointImpl.handleMessage(RemoteOSGiMessage) when SERVICE_MODIFIED received before SERVICE_ADDED https://bugs.eclipse.org/bugs/show_bug.cgi?id=420433
2013-10-23RESOLVED - [r-OSGi] NPE in recurseInterfaceHierarchy() if a parameterR-Release_HEAD-sdk_feature-124_2013-10-24_14-25-50Markus Alexander Kuppe1-3/+13
user data type implements/extends system type like java.io.Serializable https://bugs.eclipse.org/420112
2013-10-22[TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-5/+8
remoteserviceadmin ct - Safeguard against older implementations speaking a broken wire protokol by sending an ArrayList instead of String[]
2013-10-22[TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-0/+6
remoteserviceadmin ct - Safeguard against older implementations speaking a broken wire protokol by sending an ArrayList instead of String[]
2013-10-21Merge branch 'master' of ssh://git.eclipse.org:29418/ecf/org.eclipse.ecfMarkus Alexander Kuppe212-32037/+32037
2013-10-21NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327 #3 (always convert from List to String[] before sending to remote)
2013-10-20Merge remote-tracking branch 'origin/master'R-Release_HEAD-sdk_feature-123_2013-10-21_11-09-17slewis212-32037/+32037
Conflicts: releng/org.eclipse.ecf.releng.bm/ecf.rmap
2013-10-19NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe1-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327 #2
2013-10-19NEW - bug 419327: [R_OSGi] Event Admin problems Markus Alexander Kuppe2-6/+77
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419327
2013-10-19NEW - bug 419902: [r-OSGi] NPEMarkus Alexander Kuppe1-1/+8
ch.ethz.iks.r_osgi.impl.ChannelEndpointImpl.updateTopics(String[], String[]) https://bugs.eclipse.org/bugs/show_bug.cgi?id=419902
2013-10-15Backport Memleak fix described in [1] and outlined in [2]. The 3.3.0R-Release_HEAD-sdk_feature-120_2013-10-16_15-25-33Markus Alexander Kuppe1-2/+2
Smask CQ #7367 [3] has been updated to indicate that we backported this fix. [1] http://issues.igniterealtime.org/browse/SMACK-441 [2] http://fisheye.igniterealtime.org/viewrep/smack/branches/smack_3_3_1/source/org/jivesoftware/smack/keepalive/KeepAliveManager.java?r1=13657&r2=13703 [3] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7367
2013-10-11NEW - bug 418740: [TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe1-3/+3
remoteserviceadmin ct https://bugs.eclipse.org/bugs/show_bug.cgi?id=418740 - Fix LDAP filter syntax and boolean condition to correctly match
2013-10-05NEW - bug 418740: [TCK][r-OSGi] NonSerializableException when runningMarkus Alexander Kuppe2-6/+19
remoteserviceadmin ct https://bugs.eclipse.org/bugs/show_bug.cgi?id=418740
2013-07-12Bug 411797 - [xmpp] org.eclipse.ecf.core.ContainerConnectException:Markus Alexander Kuppe4-4/+30
Login attempt failed with ejabberd server https://bugs.eclipse.org/411797 - Downgrade BREE back to 1.5 even though @Override on implemented interface methods is Java 1.6
2013-07-12Bug 411797 - [xmpp] org.eclipse.ecf.core.ContainerConnectException: Login ↵Markus Alexander Kuppe413-24179/+39924
attempt failed with ejabberd server https://bugs.eclipse.org/411797
2013-05-01NEW - bug 406977: ch.ethz.iks.r_osgi.remote incompatible withMarkus Alexander Kuppe1-1/+1
org.objectweb.asm >=4.0.0 https://bugs.eclipse.org/bugs/show_bug.cgi?id=406977
2013-05-01NEW - bug 406977: ch.ethz.iks.r_osgi.remote incompatible withR-Release_HEAD-sdk_feature-104_2013-05-01_11-47-00Markus Alexander Kuppe2-1/+35
org.objectweb.asm >=4.0.0 https://bugs.eclipse.org/bugs/show_bug.cgi?id=406977
2013-01-24Added exported package version information in preparation for ECF 3.6.0slewis2-3/+3
release
2013-01-18Merge remote-tracking branch 'origin/master'slewis24-1866/+1866
2012-05-07Changes to remove invalid warningsslewis2-4/+7
2012-05-03 bug 342924: [Discovery][Zookeeper] Remove projectMarkus Alexander Kuppe12-993/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=342924
2012-05-01Trying changing org.jivesoftware.smack jar processing as per thisslewis1-0/+1
comment https://bugs.eclipse.org/bugs/show_bug.cgi?id=361628#c27 in order to deal with https://bugs.eclipse.org/bugs/show_bug.cgi?id=376306
2012-01-29Fixing the MSN provider issuehmartin2-1/+30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306270. As the initial step adding MD5 Hash Implementation. In the next step will use the reference doc to make 128 bit hash to 64 bit hash.
2011-06-09Added qualifier to version number.slewis1-1/+1
2011-02-16NEW - bug 335237: [Discovery][ZooDiscovery] zookeeper provider featureWim Jongman1-1/+1
depends upon org.apache.log4j https://bugs.eclipse.org/bugs/show_bug.cgi?id=335237
2011-01-14NEW - bug 333850: [r-osgi] Remote service is null for second remoteMarkus Alexander Kuppe2-29/+38
reference https://bugs.eclipse.org/bugs/show_bug.cgi?id=333850
2010-11-01RESOLVED - bug 329197: Compiler errors in various projects due to OSGi r4.3 ↵Markus Alexander Kuppe1-1/+1
API changes https://bugs.eclipse.org/bugs/show_bug.cgi?id=329197
2010-10-22Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=328426R-Release_3_4-sdk_feature-3_2010-10-22_03-53-44R-Release_3_4-sdk_feature-2-2010-10-22_01-30-10slewis@composent.com2-4/+4
2010-10-20RESOLVED - bug 328074: [Discovery][SLP] Error connecting to: 0:0:0:0:0:0:0:1 ↵Markus Alexander Kuppe1-4/+14
java.io.IOException: Network is unreachable https://bugs.eclipse.org/bugs/show_bug.cgi?id=328074
2010-10-16Fixes to build meta-dataslewis@composent.com7-475/+495
2010-10-14RESOLVED - bug 327749: [r-OSGi] NPE on shutdown (in TCPChannelFactory)Markus Alexander Kuppe1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327749
2010-10-13renamed .cvsignore to .gitignore, created .gitignore where missingMarkus Alexander Kuppe7-2/+2
2010-10-11RESOLVED - bug 327380: [r-OSGi] NPE in ↵mkuppe1-1/+1
ChannelEndpointImpl.getRemoteReference() due to proxy bundle failing to install https://bugs.eclipse.org/bugs/show_bug.cgi?id=327380 Fixed screwed up commit
2010-10-11RESOLVED - bug 327380: [r-OSGi] NPE in ↵mkuppe2-5/+4
ChannelEndpointImpl.getRemoteReference() due to proxy bundle failing to install https://bugs.eclipse.org/bugs/show_bug.cgi?id=327380
2010-10-06RESOLVED - bug 327147: [r-OSGi][RemoteSrvs] Smart Serialization fails for ↵mkuppe2-70/+131
Object[]s of non-Serializable objects https://bugs.eclipse.org/bugs/show_bug.cgi?id=327147
2010-10-06RESOLVED - bug 327029: [r-OSGi][RemoteSrvs] Smart Proxy cannot delegate to ↵mkuppe1-5/+6
original method https://bugs.eclipse.org/bugs/show_bug.cgi?id=327029
2010-10-05RESOLVED - bug 327029: [r-OSGi][RemoteSrvs] Smart Proxy cannot delegate to ↵mkuppe1-0/+7
original method https://bugs.eclipse.org/bugs/show_bug.cgi?id=327029
2010-10-04Better identify r-OSGi threads in the ThreadGroupmkuppe1-1/+1
2010-09-27RESOLVED - bug 326221: java.lang.LinkageError: loader constraint violation: ↵I-HEAD-platform_feature-73-2010_09_27mkuppe1-1/+3
loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously initiated loading for a different type with name... https://bugs.eclipse.org/bugs/show_bug.cgi?id=326221 String.split(String) violates BREE
2010-09-25RESOLVED - bug 326221: java.lang.LinkageError: loader constraint violation: ↵mkuppe2-0/+36
loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously initiated loading for a different type with name... https://bugs.eclipse.org/bugs/show_bug.cgi?id=326221
2010-09-24bug 326033: ClassCastException handling of r_osgi event handler topicswjongman1-8/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=326033
2010-09-01Fix for build.properties warningslewis1-0/+1
2010-06-15NEW - bug 316857: [Discovery][Zookeeper] about.html/asl-v20.txt missing in ↵mkuppe3-1/+459
zookeeper https://bugs.eclipse.org/bugs/show_bug.cgi?id=316857
2010-06-03NEW - bug 312324: [jSLP] Change license from BSD to EPLmkuppe1-1/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312324
2010-06-03replaced old implementation by a new, cleanroom implementationjrellerme1-89/+62

Back to the top