Re: [equinox-dev] [pde-dev] Repackaging org.osgi.service.component.annotations from Equinox

2016-04-04 Thread Thomas Watson
Equinox will not export the annotation package (via Export-Package) because it will lead to a bad practice of using Import-Package for these non-runtime packages. Whatever the solution ends up being to get the annotations on the classpath of the project, PDE must do so without requiring the

Re: [equinox-dev] Query in upgrading Equinox

2016-05-12 Thread Thomas Watson
You probably should open a bug and give the details on how to reproduce. A stacktrace may also help and the error log if it exists, At this point I don't understand what is going wrong and I am not sure what to suggest. With the Luna release (framework org.eclipse.osgi version 3.10) there was

Re: [equinox-dev] Safe logging from a WeavingHook?

2016-05-16 Thread Thomas Watson
> From: Stephan Herrmann > Hi Tom, > > Thanks for your comprehensive answer. > Yes, we can easily agree that SynchronousLogListener is dangerous :) > > More questions inline ... > > > Sounds promising, but ... > > > But be aware that nobody is going to see your logs until there is > a

Re: [equinox-dev] Safe logging from a WeavingHook?

2016-05-16 Thread Thomas Watson
Hi The Eclipse Log API (org.eclipse.core.runtime.ILog) has the unfortunate contract that log listeners registered with it will be called synchronously. This can cause the issues you are seeing with class loading if we get into a circularity. In Equinox we actually have one and only one log

Re: [equinox-dev] Safe logging from a WeavingHook?

2016-05-16 Thread Thomas Watson
ext = null; } } Tom From: Thomas Watson/Austin/IBM@IBMUS To: Equinox development mailing list <equinox-dev@eclipse.org> Date: 05/16/2016 09:15 AM Subject:Re: [equinox-dev] Safe logging from a WeavingHook? Sent by:equinox-dev-boun...@eclipse.org Hi The

[equinox-dev] Experiment with OSGi and JPMS modules (Java 9)

2016-08-10 Thread Thomas Watson
You may be interested in reading an article that I wrote about experimenting with JPMS layers and representing an OSGi framework as a JMPS Layer [1]. Tom [1] http://blog.osgi.org/2016/08/osgi-with-java-modules-all-way-down.html ___ equinox-dev

Re: [equinox-dev] receiving a FrameworkEvent.STARTED event?

2016-07-06 Thread Thomas Watson
It depends on the launcher you are using. Here I am going to assume you are using the Equinox launcher as-is. The thing about FrameworkEvent.STARTED is that it is only fired when the framework has reached its "beginning framework start-level" during the call to Framework.start(). By default

Re: [equinox-dev] Fwd: Starting a runtime Eclipse fails with Exception in org.eclipse.equinox.internal.simpleconfigurator.Activator.start() of bundle org.eclipse.equinox.simpleconfigurator.

2016-06-30 Thread Thomas Watson
Some bundle in your environment looks like it has no Bundle-SymbolicName. Can you open a bug against p2. It needs a null check at ConfigApplier.refreshPackages(ConfigApplier.java:401) But I am curious how you got p2 to install a bundle with no Bundle-SymbolicName. I thought that was

Re: [equinox-dev] Fwd: Starting a runtime Eclipse fails with Exception in org.eclipse.equinox.internal.simpleconfigurator.Activator.start() of bundle org.eclipse.equinox.simpleconfigurator.

2016-06-30 Thread Thomas Watson
: Thomas Watson/Austin/IBM@IBMUS To: Equinox development mailing list <equinox-dev@eclipse.org> Date: 06/30/2016 07:51 AM Subject:Re: [equinox-dev] Fwd: Starting a runtime Eclipse fails with Exception in org.eclipse.equinox.internal.simpleconfigurator.Activator.start() of

Re: [equinox-dev] Support advanced shell features in eclipse console window when launching a java program

2016-08-17 Thread Thomas Watson
I may be wrong, but I think the limitations are on the Eclipse console view implementation. You may want to try posting a message to https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev to get details on enabling that for the eclipse console. Tom From: Christian Schneider

