Bundle Repository Changes
Release version: 1.1.3 - October 3, 2005
- Added support for including references to external repository
files in the repository XML file.
Release version: 1.1.2 - February 18, 2005
- Added DomoWare UPnP repository URL to OBR's default list of
repository URLs.
- Added support for HTTP proxy authentication using the
http.proxyAuth system property; see the
user documentation
for more information. These changes were donated by Erik Wistrand.
Release version: 1.1.0 - July 1, 2004
- Added the BundleRepositoryService.resolvePackages() method
to the bundle repository service interface and modified
BundleRepositoryServiceImpl to implement the above method;
this resulted in an increase of the service specification version to
1.1.0.
- Modified the implementation of BundleRepositoryService.deployBundle()
method to use the resolvePackages() method for performing
its functionality. The benefit of this approach is that all dependencies
are calculated in advance, which lessens the possibility of partially
deployed transitive closures and also supports circular
dependencies.
- Modified BundleRepositoryServiceImpl to sort its cached
bundle list.
- Fixed a bug where BundleRepositoryServiceImpl was not
clearing its cached exported package map when the repository URLs
were changed.
Release version: 1.0.1 - June 20, 2004
- Fixed a bug in BundleRecord.printAttributes() that printed
attributes using System.out instead of the stream specified
in its method parameter.
- Improved errors messages returned for various syntax errors.
Release version: 1.0.0 - June 13, 2004