OpenUDDI 0.10.1
We have released OpenUDDI Server 0.10.1 which can be downloaded at sourceforge, This release contains a few bugfixes to the 0.10.0 release:
- Fixed bug, not discovering deleted bindings or services when using subscription API
- Fixed hibernate bug, when copying by reference
- Fixed bug with URI’s in different cases
- moved http_get functionality to more advanved rest interface with support for authentication
- map authorizedname in info objects
- removed basevo restriction
OpenUDDI Server 0.10.0 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.
Any issues or suggestions can be filed in the sourceforge issue tracker.