Re: [equinox-dev] appending reference to url passed toBundleContext.installBundle

2017-02-07 Thread Thomas Watson
A 'reference' install will not copy the content of the bundle file into the framework's internal storage.  Instead it will load the bundle directly out of the file URL the 'reference' URL is pointing to.  Note that 'reference' URLs only support embedded 'file' URLs (not http etc.)  This has

Re: [equinox-dev] scr, cm, and metatype

2017-01-27 Thread Thomas Watson
2017 6:38 AM, Thomas Watson wrote: EventAdmin is also the RI for OSGi R6.  There are no updates to EventAdmin for R7.Thanks.   One follow up on EventAdmin.   I've read that the Equinox EventAdmin uses a single thread for dispatch...i.e. for all topics...and it seems like that's correct given a

Re: [equinox-dev] scr, cm, and metatype

2017-01-20 Thread Thomas Watson
tatype Sent by:equinox-dev-boun...@eclipse.org On 1/19/2017 12:36 PM, Thomas Watson wrote: Equinox metatype implementation continues to be the reference implementation for OSGi and implements the very latest released specification. I did update the CM implementation to be CM spec versi

Re: [equinox-dev] scr, cm, and metatype

2017-01-19 Thread Thomas Watson
Equinox metatype implementation continues to be the reference implementation for OSGi and implements the very latest released specification. I did update the CM implementation to be CM spec version 1.5 a long time ago (3 years?). OSGi R6 did not update the CM spec, if I recall correctly. The

[equinox-dev] Request to respin I-Build due to bug 500225

2016-08-24 Thread Thomas Watson
There is a bad endless loop bug in the last I-Build that the Equinox team is requesting a respin for. Markus has already provided a fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=500225 and we are ready for a respin. To workaround the issue in the Install dialog ensure that the

Re: [equinox-dev] Support for Declarative Services 1.3 (OSGi release 6)

2016-09-28 Thread Thomas Watson
For Oxygen I plan to replace the Equinox DS implementation with the Felix DS (SCR) implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=501950 Tom From: Todor Boev To: equinox-dev@eclipse.org Date: 09/28/2016 07:31 AM Subject:[equinox-dev]

[equinox-dev] Equinox Framework moving up to Java 7

2016-09-28 Thread Thomas Watson
Equinox is used in many environments where there is very long-term support for older Java levels. So far I have needed to keep the Equinox Framework at a Java 6 level to be able to use the latest versions in these environments. Unfortunately Java 6 is getting harder and harder to support

Re: [equinox-dev] Thousands of exceptions during boot, yet application is running - harmless or symptom of issues which should be solved?

2016-10-03 Thread Thomas Watson
in properly diagnosing these issues? Regards, Michal From: equinox-dev-boun...@eclipse.org <equinox-dev-boun...@eclipse.org> on behalf of Thomas Watson <tjwat...@us.ibm.com> Sent: Monday, October 3, 2016 2:58:25 PM To: Equinox development mailing list Subject: Re: [equinox-dev]

Re: [equinox-dev] Thousands of exceptions during boot, yet application is running - harmless or symptom of issues which should be solved?

2016-10-03 Thread Thomas Watson
It is hard to tell if the exceptions are issues to be concerned about without having one as an example. It is possible that enabling debug is just printing out some benign exception that is otherwise ignored by the system and not logged. Yes Equinox should easily handle 1000s of bundles being

Re: [equinox-dev] Disabling computeUses in ResolverImpl

2016-10-21 Thread Thomas Watson
Disabling uses is usually not a good idea. I would be interested to know why you want to do this. To answer your question, I would not disable this in the felix ResolverImpl directly. Instead I would disable it at a higher level in the equinox container by hiding the uses directives on the

Re: [equinox-dev] Convergence between p2 and the OSGiresolver+repository

2016-11-17 Thread Thomas Watson
I will be interested to see if you can successfully map the OSGi uses concept into the SAT solver p2 uses. I briefly looked at that a long time ago when we were refactoring the Equinox framework (Luna) and were replacing the old Equinox resolver. It was far from obvious how you would achieve

