-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add UUIDModule, JavaDateTimeModule and RecordModule to support Java 17. Since UUID fields, Date/DateTime fields are final baker cannot instantiate them in the pojo way. * Remove java.util.Date * Disabled the scala 2.12 compilation. * Disabled the AkkaCassandraJmxMetricsSpec since it does not work with Java 17. * Enabled the getIngredient endpoint for Bakery * Made the java.util.Duration backwards compatible for Java versions. * Disabled incompatible modules/plugins for Scala 2.13. * Added support for the OffSetDateTime, ZonedDateTime & java.util.Date * Set target back to Java 11 to ensure it does not break for java 11. * Added missing function to Kotlin interface. * Improve Kotlin DSL * Added the getJavaBaker method to the kotlinDSL to ensure it can be used for frameworks that need a normal Baker. * Added an optional rememberProcessDuration that forgets a process after the configured duration. This keeps the ProcessIndex shards from growing indefinitely. * Fix to the ProcessDeleted not being handled during Bake. * Made the lastupdate be set correctly after the RecipeInstance was used. (#1536) * Reprovider functionality * Fixed the cleanup for non Cassandra datastores. We use the original cleanup of the data as before our upgrade to the Cassandra cleanup tool for other datastores. (#1551) * Wrote a type modules for the java.util.Currency. * Added a section on Recipe Retention period to the docs (#1575) * Remove generics for Place and Transition from PetriNet and IL (#1582) * Fixed output ingredient rename example/doc for Java (#1574) * Fixed output ingredient rename example/doc for Java * fixed forgotten import * Added some missing imports (#1583) * Fixed the Wait interaction to work if you also have a retry strategy that fires and event. (#1585) * Fixed a bug in the getOutputEventName where it would not work if the FailureStrategy would also throw an event. * Added RecipeId and RecipeName to log lines (#1589) * Set the default retention period to 14 days for deletion if the recipe is not found. * Changed the behaviour of the FireEvent retry strategy. It now blocks the interaction instead of resolving it. This allows the interaction to be retried with the retyInteraction method. * RecipeInstanceMetadata and RecipeInstanceEventList as ingredient input for interactions (#1643) * Added extra logging if a recipe is not found during deletion of a process. * Set the default retention period to 14 days for deletion if the recipe is not found. * Changed the behaviour of the FireEvent retry strategy. It now blocks the interaction instead of resolving it. This allows the interaction to be retried with the retyInteraction method. * Added the RecipeInstanceMetadata as input ingredient. * Added a new Baker Event to represent internal interaction output events, checkpoint events and delayed transition events. * Added the RecipeInstanceEventList as a input ingredient. * Made the RecipeInstanceMetaData an internal concept instead of putting it in the ingredients and needing to transform it every time. * Added validations that the Baker internal ingredients are not provided in the recipe. * Filter out the CheckPoint event interactions from the visualisation --------- Co-authored-by: yl02pf <wim.leuning@ing.com> Co-authored-by: Wim Leuning <131662987+wimleuning@users.noreply.github.com> Co-authored-by: Bas <bdegroot@protonmail.com> Co-authored-by: Willem Veelenturf <willem.veelenturf@gmail.com> Co-authored-by: Bas de Groot <bas.de.groot@ing.com> Co-authored-by: Elmar Wachtmeester <elmar@wachtmeestertjes.nl> Co-authored-by: Elmar Wachtmeester <elmar.wachtmeester@ing.com>
- Loading branch information
1 parent
ef2c0e6
commit 63f90bf
Showing
309 changed files
with
7,308 additions
and
4,327 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
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
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
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
Oops, something went wrong.