Hlavní menu

Nástroje

OSGiBundleVersioningService / ReleaseNotes

View (print) - Edit page | Recent changes - Page history

Updated 01 October 2010, 11:14 by PremekBrada

OSGiBundleVersioningService.ReleaseNotes History

Hide minor edits - Show changes to markup

01 October 2010, 11:14 by PremekBrada -
Changed lines 11-12 from:
to:
  • (Bug filed)
Changed lines 19-20 from:
to:
  • (Bugs filed)
Changed lines 26-27 from:

Bugs filed

to:
27 September 2010, 20:47 by PremekBrada -
Deleted line 14:
  • Underlying Java comparator crashes on certain class recursion patterns
Changed lines 22-23 from:
to:
  • Underlying Java comparator throws exceptions on certain class recursion patterns
24 September 2010, 21:27 by PremekBrada -
Changed lines 3-4 from:

Release 1.0.beta (6th Sept, 2010)

to:

Release 1.0.beta and 1.0.beta2 (6th Sept, 2010)

24 September 2010, 21:26 by PremekBrada -
Changed lines 1-2 from:

Release notes for the OSGi Bundle Versioning Service (OBVS).

to:

Release notes for the OSGi Bundle Versioning Service (OBVS).

24 September 2010, 21:21 by PremekBrada -
24 September 2010, 21:21 by PremekBrada -
Added line 13:
  • Qualifier part of the version IDs? is dropped upon versioning
Added line 15:
  • Underlying Java comparator crashes on certain class recursion patterns
Changed lines 22-23 from:
  • Some complex generics not represented
to:
  • Some complex generics are not represented and therefore are not compared
07 September 2010, 15:15 by PremekBrada -
Changed line 13 from:
  • Does not consider changes in imported packages
to:
  • Changes in imported packages not considered (e.g. adding an imported package should bump major part of Bundle-Version, but does not)
Deleted line 14:
  • "uses" header clause not handled (should it be, at all?)
Changed lines 16-17 from:
  • "specification-version" attribute ignored (not updated; only the "version" attribute is updated)
to:
  • "include" and "exclude" directives not handled, "specification-version" attribute ignored (not updated; only the "version" attribute is updated)
07 September 2010, 15:02 by PremekBrada -
Changed lines 17-18 from:
to:
  • "specification-version" attribute ignored (not updated; only the "version" attribute is updated)
07 September 2010, 15:00 by PremekBrada -
Added lines 22-23:

Bugs filed

07 September 2010, 14:38 by PremekBrada -
Changed lines 15-16 from:
  • "uses" header clause not handled
to:
  • "uses" header clause not handled (should it be, at all?)
  • Private-Package packages not versioned
07 September 2010, 11:03 by PremekBrada -
Changed lines 7-8 from:

Known limitations

to:

Known limitations

07 September 2010, 11:03 by PremekBrada -
Changed lines 1-3 from:

Release notes for OBVS version 1.0

to:

Release notes for the OSGi Bundle Versioning Service (OBVS).

Release 1.0.beta (6th Sept, 2010)

First public release of the service.

Changed lines 13-14 from:
  • ??? The version attribute is not set for Export-Packages header ???
  • ??? Does not consider changes in imported packages ???
to:
  • Does not consider changes in imported packages
26 August 2010, 11:21 by PremekBrada -
Added lines 1-20:

Release notes for OBVS version 1.0

Known limitations

Service

  • Does not provide detailed problem reporting (bundle broken vs. service broken)

OSGi level

  • ??? The version attribute is not set for Export-Packages header ???
  • ??? Does not consider changes in imported packages ???
  • Declarative Services not handled
  • "uses" header clause not handled

Java level

  • Java 5 features (generics, annotations) not considered in bundle comparison
  • Some complex generics not represented

Back to HomePage