Re: [equinox-dev] What is the best way to get the version of a bundle

2016-12-14 Thread Thomas Watson
I'll also state that in Equinox (and AFAIK in Felix) the PackageAdmin implementation is not going anywhere for the foreseeable future. Tom From: Pascal Rapicault To: Equinox development mailing list Date: 12/13/2016 08:46 PM Subject:

Re: [equinox-dev] What is the best way to get the version of abundle

2016-12-14 Thread Thomas Watson
I think Pascal is asking how to find an installed bundle given a specific BSN and version (range?). I suggest you take a look at the PackageAdminImpl for the getBundles method:

Re: [equinox-dev] Felix SCR

2016-11-29 Thread Thomas Watson
Yes, that is the plan. I had hoped to get it in for M4. But have not had time to get it in. I will look to put it in for M5. If it slips past that though it will get more difficult to get it in. Tom From: Scott Lewis To: Equinox development mailing list

Re: [equinox-dev] Felix SCR

2016-11-29 Thread Thomas Watson
And yes, it will support the latest Declarative Services version 1.3 from the R6 specification Tom From: Thomas Watson/Austin/IBM@IBMUS To: Equinox development mailing list <equinox-dev@eclipse.org> Date: 11/29/2016 07:55 AM Subject:Re: [equinox-dev] Felix SC

Re: [equinox-dev] Bundle self-update not delayed until refresh

2016-12-30 Thread Thomas Watson
I'm not sure I understand the scenario. What I do know is that in the latest Equinox (since the Luna release) the framework will eagerly flush updated or uninstalled class loaders if they are not 'reachable' by any other in-use bundle in the framework. It sounds to me like this may be what is

Re: [equinox-dev] Way to retrieve the bundles with provides a capability from BundleRequirement

2016-12-30 Thread Thomas Watson
This is all getting a bit fuzzy for me because PDE is still using the old Equinox resolver API which the framework no longer actually uses at runtime. But if I recall correctly Require-Capability reqs are modelled with the org.eclipse.osgi.service.resolver.GenericSpecification interface which

Re: [equinox-dev] Uses constraint violation: -clean doesn't find solution even though it exists

2017-03-20 Thread Thomas Watson
For awareness,   I am looking at it, but will be a bit slow while at EclipseConverge and Devoxx.  Looking at the problem it seems that the resolver should find a solution pretty easily but the presence of one of the versions of org.apache.httpcomponents.httpcore_4.4.4.v20161115-1643 (there are

[equinox-dev] Consider moving Equinox back to the Eclipse project

2017-06-19 Thread Thomas Watson
  Over the years Equinox has become a stable project.  The last major code effort was in the Luna release when the Equinox framework was refactored to use the OSGi generic capability and requirements model along with the OSGi Resolver service.  Over the past few years the list of active committers

Re: [equinox-dev] singleton:=true leads to bundle activation

2017-06-15 Thread Thomas Watson
Singleton should have nothing to do with activation.  Do you have a scenario to reproduce? Tom      - Original message -From: Lars Vogel Sent by: equinox-dev-boun...@eclipse.orgTo: Equinox development mailing list Cc:Subject: [equinox-dev]

[equinox-dev] OSGi Framework R7 implementation has been merged into master for Photon

2017-06-16 Thread Thomas Watson
  I have merged the branch we had for OSGi R7 into master for rt.equinox.framework.   I expect there may be a few compilation errors in the next build because of some places where we implement interfaces from the framework which are not intended to be implemented by client code (probably mostly

[equinox-dev] Consider moving Equinox back to the Eclipse project

2017-06-17 Thread Thomas Watson
Over the years Equinox has become a stable project. The last major code effort was in the Luna release when the Equinox framework was refactored to use the OSGi generic capability and requirements model along with the OSGi Resolver service. Over the past few years the list of active

Re: [equinox-dev] Support for Java 9 modules

2017-10-05 Thread Thomas Watson
ecomean OSGi bundle and at it to the target platform).But from your answer, I understand that OSGi / Equinox does currentlynot plan to simplify the consumption of the Java 9 modules. So we haveto stay with the old conversion process.Thanks again for the answer, LarsOn Wed, Oct 4, 2017 at 8:20 PM, Thomas W

Re: [equinox-dev] Support for Java 9 modules

2017-10-05 Thread Thomas Watson
hat matter).best,StephanOn 05.10.2017 15:12, Thomas Watson wrote:> Not sure if you are aware of the work I have done for JPMS inter-op [1]> During my prototyping of inter-op I also did try implementing what you suggest, by adapting Java 9 modules to OSGi bundles on the> fly (See [2]).  I kn

