Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.67 KB

CHANGES.md

File metadata and controls

50 lines (36 loc) · 2.67 KB

Change Log

1.1

  • Added the following new plugins:

    • forms a developer plugin for automatically creating tables and forms from json-schema models
    • infinispan for viewing metrics for your Infinispan caches or using the CLI to query or update them
    • jclouds to help make your cloud hawt
    • maven to let you search maven repositories, find versions, view source or javadoc
    • tree a developer plugin to make it easier to work with trees
  • Added a new real time Camel profile view and the first version of a web based wiki based camel editor along with improvements to the diagram rendering

  • Added more flexible documentation system so that plugins are now self documenting for users and developers

  • Fixes these 80 issues and enhancements

1.0

In Progress (1.2)

  • Connectivity

    • New JVMs tab lets you connect to remote JVMs on your local machine; which if a JVM does not have jolokia installed it will install it on the fly. (Requires tools.jar in the classpath)
    • New Connect tab to connect to a remote JVM running jolokia (and its now been removed from the Preferences page)
  • ActiveMQ gets huge improvements in its tooling

    • we can more easily page through messages on a queue
    • move messages from one queue to another
    • delete messages
    • retry messages on a DLQ (in 5.9.x of ActiveMQ onwards)
    • purge queues
  • Camel

    • Neater message tracing; letting you zoom into a message and step through the messages with video player controls
    • Can now forward messages on any browseable camel enpdoint to any other Camel endpoints
  • Fabric

    • Redesigned fabric view allows quick access to versions, profiles and containers, mass-assignment/removal of profiles to containers
    • Easier management of features deployed in a profile via the "Edit Features" button.
    • Several properties now editable on container detail view such as local/public IP and hostname
  • General

    • Secured embedded jolokia, performs authentication/authorization via JAAS
    • New login page
    • Redesigned help pages
  • Fixes these issues and enhancements