Back to Fuji Milestone 7, or Fuji Milestone 7 Info
| At line 3 removed 2 lines. |
| !! UNDER CONSTRUCTION |
| At line 16 changed 5 lines. |
| * Cleanup of existing functionality - fixing issues that have been found, etc. |
| * Migration of components to latest builds from open-jbi-components |
| * Integration tests for all components |
| * IFL syntax change for Tee (Wire Tap) EIP |
| * EIP : Composed Message Processor |
| ! Lots of cleanup of existing functionality - fixing issues that have been found, implementing minor enhancements |
| At line 16 added 3 lines. |
| ! Release updates |
| * OSGi updated from release 4.0 to releaes 4.1 |
| * Equinox updated from release 3.1.1 to release 3.4.2 |
| At line 20 added 7 lines. |
| ! Migration of most components to latest nightly builds from open-jbi-components |
| ! NMR performance / statistics monitoring data now available |
| ! IFL enhancements |
| * Syntax change for [Tee|FujiEIPWireTap] (Wire Tap) EIP |
| At line 28 added 2 lines. |
| * %%(color:green)__New__%% EIPs: |
| ** [Composed Message Processor|FujiEIPCMP] |
| At line 25 changed 1 line. |
| ** Filter: added ability to filter on normalized message header properties |
| ** [Aggregate|FujiEIPAggregate]: added automatic default header/trailer settings and auto-correction of some mis-typed values |
| ** [Content Based Router|FujiEIPCBR]: added ability to select on message header information using RegEx expressions. The following are supported: |
| *** NormalizedMessage properties |
| *** MessageExchange properties |
| *** Attachment names |
| *** MessageExchange operation and interface names |
| ** [Filter|FujiEIPMessageFilter]: added ability to filter on message header information using RegEx expressions. The following are supported: |
| *** NormalizedMessage properties |
| *** MessageExchange properties |
| *** Attachment names |
| *** MessageExchange operation and interface names |
| ** [Split|FujiEIPSplit]: Added support for serial and controlled execution via the "batchSize" option |
| At line 27 removed 1 line. |
| At line 29 changed 1 line. |
| * |
| * Composite Container now available |
| At line 32 changed 3 lines. |
| * |
| ! New Service Types |
| * |
| * File: additional service properties now available |
| * FTP: additional service properties now available |
| * JMS: updated service properties and binding.wsdl |
| * REST: additional service properties for basic authentication (username / password) |
| At line 36 changed 2 lines. |
| ! Aspects |
| * Command-line injection of Aspects |
| ! Aspects / Interceptors |
| * @Intercept annotation now has optional "type" property to allow dynamic creation of an aspect |
| ** Currently "type" can be set to "log", "cache", or "policy" |
| At line 40 changed 1 line. |
| * |
| * New command "list-eip-configurations" for listing EIP configuration |
| At line 44 changed 13 lines. |
| ** __Java__ service type, basic support |
| *** Currently limited to a single java file per class |
| *** Classpath consists of Fuji API, POJO SE API and JBI framework classes |
| ** __ AWS S3__ service type, a prototype that we hope to make into a more generic way to interface with services running in a Cloud. Feedback on this feature is welcome. |
| ** Real-time message flow monitoring/debugging |
| *** Icon in toolbar to enable/disable |
| *** Allows display of message content at each step in the route |
| *** Raw protocol-specific message content planned for future development |
| ** New properties to support use of an external subversion repository for storing artifacts: fuji.svn.url, fuji.svn.user and fuji.svn.password |
| ** Support for editing external configuration of EIPs, external artifacts for services (message.xsd, interface.wsdl, binding.wsdl) |
| ** New "view IFL" icon in toolbar allows viewing the generated IFL |
| ** Last-edited message flow remembered on restart, pull-down menu for selecting other previously edited message flows |
| ** Numerous minor bug fixes and enhancements (see complete list below) |
| ** Improved support for named routes |
| ** Toolbar buttons disabled while operations in progress |
| ** Modal dialog buttons disabled on click to prevent duplicate operations |
| At line 58 changed 3 lines. |
| ** Support for starting Fuji server in debug mode, allows debugging Java code, including interceptors |
| ** Allow editing of service configuration files from IFL editor by prompting to generate artifacts if they haven't already been generated |
| ** Support for editing interceptor configuration from the Fuji server manager |
| ** IFL editor syntax updates |
| *** "else" now optional on "select" |
| *** code completion can now support new service types dynamically |
| ** Support for java type in aggregate EIP |
| ** Server manager can now connect to an already-running Fuji instance |
| At line 62 changed 1 line. |
| !For a complete list of issues fixed in this release, see [here | https://open-esb.dev.java.net/issues/buglist.cgi?component=Fuji&target_milestone=M7&issue_status=CLOSED&issue_status=RESOLVED&issue_status=VERIFIED]. |
| !For a complete list of issues fixed in this release, see [here|https://open-esb.dev.java.net/issues/buglist.cgi?component=Fuji&target_milestone=M7&issue_status=CLOSED&issue_status=RESOLVED&issue_status=VERIFIED] |
| At line 87 added 1 line. |
| *** __JMS__ (sun-jms-binding) |