Re: [equinox-dev] org.osgi.util.promise

2018-03-09 Thread Thomas Watson
Hi Scott,   You are correct.  That package got added to Oxygen when we started using the Felix SCR implementation for our OSGI R6 Declarative Services. Tom      - Original message -From: Scott Lewis Sent by: equinox-dev-boun...@eclipse.orgTo: Equinox development

Re: [equinox-dev] logging jobs

2018-03-28 Thread Thomas Watson
:Subject: Re: [equinox-dev] logging jobsDate: Wed, Mar 28, 2018 9:51 AM      On Wed, Mar 28, 2018 at 10:37 AM, Thomas Watson <tjwat...@us.ibm.com> wrote: What do you mean by runtime jobs?  When I hear that in the Eclipse context I think something from org.eclipse.core.jobs.    Maybe?   But I suspec

Re: [equinox-dev] logging jobs

2018-03-28 Thread Thomas Watson
What do you mean by runtime jobs?  When I hear that in the Eclipse context I think something from org.eclipse.core.jobs.  But I suspect that is not what you are asking for.  Are you asking for some tracing for all background operations the framework performs?  I assume you are trying to diagnose

Re: [equinox-dev] Provide new OSGi service API without obsolete API(Dictionary)?

2018-06-29 Thread Thomas Watson
Dictionary my be documented as obsolete, but it is not deprecated.  I would not want to deprecate a spec'ed API method that takes non-deprecated types.  Anyway, the discussion is happening now in the expert group. Tom      - Original message -From: Lars Vogel Sent by:

Re: [equinox-dev] Parallel bundle activation?

2018-10-26 Thread Thomas Watson
Neil and Gunner are correct.  I also question the motivation to running activators in parallel.  In implies some kind of design flaw because you must have some long running BundleActivators if you want to run them in parallel.  You are better off investigating why you must have long running

[equinox-dev] 4,11 Plans

2018-12-18 Thread Thomas Watson
I've started the 4.11 Equinox planning page at https://wiki.eclipse.org/Equinox/Plan/4.11   Please add any major work items you plan to work on for 4.11. Tom      - Original message -From: "Daniel Megert" Sent by: eclipse-dev-boun...@eclipse.orgTo: "General development mailing list of the

Re: [equinox-dev] Tycho Surefire Test fails to load Schemafactory

2018-11-26 Thread Thomas Watson
I added a comment to the bug report, we can continue the discussion there. Tom      - Original message -From: Guillaume Dufour Sent by: equinox-dev-boun...@eclipse.orgTo: Equinox development mailing list Cc: tycho-...@eclipse.orgSubject: Re: [equinox-dev] Tycho Surefire Test fails to load

Re: [equinox-dev] All jobs @ Equinox JIPP Instance are disabled now, what's the reason?

2019-03-27 Thread Thomas Watson
The equinox jobs have been migrated over to the new infrastructure, but we are experiencing some issues with the migration.  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=545352 Tom      - Original message -From: Mykola Nikishov Sent by: equinox-dev-boun...@eclipse.orgTo:

Re: [equinox-dev] Log Maven version in p2-master and p2-gerrit jobs

2019-06-03 Thread Thomas Watson
Thanks Mykola, I've done the same for the Equinkox framework and bundles jobs now. Tom      - Original message -From: Mykola Nikishov Sent by: equinox-dev-boun...@eclipse.orgTo: equinox-dev@eclipse.orgCc:Subject: [EXTERNAL] [equinox-dev] Log Maven version in p2-master and p2-gerrit

