Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] I'm unhooked

H Stephan,

Sorry if this came as a surprise to you.  My intention all along with the new framework (now in the luna builds) was to break the equinox 'internal' hooks.  I say these are internal because they are not true 'API' to normal bundles, but are made available to framework extensions that need to hook into the deep parts of the framework implementation details.

It is necessary to make such a breaking change to framework extension implementations because the old equinox hooks baked into its signatures many types from the old Equinox resolver API.  This resolver is no longer used internally in the framework implementation.  The amount of wrapping and proxying we would have to do to support all the old hook interfaces would have an end result of making the new framework even more complicated than the old one.

The org.eclipse.osgi.baseadaptor package was always marked as x-internal to try and make it clear that these are not true API.  I do not plan to update the org.eclipse.osgi version to 4.0.0 in Luna.  I suspect such a version update would break many more folks than the handful of Equinox framework extension hook implementers.  Point me to any bugs you have in Object Teams that you would like my input on for migrating to the Luna framework.

Tom



Inactive hide details for Stephan Herrmann ---07/14/2013 11:44:07 AM---Hi, today I tried the first Object Teams build against aStephan Herrmann ---07/14/2013 11:44:07 AM---Hi, today I tried the first Object Teams build against a Luna milestone,

From: Stephan Herrmann <stephan.herrmann@xxxxxxxxx>
To: equinox-dev@xxxxxxxxxxx,
Date: 07/14/2013 11:44 AM
Subject: [equinox-dev] I'm unhooked
Sent by: equinox-dev-bounces@xxxxxxxxxxx





Hi,

today I tried the first Object Teams build against a Luna milestone,
and miserably failed at the attempt to implement
org.eclipse.osgi.baseadaptor.HookConfigurator


Looking back at the discussions about "new framework" and clients
migrating to the new WeavingHook etc. I can't find an announcement
that the old hooks will actually be removed. So my question is:
is this a temporary state as Equinox is moving to a new implementation
or is that API indeed nuked? (Equinox Luna will be 4.0.0 then?)

As mentioned before, I'm interested in moving to the new hook and
in trying to make this a coordinated move with other clients via
a new version of equinox weaving. I made experiments that show
the new hooks satisfy at least 80% of our (OT) requirements.
I'm just a bit uneasy about the remaining 20% that now separate
me from the next successful build...

best,
Stephan
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


GIF image


Back to the top