-
Notifications
You must be signed in to change notification settings - Fork 37
ReleaseNotes
Laurent Bovet edited this page May 9, 2015
·
3 revisions
1.2.0 - 09.05.2015 - Laurent Bovet
Major improvements:
- Support for HtmlContent for operations.
- Support for composite attributes.
- Upgraded libraries.
- Standalone jar with all dependencies.
Minor improvements:
- String array accepted as operation parameters.
- Added handling of empty input fields.
- Better IE rendering.
Fixes:
- Fixed error when attribute description is null.
- Fixed undefined nodes.
- Fixed thread leak in RMI connection provider.
- Special characters like spaces are now supported in domain and MBean names.
- Disabled persistence to avoid too big cookies.
1.1.0 - 24.03.2013 - Laurent Bovet
Major improvements:
- Added attribute filters to transform attributes before rendering (e.g. into HTML)
Minor improvements:
- Now slashes in mbean names are allowed. They are escaped with a vertical bar.
- Arrays of Composite Data are now human-readable.
- GitHub repo is now also available for easier patch submission.
- Support for String array in operation parameters. Just use ; as separator.
- Support for double and float in operation parameters.
Known bugs:
- Special characters like spaces are not supported in domain names.
- Jetty sometimes complains that the HTTP header is too big (FULL head) because of the tree state cookie. We should find a way to circumvent that, e.g. by providing an URL removing the cookie.
1.0.0 - 21.10.2011 - Laurent Bovet
Major improvements:
- Added cluster support
- Added type
HtmlContent
to provoke HTML rendering of attributes
Minor improvements:
- Better user experience by opening all items in the right pane. Nice looking icons in the tree.
- Added url parameters for skin and title hiding. Allows for clean embedding of items in external web pages.
- Improved array attribute rendering.
- Improved error messages.
- Backward compatibility with previous version of velocity.
0.9 - 10.06.2010 - Laurent Bovet
- Fixed some issues
- Improved look of HTML representations
0.8 - 26.10.2009 - Laurent Bovet
Released as open source project.