Re: [equinox-dev] OS

2019-04-23 Thread Thomas Watson
That version is over 6 years old and was released before Java 8 was even available so it may have issues with running on the oldest supported Java available and I doubt it will work well on anything Java 9+.  While I suspect it should just work for the most part on Java 8 there will be a few

Re: [equinox-dev] Sources for plugins to fulfil OSS obligations

2019-11-01 Thread Thomas Watson
All the source can be found in the eclipse git repositories info found at https://git.eclipse.org/c/equinox/rt.equinox.framework.git/ and https://git.eclipse.org/c/equinox/rt.equinox.bundles.git/   But for most we do publish the source JARs into maven central:  

Re: [equinox-dev] [platform-releng-dev] Incorrect merge of osgiR8 branch into master for rt.equinox.framework

2020-03-11 Thread Thomas Watson
Thanks again Johah,   The blame history has been properly restored to the master branch and to the osgiR8 branch using this approach.  My mistake is now properly swept under the rug. Tom      - Original message -From: "Thomas Watson" Sent by: equinox-dev-boun...@eclipse.orgTo: e

Re: [equinox-dev] [platform-releng-dev] Incorrect merge of osgiR8 branch into master for rt.equinox.framework

2020-03-11 Thread Thomas Watson
from:   $ git blame bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF--snip--713ce018b1 (Thomas Watson      2020-03-10 16:03:39 -0500  5) Bundle-Version: 3.15.300.qualifier   to$ git blame bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF--snip--27288b2b5b (Alexander Kurtakov 2020-03-08 14:28

[equinox-dev] Incorrect merge of osgiR8 branch into master for rt.equinox.framework

2020-03-10 Thread Thomas Watson
I incorrectly merged into master a long running branch I have for OSGi R8 development in the rt.equinox.framework.  I have a bug opened against the foundation asking to get a force push to master to correct things:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=560997   As much as I dislike a

Re: [equinox-dev] Incorrect merge of osgiR8 branch into master for rt.equinox.framework

2020-03-10 Thread Thomas Watson
to do the force push to master for me.   Sorry for the bone-headed move on my part. Tom      - Original message -From: Thomas Watson/Austin/IBMTo: equinox-dev@eclipse.org, platform-releng-...@eclipse.orgCc:Subject: Incorrect merge of osgiR8 branch into master for rt.equinox.frameworkDate

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-28 Thread Thomas Watson
I would try the osgi-dev mailing list: https://mail.osgi.org/mailman/listinfo/osgi-dev Tom      - Original message -From: Lars Vogel Sent by: equinox-dev-boun...@eclipse.orgTo: Equinox development mailing list Cc:Subject: [EXTERNAL] [equinox-dev] JAXB with Java 11 in OSGiDate: Tue, Jul 28,

Re: [equinox-dev] Sources for plugins

2020-11-24 Thread Thomas Watson
I think there is simply a miscommunication here and nothing to take offence at.  Regardless we have given Ranjana more than enough information. Tom      - Original message -From: "Sravan K Lakkimsetti" Sent by: equinox-dev-boun...@eclipse.orgTo: "Equinox development mailing list"

Re: [equinox-dev] p2 does not check uses at install time

2020-11-18 Thread Thomas Watson
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=525368   Under the covers p2 uses SAT4J to implement a resolver for selecting what to install.  I remember discussing with the original p2 developers the complications of the uses directive such that they could look into encoding the constraint

Re: [equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Thomas Watson
I would be in favor of deprecating the API package org.eclipse.osgi.service.resolver which is contained in the Equinox Framework (org.eclipse.osgi).  The framework fragment called org.eclipse.osgi.compatibility.state holds the actual implementation, which is internal.  But anything needing to get

Re: [equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Thomas Watson
I've certainly made fixes to this code long after Equinox has stopped using it and I don't mind maintaining fixes there when required.  I do care enough to not break existing projects that are using this API.  After all, I do use PDE nearly every day and we are very dependant on tycho to build. 

Re: [equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Thomas Watson
like a rat hole to me. :-(  On 08.01.2021 16:02, Thomas Watson wrote: You are correct, this is a rather a tricky situation.  Especially because of things like org.eclipse.pde.core.plugin.IPluginModelBase.setBundleDescription(BundleDescription)   I'm not entirely sure why that is API there,

Re: [equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Thomas Watson
stion here to deprecate these things too?! On 08.01.2021 15:40, Thomas Watson wrote: I would be in favor of deprecating the API package org.eclipse.osgi.service.resolver which is contained in the Equinox Framework (org.eclipse.osgi).  The framework fragment called org.eclipse.osgi.compatibility.s

Re: [equinox-dev] Native code on Windows 10

2021-01-28 Thread Thomas Watson
To be clear, the Eclipse IDE doesn't support x86 32-bit.  Nothing in the Equinox Framework prevents you from running on x86 32-bit.   Can you run the gogo console in your environment and run the following command?inspect capability osgi.native 0   I expect output like this (note this is from my

Re: [equinox-dev] Classloader precedence of osgi.dev entries

2021-04-12 Thread Thomas Watson
The dev class path entries are prepended to the value of the Bundle-ClassPath header value. Normal delegation rules apply for the dev class path as if they are part of the bundle's Bundle-ClassPath.  That roughly is the following:1) Import-Package wires, if package is imported the search

Re: [equinox-dev] Classloader precedence of osgi.dev entries

2021-04-20 Thread Thomas Watson
80420-1519.jarshould this work or do I need to explode the jar files into a folder?Am 12.04.21 um 16:17 schrieb Thomas Watson:> The dev class path entries are prepended to the value of the> Bundle-ClassPath header value. Normal delegation rules apply for the dev> class path as if they ar

Re: [equinox-dev] Eclipse Equinox, OSGi specifications and plugin.xml

2021-09-29 Thread Thomas Watson
That is a bit of a dramatic statement that can open a can of worms.  The extension registry and the Eclipse platform model with its many extension points does what it does very well.  If you are developing bundles that plugin to the Eclipse platform do not "feel bad" about using the right

Re: [equinox-dev] [p2-dev] Best way to contribute values (eg PGP keys) with OSGi?

2021-12-01 Thread Thomas Watson
If all you need is a path to some resource in a bundle then there is no need for a custom header or a custom service interface.  I recommend you define your own capability namespace and define a set of attributes that describe the capability for such a namespace.   For example, define a new

Re: [equinox-dev] Migration of git repositories to github

2022-03-09 Thread Thomas Watson
I assume the migration will include binaries also (https://git.eclipse.org/c/equinox/rt.equinox.binaries.git/) or is that not necessary? Tom From: equinox-dev on behalf of Aleksandar Kurtakov Sent: Wednesday, March 9, 2022 10:06 AM To: Equinox development

Re: [equinox-dev] Issue with OSGI Annotations

2022-02-24 Thread Thomas Watson
The package org.osgi.service.component.annotations is not meant to be imported by bundles. There is no need for a bundle to be wired to these packages at runtime. The JARs the OSGi specification (working group) provides in maven central are only meant to be used for compile time dependencies.

Re: [equinox-dev] [eclipse.org-architecture-council] Fwd: Eclipse heads-up

2022-11-01 Thread Thomas Watson
Thanks, I saw that go by. Equinox was one of the early adopters of parallel class loaders during its design and eventual inclusion in Java 7. Long ago we stopped needing any such flags to prevent deadlock with our non-hierarchical class loaders. This should have no impact for Eclipse

[equinox-dev] Welcome Stoyan Boshev as a new eclipse.incubator Committer

2007-11-02 Thread portal on behalf of Thomas Watson
eclipse.incubator.equinox Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Stoyan Boshev. Stoyan Boshev is a new full Committer on the equinox component of the eclipse.incubator project. Welcome!

[equinox-dev] Welcome John Arthorne as a new rt.equinox Committer

2008-11-25 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for John Arthorne. John Arthorne is a new full Committer on the Bundles component of the rt.equinox project. Welcome!

[equinox-dev] +1 for Scott Lewis on rt.equinox.incubator

2009-10-16 Thread portal on behalf of Thomas Watson
+1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Vote for Committer status for Ruibin Zhou has started

2009-12-11 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message signals that Thomas Watson has nominated Ruibin Zhou as a Committer on the rt.equinox.incubator project. The reason given is as follows: As part of the move of the SODA Device Kit move to rt.equinox.incubator (http

[equinox-dev] Vote for Committer status for Aldo Eisma has started

2009-12-11 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message signals that Thomas Watson has nominated Aldo Eisma as a Committer on the rt.equinox.incubator project. The reason given is as follows: As part of the move of the SODA Device Kit move to rt.equinox.incubator (http

[equinox-dev] Vote for Committer status for David Lavin has started

2009-12-11 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message signals that Thomas Watson has nominated David Lavin as a Committer on the rt.equinox.incubator project. The reason given is as follows: As part of the move of the SODA Device Kit move to rt.equinox.incubator (http

[equinox-dev] Vote for Committer status for Simon Archer has started

2009-12-11 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message signals that Thomas Watson has nominated Simon Archer as a Committer on the rt.equinox.incubator project. The reason given is as follows: As part of the move of the SODA Service Activator Toolkit (SAT) to rt.equinox.incubator

[equinox-dev] Committer vote for Ruibin Zhou has concluded successfully

2009-12-18 Thread portal on behalf of Thomas Watson
? Dave Stevenson +1 Thomas Watson ? Matthew Webster If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e...@eclipse.org ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org

[equinox-dev] Committer vote for Simon Archer has concluded successfully

2009-12-18 Thread portal on behalf of Thomas Watson
? Dave Stevenson +1 Thomas Watson ? Matthew Webster If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e...@eclipse.org ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org

[equinox-dev] Welcome Aldo Eisma as a new rt.equinox.incubator Committer

2010-01-06 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Aldo Eisma. Aldo Eisma is a new full Committer on the rt.equinox.incubator project. Welcome! ___

[equinox-dev] Vote for Committer status for Lazar Kirchev was started by Thomas Watson

2010-06-28 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message signals that Thomas Watson has nominated Lazar Kirchev as a Committer on the rt.equinox.incubator project. The reason given is as follows: I would like to nominate Lazar Kirchev to the equinox incubator. Lazar has shown

[equinox-dev] Committer vote for Lazar Kirchev has concluded successfully

2010-07-05 Thread portal on behalf of Thomas Watson
Moir +1 Andrew Niefer ? Matthew Piggott ? Steffen Pingel ? Pascal Rapicault ? Heiko Seeberger ? Dave Stevenson +1 Thomas Watson ? Matthew Webster ? Ruibin Zhou If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e

[equinox-dev] Welcome Lazar Kirchev as a new rt.equinox.incubator Committer

2010-07-12 Thread portal on behalf of Thomas Watson
rt.equinox.incubator Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Lazar Kirchev. Lazar Kirchev is a new full Committer on the rt.equinox.incubator project. Welcome! ___

[equinox-dev] +1 for Brian de Alwis on rt.equinox.incubator by Thomas Watson

2010-12-23 Thread portal on behalf of Thomas Watson
Thomas Watson voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Vote for Committer status for Glyn Normington was started by Thomas Watson

2011-03-31 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message signals that Thomas Watson has nominated Glyn Normington as a Committer on the rt.equinox.bundles project. The reason given is as follows: As discussed in several Equinox meetings, I have been collaborating with Glyn Normington

[equinox-dev] Vote for Committer status for Borislav Kapukaranov was started by Thomas Watson

2011-03-31 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message signals that Thomas Watson has nominated Borislav Kapukaranov as a Committer on the rt.equinox.bundles project. The reason given is as follows: As discussed in several Equinox meetings, I have been collaborating with the Virgo

[equinox-dev] Committer vote for Borislav Kapukaranov has concluded successfully

2011-04-07 Thread portal on behalf of Thomas Watson
Rapicault ? Heiko Seeberger +1 Thomas Watson If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e...@eclipse.org ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman

[equinox-dev] Welcome Glyn Normington as a new rt.equinox.bundles Committer

2011-04-18 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Glyn Normington. Glyn Normington is a new full Committer on the rt.equinox.bundles project. Welcome! ___

[equinox-dev] Welcome Borislav Kapukaranov as a new rt.equinox.bundles Committer

2011-04-18 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Borislav Kapukaranov. Borislav Kapukaranov is a new full Committer on the rt.equinox.bundles project. Welcome!

[equinox-dev] Vote for Committer status for Lazar Kirchev was started by Thomas Watson

2011-10-03 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message signals that Thomas Watson has nominated Lazar Kirchev as a Committer on the rt.equinox.bundles project. The reason given is as follows: Lazar has been working on a solution to extract the equinox console out of the framework

[equinox-dev] Committer vote for Lazar Kirchev has concluded successfully

2011-10-10 Thread portal on behalf of Thomas Watson
+1 Glyn Normington ? Pascal Rapicault ? John Ross ? Heiko Seeberger +1 Thomas Watson If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e...@eclipse.org ___ equinox-dev mailing list

[equinox-dev] Welcome Lazar Kirchev as a new rt.equinox.bundles Committer

2011-10-13 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Lazar Kirchev. Lazar Kirchev is a new full Committer on the rt.equinox.bundles project. Welcome! ___

[equinox-dev] +1 for Matitiahu Allouche on rt.equinox.bundles by Thomas Watson

2012-01-13 Thread portal on behalf of Thomas Watson
Thomas Watson voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Bogdan Gheorghe on rt.equinox.framework by Thomas Watson

2012-03-28 Thread portal on behalf of Thomas Watson
Thomas Watson voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] +1 for Silenio Quarti on rt.equinox.framework by Thomas Watson

2012-03-28 Thread portal on behalf of Thomas Watson
Thomas Watson voted: +1 +1 Voting summary: http://portal.eclipse.org/ ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Vote for Committer status for Markus Keller was started by Thomas Watson

2013-01-10 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message signals that Thomas Watson has nominated Markus Keller as a Committer on the rt.equinox.bundles project. The reason given is as follows: I am nominating Markus Keller as a committer to rt.equinox.bundles to take over

[equinox-dev] Committer vote for Markus Keller has concluded successfully

2013-01-18 Thread portal on behalf of Thomas Watson
? Martin Lippert ? Kim Moir +1 Glyn Normington +1 Pascal Rapicault +1 John Ross ? Heiko Seeberger +1 Thomas Watson If you have any questions, please do not hesitate to contact your project lead, PMC member, or the EMO e...@eclipse.org

[equinox-dev] Welcome Markus Keller as a new rt.equinox.bundles Committer

2013-01-18 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Markus Keller. Markus Keller is a new full Committer on the rt.equinox.bundles project. Welcome! ___

[equinox-dev] Welcome John Ross as a new rt.equinox.framework Committer

2013-05-10 Thread portal on behalf of Thomas Watson
rt.equinox.framework Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for John Ross. John Ross is a new full Committer on the rt.equinox.framework project. Welcome! ___

[equinox-dev] Welcome Raymond Auge as a new rt.equinox.bundles Committer

2014-10-03 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Raymond Auge. Raymond Auge is a new full Committer on the rt.equinox.bundles project. Welcome! ___

[equinox-dev] Welcome Stefan Xenos as a new rt.equinox.bundles Committer

2015-10-13 Thread portal on behalf of Thomas Watson
rt.equinox.bundles Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Stefan Xenos. Stefan Xenos is a new full Committer on the rt.equinox.bundles project. Welcome! ___

[equinox-dev] Welcome Alexander Kurtakov as a new rt.equinox Committer

2017-05-04 Thread portal on behalf of Thomas Watson
rt.equinox Committers, This automatically generated message marks the completion of all the legal paperwork and webmaster provisioning for Alexander Kurtakov. Alexander Kurtakov is a new full Committer on the rt.equinox project. Welcome! ___ equinox-dev

<    3   4   5   6   7   8