Changelog
What's new?
- Support for ECC authorization and issuance keys
- Account Key Roll-over (however Let's Encrypt does not yet seem to support it)
Migration Guide
Sadly, I could not avoid a few API changes:
-
Account
andRegistration
classes have been merged, to simplify the API. Just useRegistration
instead ofAccount
, and remove emerging duplicate parameters fromAcmeClient
calls. - Version numbers have been added to the
Challenge
classes. UseHttp01Challenge
instead ofHttpChallenge
, and so on...
This is a bugfix release:
- Security fix around using commons-collection (https://github.com/Activiti/Activiti/commit/ddf9b515550c26bc6f884b91e4563e035497f0c2)
- Upgrade to MyBatis 3.3.0
- Enhancing AsyncExecutor for high load scenarios (especially when the job queue is full)
- A few small bug fixes
The most noteworthy change is that dates are now returned as Date instead of String. There is also a new AcmeRateLimitExceededException that is thrown when the server's rate limit was exceeded.
This is the first beta release.
Second release of Activiti 6.
- Selecting camera manually works for front cameras again
- Focus now works after light is enabled again
- We introduced a new service DynamicBpmnService that allows you to change a defined set of properties of a process definition without needing to redeploy http://bpmn20inaction.blogspot.com/2015/10/adding-dynamic-behaviour-to-activiti.html
- Improved support for the terminate end event. According to the BPMN spec a terminate end event should only terminate the current scope. So in case of a multi instance sub process, a terminate end event inside that multi instance sub process should only kill a single instance and the rest of the instances (of the multi instance) will continue. And in case a call activity kicks off a sub process, a terminate end event in the sub process will only kill the sub process instance, and the parent process will continue. We've added a new attribute on the terminate end event (activiti:terminateAll) that allows you to terminate all parent scopes if the value is set to true. By default only the current scope is killed.
- ACT-4072 was fixed, a repeating timer (time cycle) now works according to the defined duration values
- Various bug fixes
- Fix for rotated images on some devices
- Fix for some problems with beep sounds
- Bug fixes
A first beta release of Activiti 6
Added Class type in ObjectMapper interface Updated formatting Added formatting file