-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
214 changed files
with
7,681 additions
and
4,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
version: 1.0.0 | ||
--- | ||
|
||
== News | ||
|
||
* Run through a internal review in Holisticon BPM expert team | ||
|
||
== Breaking changes | ||
|
||
* The `CamundaBpmData.builder(xxx)` methods and implementing classes where renamed to `XxxWriter` since where didn't follow the Builder pattern. #49 | ||
* The `camunda-bpm-data-kotlin` module is removed and its content is now a part of the `camunda-bpm-data` JAR | ||
* The `camunda-bpm-data-mockito` module is renamed into `camunda-bpm-data-test` and will contain helpers for testing. | ||
|
||
== Features | ||
* Better documentation and catchy README | ||
* Implementation of Anti-Corruption-Layer #47 | ||
* VariableReader convenience methods to access multiple variables have been implemented, see #46 | ||
* Provided type collection detector for SPIN/Jackson (currently as PR for SPIN and example code) | ||
|
||
== Bugfixes | ||
|
||
* Evaluation of complex guards fail if exists condition isn't fulfilled. | ||
* NPE passing null to set, see #46 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.