Releases: tteky/xenon-ext
Releases · tteky/xenon-ext
Initial Version
Initial version of JAX RS Support module provides
- Ability to process JAX_RS annotations on Xenon Stateless service
- Proxy based client builder for all REST services (underlying uses Xenon)
- Enhanced interface contract for Core Query Service and OData Query
Initial version of state machine module provides
- Ability to define state machine in java code
- Attach on-Entry, on-Exit handlers on each state defined
- Ability to fire a trigger on state-machine via a HTTP Patch method
- Limited support to configure a expiry trigger (trigger which can be fired after a delay in a particular state)
- Minimal UI to visualize the state machine