You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I plan it as a feature for 0.2.0 release. We should first finish 0.1.0 release with the basic core and JMX features, so that we can integrate Hawtio.next with the downstream Hawtio project as early as possible, but you can work on Camel plugin in parallel.
* Since the camel plugin and others depends on parts of the jmx plugin,
breaks them out into a plugin/shared module so they are not dependent on
the jmx plugin even being present
* JxmTreeView
* Refactors nav search-toolbar to its own shared component so it can be
plugged-in to other plugins
* MBeanTree
* Makes constructor private and provides factory methods for overloading
the construction of trees. Useful for filtering and providing alternative
configurations of tree to other plugins
* MBeanNode
* As well as moving to shared, adds a filterClone() function for cloning
the node and its children based on a given filter
* workspace
* Moved to shared as seems to be the basis of most plugins in that it
builds the original jolokia tree from which other data is extracted
Let's port https://github.com/hawtio/hawtio-integration/tree/main/plugins/camel
This task can be broken down into the following sub tasks:
Additional Views:
'Properties' - '/camel/propertiesDataFormat'-> won't fix in the same reason as the other properties viewsThe text was updated successfully, but these errors were encountered: