714 Commits

Author SHA1 Message Date
github-actions[bot]
4f41d2af7f Next development version 2021-07-11 12:49:56 +00:00
Niels
2f1b278c4a Implement named transitions
- Backport #850
- Fixes #991
Co-authored-by: Niels Hoppe <niels.hoppe@fokus.fraunhofer.de>
2021-07-11 13:05:10 +01:00
Janne Valkealahti
1fd567b433 Add gh release to release workflow 2021-07-06 09:57:54 +01:00
Janne Valkealahti
478ad7161c Publish from workflows 2021-07-05 09:03:22 +01:00
Janne Valkealahti
5c8e132df3 Update gpg key 2021-07-05 08:36:01 +01:00
Janne Valkealahti
666359f4e3 Revert "Next development version"
This reverts commit 0d0245e16a.
2021-07-05 08:24:50 +01:00
github-actions[bot]
0d0245e16a Next development version 2021-07-04 15:55:28 +00:00
Janne Valkealahti
e8b2a2d645 Update build 2021-07-04 16:24:15 +01:00
Janne Valkealahti
ec90f84898 Update build 2021-07-04 16:20:37 +01:00
Janne Valkealahti
cbefb1e187 Update build 2021-07-04 14:49:16 +01:00
Erik Greijus
5683b26782 Restore all regions of statemachine
- Restore all regions of statemachine
- A persisted statemachine with orthogonal states will not be correctly
  restored as only the top region gets correctly reset. Tests in
  StateMachineResetTests use the correct way to reset the statemachine
  with all regions
- Backport #978
- Fixes #981
2021-06-27 10:10:51 +01:00
daniel ding
6c015d5a0d Fix repository factory choice junction action construction
- add actions to CHOICE & JUNCTION node
- Backport #934
- Fixes #975
2021-06-27 09:33:48 +01:00
Janne Valkealahti
9c919fb2e5 Add missing spec file 2021-06-27 09:02:36 +01:00
Janne Valkealahti
60671dc61c Release workflow for 2.2.x 2021-06-26 16:47:46 +01:00
Janne Valkealahti
c4467ce116 Fix workflow error logs 2021-03-14 09:45:11 +00:00
Janne Valkealahti
a0a3794030 Update docs build
- Relates #926
2021-03-14 09:44:38 +00:00
Janne Valkealahti
e49e21433f Update gradle 2021-03-14 09:44:29 +00:00
Spring Buildmaster
4337be74bc [artifactory-release] Next development version 2021-01-18 11:51:14 +00:00
Janne Valkealahti
95dc5b5610 Revert "[artifactory-release] Next development version"
This reverts commit 57f67937fc.
2021-01-18 11:36:10 +00:00
Spring Buildmaster
57f67937fc [artifactory-release] Next development version 2021-01-18 10:40:51 +00:00
Janne Valkealahti
8ba4f38ce2 Update changelog 2021-01-17 19:55:03 +00:00
Janne Valkealahti
b6834ad8ac Update boot 2.2.13
- Fixes #919
2021-01-17 16:02:56 +00:00
Janne Valkealahti
c3e91f9b98 Update boot 2.2.12.RELEASE
- Fixes #902
2020-12-10 18:41:09 +00:00
Janne Valkealahti
9f5efc726a Support uml model linking
- Essentially add support to be able to understand
  papyrus uml linked models.
- Change handling of files in a classpath(fat-jar) to copy
  those into jvm tmp directory in a structure where relative
  links can work.
