Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/Meeting Minutes/20110509"

(ECF 3.5.1)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Attendees==
+
== Attendees ==
* Tom
+
* DJ
+
* Katya
+
* John
+
* Pascal
+
* Jeff
+
  
==Agenda==
+
*Tom
* Are we ready for RC1
+
*DJ
* ECF 3.5.1 in RC2? {{bug|341290}}
+
*Katya
* New SAT4J, ECF have been release.
+
*John
* Virgo update
+
*Pascal
* Ready osgi specific properties
+
*Jeff
  
== OSGi Specific Properties ==
+
== Agenda ==
* configuration area and installation area
+
** FrameworkAdmin seems to not handler these correctly.
+
  
== RC1 ==
+
*Are we ready for RC1
* Bug review
+
*ECF 3.5.1 in RC2? {{bug|341290}}  
** 11 bugs in p2
+
*New SAT4J, ECF have been release.
** 4 in import/export being committed today
+
*Virgo update
** 2 from Matt are ready
+
*Ready osgi specific properties
** 5 left there are a couple coming from eclipse source
+
* Infinite download loop.
+
** Fix introduces another issue with mirroring when mirrors do not contain the artifact. {{bug|345061}}
+
  
== ECF 3.5.1 ==
+
== OSGi Specific Properties  ==
* Will have to open a new bug to integrate.  Need to ask if we can get ECF to contribute earlier {{bug|}}
+
  
== Virgo Update ==
+
*configuration area and installation area
* Virgo using equinox launcher and simple configurator
+
**FrameworkAdmin seems to not handler these correctly.
** Scoped artifacts? Still need to handle that with p2
+
 
** Need to support other Virgo repositories, maven etc.
+
== RC1  ==
** Initial provisioning. Had a short discussion on how simple configurator is going to be used
+
 
*** Thoughts are a single simple configurator would be used and a single budnles.info
+
*Bug review
*** The bundles.info would contain all the bundles from all regions that needs to be installed
+
**11 bugs in p2
*** Tom points out that this is only possible if simple configurator can see all bundles
+
**4 in import/export being committed today
*** Katya explains that it should have visibility to all bundles in all regions because it is imported into all regions.
+
**2 from Matt are ready
*** Tom points out that the relationship needs to be inverted. Importing simple configurator in to all regions does not allow simple configurator to see all bundles. It allows all bundles to see simple configurator, but not the reverse
+
**5 left there are a couple coming from eclipse source
*** In order to get it to work simple configurator would need to be in its own region
+
*Infinite download loop.
 +
**Fix introduces another issue with mirroring when mirrors do not contain the artifact. {{bug|345061}}
 +
 
 +
== ECF 3.5.1  ==
 +
 
 +
*Will have to open a new bug to integrate. Need to ask if we can get ECF to contribute earlier {{bug|345186}}
 +
 
 +
== Virgo Update ==
 +
 
 +
*Virgo using equinox launcher and simple configurator  
 +
**Scoped artifacts? Still need to handle that with p2  
 +
**Need to support other Virgo repositories, maven etc.  
 +
**Initial provisioning. Had a short discussion on how simple configurator is going to be used  
 +
***Thoughts are a single simple configurator would be used and a single budnles.info  
 +
***The bundles.info would contain all the bundles from all regions that needs to be installed  
 +
***Tom points out that this is only possible if simple configurator can see all bundles  
 +
***Katya explains that it should have visibility to all bundles in all regions because it is imported into all regions.  
 +
***Tom points out that the relationship needs to be inverted. Importing simple configurator in to all regions does not allow simple configurator to see all bundles. It allows all bundles to see simple configurator, but not the reverse  
 +
***In order to get it to work simple configurator would need to be in its own region
 +
 
 +
<br>
 +
<pre>
 +
                                All Bundles
 +
          --------------------------------------------------------------
 +
        |                                                              |
 +
        |                                                              V
 +
  --------------              --------------                    --------------
 +
  |              |            |              | Share from User  |              |
 +
  |  Simple    |            |  Kernel    |------------------>|    User      |
 +
  | Configurator |------------>|  Region    |                  |  Region    |
 +
  |  Region    | All Bundles |              | Share from Kernel |              |
 +
  |              |            |              |<------------------|              |
 +
  |              |            |              |                  |              |
 +
  --------------              --------------                    --------------
 +
</pre>
 +
 
 +
* This way simple configurator will see all bundles from the kernel and user region and the simple configurator should not need to be shared into the other regions.

Latest revision as of 16:24, 9 May 2011

Attendees

  • Tom
  • DJ
  • Katya
  • John
  • Pascal
  • Jeff

Agenda

  • Are we ready for RC1
  • ECF 3.5.1 in RC2? bug 341290
  • New SAT4J, ECF have been release.
  • Virgo update
  • Ready osgi specific properties

OSGi Specific Properties

  • configuration area and installation area
    • FrameworkAdmin seems to not handler these correctly.

RC1

  • Bug review
    • 11 bugs in p2
    • 4 in import/export being committed today
    • 2 from Matt are ready
    • 5 left there are a couple coming from eclipse source
  • Infinite download loop.
    • Fix introduces another issue with mirroring when mirrors do not contain the artifact. bug 345061

ECF 3.5.1

  • Will have to open a new bug to integrate. Need to ask if we can get ECF to contribute earlier bug 345186

Virgo Update

  • Virgo using equinox launcher and simple configurator
    • Scoped artifacts? Still need to handle that with p2
    • Need to support other Virgo repositories, maven etc.
    • Initial provisioning. Had a short discussion on how simple configurator is going to be used
      • Thoughts are a single simple configurator would be used and a single budnles.info
      • The bundles.info would contain all the bundles from all regions that needs to be installed
      • Tom points out that this is only possible if simple configurator can see all bundles
      • Katya explains that it should have visibility to all bundles in all regions because it is imported into all regions.
      • Tom points out that the relationship needs to be inverted. Importing simple configurator in to all regions does not allow simple configurator to see all bundles. It allows all bundles to see simple configurator, but not the reverse
      • In order to get it to work simple configurator would need to be in its own region


                                All Bundles
          --------------------------------------------------------------
         |                                                              |
         |                                                              V
   --------------               --------------                     --------------
  |              |             |              | Share from User   |              |
  |   Simple     |             |   Kernel     |------------------>|    User      |
  | Configurator |------------>|   Region     |                   |   Region     |
  |   Region     | All Bundles |              | Share from Kernel |              |
  |              |             |              |<------------------|              |
  |              |             |              |                   |              |
   --------------               --------------                     --------------
  • This way simple configurator will see all bundles from the kernel and user region and the simple configurator should not need to be shared into the other regions.

Back to the top