Difference between revisions of "Equinox/Meeting Minutes/20101129"
< Equinox | Meeting Minutes
(New page: ==Attendees== ==Agenda== * M4 status) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Attendees== | ==Attendees== | ||
+ | * Pascal | ||
+ | * Ian | ||
+ | * John A. | ||
+ | * DJ | ||
+ | * Dean | ||
+ | * Tom | ||
+ | * John R. | ||
==Agenda== | ==Agenda== | ||
+ | |||
+ | * p2 and SAP | ||
+ | * injection of services and e4 | ||
* M4 status | * M4 status | ||
+ | * strange bugs from Ian | ||
+ | |||
+ | == p2 and SAP == | ||
+ | * Minimize p2 | ||
+ | ** Why? | ||
+ | *** run p2 on POS device 128 meg total in size on linux | ||
+ | *** On the server running 100s of p2 instances so needs to scale well | ||
+ | *** Embed p2 into Virgo to reduce bloating Virgo. | ||
+ | *** For development environment on the server. | ||
+ | * Problems | ||
+ | ** Preferences | ||
+ | ** Jobs | ||
+ | *** refactor code to make dep on jobs optional. | ||
+ | ** ECF | ||
+ | *** Option to allow usage of another transport layer. | ||
+ | ** Extension registry | ||
+ | *** Can we get by with use of DS and OSGi services. | ||
+ | *** Add some ability to extract out the lookup of services/extensions. | ||
+ | *** Move over to only using services and translate registry to services in another bundle. | ||
+ | *** No real consensus on this issue. | ||
+ | * How do we make sure we do not reintroduce the dependencies? | ||
+ | |||
+ | == Injection of services and e4 == | ||
+ | * John wanted to point folks to the following bugs. We should review and chime in our opinions. | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331235 bug 331235] | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330865 bug 330865] | ||
+ | * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330866 bug 330866] | ||
+ | |||
+ | == Strange bug from Ian == | ||
+ | * Installing groovy into 3.6.1 fails with error about jdt | ||
+ | ** Groovy appears to patch jdt like OT does. | ||
+ | ** Groovy should require their specific jdt that they patch. |
Latest revision as of 16:55, 29 November 2010
Attendees
- Pascal
- Ian
- John A.
- DJ
- Dean
- Tom
- John R.
Agenda
- p2 and SAP
- injection of services and e4
- M4 status
- strange bugs from Ian
p2 and SAP
- Minimize p2
- Why?
- run p2 on POS device 128 meg total in size on linux
- On the server running 100s of p2 instances so needs to scale well
- Embed p2 into Virgo to reduce bloating Virgo.
- For development environment on the server.
- Why?
- Problems
- Preferences
- Jobs
- refactor code to make dep on jobs optional.
- ECF
- Option to allow usage of another transport layer.
- Extension registry
- Can we get by with use of DS and OSGi services.
- Add some ability to extract out the lookup of services/extensions.
- Move over to only using services and translate registry to services in another bundle.
- No real consensus on this issue.
- How do we make sure we do not reintroduce the dependencies?
Injection of services and e4
- John wanted to point folks to the following bugs. We should review and chime in our opinions.
- bug 331235
- bug 330865
- bug 330866
Strange bug from Ian
- Installing groovy into 3.6.1 fails with error about jdt
- Groovy appears to patch jdt like OT does.
- Groovy should require their specific jdt that they patch.