- Fixes #888
2020-12-05 13:58:27 +00:00
Spring Buildmaster
a82b4156a1 [artifactory-release] Next development version 2020-11-28 13:19:24 +00:00
Janne Valkealahti
c29f3155bf Update changelog 2020-11-28 12:44:47 +00:00
Janne Valkealahti
2217ebc6c9 Remove h2 downgrade
- Use h2 from framework as #817 doesn't cause issues anymore.
2020-11-28 09:40:53 +00:00
Janne Valkealahti
8f8093062b Bump to boot 2.2.11 2020-11-22 09:41:14 +00:00
Janne Valkealahti
0a7067f114 Missing spel effect with transition in uml
- Add missing resolve/create for action if type is defined as spel.
- Fixes #889
2020-11-22 09:05:10 +00:00
Janne Valkealahti
a8ef0dc1b7 Disable daemon in workflow 2020-11-21 14:08:29 +00:00
Janne Valkealahti
d7fa144595 Fix gradle plugin repos 2020-11-21 13:36:45 +00:00
Janne Valkealahti
1342a24e6f Add ci workflow to 2.2.x 2020-11-21 13:31:55 +00:00
Janne Valkealahti
b46a147091 Testplan array contains should discard order
- Replace contains with containsInAnyOrder for asserts.
- Fixes #883
2020-10-18 17:03:30 +01:00
Janne Valkealahti
991a5df163 Pass event and headers into context
- Deprecated old buildStateMachineContext and add new method
  to pass message order to populate event and headers
  into a context.
- Fixes #870
2020-10-17 15:42:42 +01:00
Janne Valkealahti
1e68ca7179 Change stateMachineContext column lentgh
- To fix HSQLDB default hibernate dialect, change
  length to 10K.
- Other real used DB's should really do this in ddl's.
- Fixes #882
2020-10-17 15:40:19 +01:00
Janne Valkealahti
8cb3b40d59 Bump to boot 2.2.10 2020-10-17 12:31:44 +01:00
Janne Valkealahti
1d670abb0b Jpa eclipselink compability
- With this change, Eclipselink support is added to SSM.
  To do this, table names are modified and some primitive
  types are changed to object types.
- Edited import class types.
- Relates #833
- Relates #834
2020-10-17 10:57:32 +01:00
Janne Valkealahti
180a14dc3e Deprecated original interceptor methods
- Original preStateChange and postStateChange are now deprecated
  and once those are removed we don't need to do calls to both
  in StateMachineInterceptorList.
- Relates to #871
2020-10-17 10:34:40 +01:00
Janne Valkealahti
06df05cd27 Remove persisting double invocation
- As it's currently expected that pre/post interceptor are called
  for both preStateChange and postStateChange, fix
  AbstractPersistingStateMachineInterceptor so that actual persist
  doesn't happen twice.
- Eventually original preStateChange and postStateChange methods
  will get removed after deprecation(which should have happened
  a long time ago).
- Fixes #871
2020-10-17 10:29:13 +01:00
Spring Buildmaster
7c1f81252e Next development version 2020-01-27 14:01:30 +00:00
Janne Valkealahti
5e9159ac30 Bump to boot 2.2.4 2020-01-27 10:53:50 +00:00
Janne Valkealahti
1ec10ddebd Fix typo in dependency 2019-12-24 07:40:22 +00:00
Janne Valkealahti
3b8fdd0eb1 Bump to boot 2.2.2 2019-12-24 07:33:41 +00:00
Janne Valkealahti
df893a4d6b Fork next development version for 2.2.x 2019-10-21 10:25:47 +01:00
Spring Buildmaster
fc77906f7d Next development version 2019-06-03 06:36:52 +00:00
Janne Valkealahti
7553e5bddc Update changelog 2019-06-03 07:05:36 +01:00
Janne Valkealahti
0a760f5bc0 Relax sync in DefaultStateMachineService
- Now starting machine outside of a sycn block with
  acquire vs. release. This should allow long running
  start in a machine to allow next acquire to work faster.
- Fixes #770
2019-05-25 15:59:40 +01:00
Janne Valkealahti
39dad686b5 Add vscode to gitignore 2019-05-12 15:02:00 +01:00
Spring Operator
885836400f URL Cleanup
- Merge/squash #688
- Exclude all .di, .notation and .uml files whose id's cannot be
  changed.
2019-05-04 13:37:36 +01:00
Spring Operator
426fa163b2 URL Cleanup
- Merge/squash #686 and #694
2019-05-03 15:01:31 +01:00