The bits have been out for a few weeks now (as we wanted to wait on the new website for the public announcement), but we are now glad to announce that jBPM 6.1 is available and you can find all information about it on our new website.
Some useful links:
Ready to give it a try but not sure how to start? Take a look at the jbpm-installer chapter.
jBPM 6.1 comes with a ton of smaller improvements and bug fixes (done over the last few months
on top of 6.0.1.Final), and also includes some important new features, adding to the foundation
delivered as part of jBPM 6.0.
Embedding forms in external applications
Attaching documents to forms
Web Service (SOAP) interface for remote API
Deployment descriptors
- persistence unit names
- work item handlers
- event listeners (process, agenda, task)
- roles (for authorizarion - see section 1.5)
Deployment descriptors can be configured on various levels for enhanced flexibility to allow simple override functionality. Detailed definition of deployment descriptor can be found in the Deployment descriptors section.
Role-based authorization at runtime for process definitions and process instances
jBPM installer updates
- Wildfly 8.1 as application server
- Eclipse BPMN2 Modeler 1.0.2
- Eclipse Kepler SR2
jBPM Spring integration
- reply on JTA and entity manager factory
- rely on JTA and shared entity manager
- rely on local transactions and entity manager factory
- rely on local transactions and shared entity manager
Details about spring configuration can be found in this article.
Other
- Task service (query) improvements, significantly speeding up queries when you have a large numbers of tasks in the database.
- Various improvements to the asynchronous job executor so it can handle larger loads more easily and can be configured (number of parallel threads executing the jobs, retries, etc.).
- Ability to configure task administrator groups in a UserTask (similar to how you already could configure individual task administrators).
- Removed limitation on custom implementations of work item handler, event listeners that had to be placed on global classpath - usually in jbpm-console.war/WEB-INF/lib. With that custom classes can be added as maven dependencies into the project and will be registered on underlying components (ksession).
Data Modeler - round trip and source code preservation
Full round trip between Data modeler and Java source code is now supported. No matter
where the Java code was generated (e.g. Eclipse, Data modeller), data modeler will only
update the necessary code blocks to maintain the model updated.
Standardization of the display of tabular data
We have standardized the display of tabular data with a new table widget.
The new table supports the following features:
The new table supports the following features:
- Selection of visible columns
- Resizable columns
- Moveable columns