Share

OpenUDDI

File Release Notes and Changelog

Release Name: 0.10.0

Notes:
This release contains no new features compared to the previous versions,
but it has been refactored heavily:
   - The LDAP layer has been removed entirely. This means that only
Hibernate is supported as storage from now on. This has made it possible
to do a number of optimizations.
   - The Subscription API is now much faster, and it is actually possible
to subscribe to a server which contains a large number of entities.
   - Retrieval of entities with many children is much faster. Much of the
remaining time is used in Axis, so any further optimizations will wait
until Axis has been upgraded or replaced.
   - Information about when entities were changed is now placed with the
entities themselves, making efficient database queries possible. This
also means that it's necessary to do a schema migration.
   - General code cleanup, removed a lot of unused code
   - Cleaned up build.xml and jar files

To install the new version, simply follow the installation instructions
in the manual.
To upgrade from a previous version, run the ant installer and select
update when prompted for schema modification.


Changes: