Commit Graph

878 Commits

Author SHA1 Message Date
xJoeWoo
048e930a19 Replace resetStateMachine with resetStateMachineReactively
- improve AbstractPersistStateMachineHandler#handleEventWithStateReactively
- Fixex #949

Signed-off-by: xJoeWoo <xjoewoo@gmail.com>
2021-04-25 13:19:09 +01:00
Janne Valkealahti
0c88fb9b2c Update boot 2.5.0-RC1
- Fixes #953
2021-04-23 13:09:06 +01:00
Janne Valkealahti
d1b47ebbbe Update gradle 6.8.3 2021-04-23 13:08:40 +01:00
Janne Valkealahti
0d249c0f34 Fix wrong postfix for project version 2021-04-05 16:46:03 +01:00
Janne Valkealahti
4d4a2cd8d3 Add missing property to milestone workflow 2021-04-05 15:52:51 +01:00
Janne Valkealahti
b5702d17bd Default branch rename in docs 2021-04-05 14:54:14 +01:00
Janne Valkealahti
330da2fb62 Rename workflows to use main 2021-04-05 14:31:27 +01:00
Janne Valkealahti
4671b69941 Separete ci/pr workflows 2021-04-05 13:17:36 +01:00
Janne Valkealahti
4dcf6dc531 Limit trigger handling concurrency
- Change flatMap to use concurrency 1 in a trigger handling which
  should fix issues when events are sent fast.
- Fixes #942
2021-04-05 13:13:21 +01:00
Janne Valkealahti
5919b061fe Update labels 2021-04-05 12:44:36 +01:00
Janne Valkealahti
9b4fcd8231 Update nexus-sync version 2021-04-03 16:33:19 +01:00
Janne Valkealahti
6413bff53c Add release/milestone workflows
- Add one full kick workflows for doing milestone or release.
- Use new central infra for all workflows
- Still keep old manual central workflows as we probably need
  those until branches are fixes to use new workflows for central.
- Separate artifactory build names so that we have unique ones
  for snapshot/milestone/release per branch as otherwise
  jfrog artifact download might be inaccurate.
- Use github environments to pause workflow for promotion and
  central sync to be able manually check that staged and released
  artifacts looks ok.
- Add tweaks to gradle build to ease switching to milestone, release
  or next dev version.
2021-04-03 14:18:13 +01:00
Janne Valkealahti
8346ccbd0a Use new central infra 2021-03-30 17:48:46 +01:00
Janne Valkealahti
21a125cba5 Update central workflow 2021-03-30 17:40:53 +01:00
Janne Valkealahti
d93f8745a2 Update boot 2.5.0-M3
- Remove deprecated devtools settings
- Fixes #939
2021-03-28 15:59:56 +01:00
Janne Valkealahti
c145b5665e Next minor development version 2021-03-28 15:59:46 +01:00
Janne Valkealahti
6fd8c3630d Change readme 2021-03-26 20:10:02 +00:00
Janne Valkealahti
749c2992dc Polish 2021-03-26 20:01:39 +00:00
Janne Valkealahti
e8ab82b3b0 Separete build and publish 2021-03-26 17:54:32 +00:00
Janne Valkealahti
a73831c4c2 Move publish to ci workflow 2021-03-26 16:16:51 +00:00
Janne Valkealahti
f1b086d25c Attempt to build and publish from workflows 2021-03-26 14:00:27 +00:00
Janne Valkealahti
8abee0e4aa Switch to old sonatype infra 2021-03-20 09:20:19 +00:00
Janne Valkealahti
9431afe21a Fix pgp setting 2021-03-20 07:47:54 +00:00
Janne Valkealahti
c9fe9a6f57 Add central close and release workflows 2021-03-19 15:14:31 +00:00
Janne Valkealahti
c197ffe592 Fix central workflow 2021-03-19 08:01:33 +00:00
Janne Valkealahti
57f65e6daa Fix central workflow 2021-03-19 07:58:55 +00:00
Spring Buildmaster
eca226e113 [artifactory-release] Next development version 2021-03-19 07:42:14 +00:00
Janne Valkealahti
e351096a20 Update changelog 2021-03-18 17:50:22 +00:00
Janne Valkealahti
33038ee8bc Update boot 2.4.4
- Fixes #933
2021-03-18 17:48:09 +00:00
Janne Valkealahti
1839695eb3 Central sync
- Attempt to use actions to sync central.
2021-03-18 17:43:53 +00:00
Janne Valkealahti
a6ec6b324d Update changelog 2021-03-14 14:58:36 +00:00
Janne Valkealahti
df42e8b2da Fix workflow error logs 2021-03-13 20:30:09 +00:00
Janne Valkealahti
d9aca4480b Update boot 2.4.3
- Fixes #928
2021-03-13 16:08:31 +00:00
Janne Valkealahti
8ef44ca543 Fix workflows 2021-03-13 15:51:02 +00:00
Janne Valkealahti
341d57e48f Add api sugar for mono gets mono
- While this doesn't change underlying behaviour, add sendEventCollect
  method which takes a mono and returns a mono as list of results.
- Add some notes to docs why this is like this, aka having regions
  returns multiple results.
- Fixes #922
2021-03-13 15:48:49 +00:00
Janne Valkealahti
adce03c2e4 Polish docs 2021-03-13 13:03:21 +00:00
Janne Valkealahti
439c854cac Update docs build
- Fixes #926
2021-03-13 13:02:45 +00:00
Janne Valkealahti
8e613cc135 Change machine reset to reactive
- Re-implement resetStateMachineReactively as fully reactive
  chain by following same logic as in blocking version.
- New interface ReactiveStateMachineAccess as we need to
  know if one need to call reactive method.
- Fixes #911
2021-03-12 14:29:27 +00:00
Janne Valkealahti
e56591c5e9 Temporarily add jcenter repo
- To resolve asciidoctor update and changes later,
  add jcenter to get asciidoctorj-groovy-dsl-1.6.0
  downloaded if not cached.
- Relates to #926
2021-03-12 12:40:07 +00:00
Janne Valkealahti
60cd30d1f6 Update issue workflows 2021-01-17 16:22:30 +00:00
Janne Valkealahti
6aa61a04b8 Update boot 2.4.2
- Fixes #916
2021-01-17 16:00:36 +00:00
Janne Valkealahti
1ba7657a63 Change stale issue workflow to our own action 2021-01-17 13:56:48 +00:00
Janne Valkealahti
81801efecd Update stale bot 2020-12-28 20:31:35 +00:00
Janne Valkealahti
7fa9f4c744 Update stale bot 2020-12-27 17:58:27 +00:00
Janne Valkealahti
987f747d38 Update stale bot 2020-12-27 17:53:55 +00:00
Janne Valkealahti
3a132d0798 Update stale bot 2020-12-27 16:22:01 +00:00
Janne Valkealahti
69d8828d97 Update issue handler workflow 2020-12-27 16:07:42 +00:00
Janne Valkealahti
e8158110c5 Update stale bot 2020-12-26 16:23:42 +00:00
Janne Valkealahti
fa14d6f2b4 Try stale bot, debug only for now 2020-12-26 15:33:44 +00:00
Janne Valkealahti
0f68d97054 Update labels 2020-12-26 15:24:17 +00:00